forked from External/ergo
work around mirc bug
This commit is contained in:
parent
bbe9e09d46
commit
458d813ee1
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue