mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
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_WHOISCHANNELS: true,
|
||||||
RPL_USERHOST: 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