forked from External/ergo
channel: Fix MODE and WHO
This commit is contained in:
parent
78f0064347
commit
425a521d27
3 changed files with 3 additions and 3 deletions
|
|
@ -209,7 +209,7 @@ var (
|
|||
func modeHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
|
||||
_, errChan := CasefoldChannel(msg.Params[0])
|
||||
|
||||
if errChan != nil {
|
||||
if errChan == nil {
|
||||
return cmodeHandler(server, client, msg)
|
||||
} else {
|
||||
return umodeHandler(server, client, msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue