Sfoglia il codice sorgente

work around mirc bug

tags/v2.1.0-rc1
Shivaram Lingamneni 4 anni fa
parent
commit
458d813ee1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      irc/client.go

+ 4
- 0
irc/client.go Vedi File

@@ -1412,6 +1412,10 @@ var (
1412 1412
 
1413 1413
 		RPL_WHOISCHANNELS: true,
1414 1414
 		RPL_USERHOST:      true,
1415
+
1416
+		// mirc's handling of RPL_NAMREPLY is broken:
1417
+		// https://forums.mirc.com/ubbthreads.php/topics/266939/re-nick-list
1418
+		RPL_NAMREPLY: true,
1415 1419
 	}
1416 1420
 )
1417 1421
 

Loading…
Annulla
Salva