mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Um... name monitor subcommands handler properly
This commit is contained in:
parent
b6ba2c7b7a
commit
27c575e191
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ func (manager *MonitorManager) List(client *Client) (nicks []string) {
|
|||
}
|
||||
|
||||
var (
|
||||
metadataSubcommands = map[string]func(server *Server, client *Client, msg ircmsg.IrcMessage, rb *ResponseBuffer) bool{
|
||||
monitorSubcommands = map[string]func(server *Server, client *Client, msg ircmsg.IrcMessage, rb *ResponseBuffer) bool{
|
||||
"-": monitorRemoveHandler,
|
||||
"+": monitorAddHandler,
|
||||
"c": monitorClearHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue