3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

work around mirc bug

This commit is contained in:
Shivaram Lingamneni 2020-03-11 18:57:42 -04:00
parent bbe9e09d46
commit 458d813ee1

View File

@ -1412,6 +1412,10 @@ var (
RPL_WHOISCHANNELS: true,
RPL_USERHOST: true,
// mirc's handling of RPL_NAMREPLY is broken:
// https://forums.mirc.com/ubbthreads.php/topics/266939/re-nick-list
RPL_NAMREPLY: true,
}
)