mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-21 14:58:10 -07:00
more channel mode parsing and bad listing
This commit is contained in:
+1
-2
@@ -307,8 +307,7 @@ func (msg *ChannelModeCommand) HandleServer(server *Server) {
|
||||
client.replies <- ErrNoSuchChannel(server, msg.channel)
|
||||
return
|
||||
}
|
||||
|
||||
client.replies <- RplChannelModeIs(server, channel)
|
||||
channel.commands <- msg
|
||||
}
|
||||
|
||||
func whoChannel(client *Client, server *Server, channel *Channel) {
|
||||
|
||||
Reference in New Issue
Block a user