mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +01:00
work around mirc bug
This commit is contained in:
parent
bbe9e09d46
commit
458d813ee1
@ -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…
Reference in New Issue
Block a user