mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Remove RplCurrentMode NOTICE on successful MODE commands. Fixes #22
This commit is contained in:
parent
d65a855c41
commit
a715882a75
2 changed files with 0 additions and 16 deletions
|
|
@ -165,7 +165,6 @@ func (m *ModeCommand) HandleServer(s *Server) {
|
|||
} else if client == target {
|
||||
client.RplUModeIs(client)
|
||||
}
|
||||
client.Reply(RplCurrentMode(client, target))
|
||||
}
|
||||
|
||||
func (msg *ChannelModeCommand) HandleServer(server *Server) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue