mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
more channel mode parsing and bad listing
This commit is contained in:
parent
d370abcd4c
commit
93f4b6859a
7 changed files with 205 additions and 65 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue