mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
use the new irc-go identifiers
This commit is contained in:
parent
896ed91d45
commit
131eb229bc
9 changed files with 89 additions and 89 deletions
|
|
@ -105,7 +105,7 @@ func (manager *MonitorManager) List(session *Session) (nicks []string) {
|
|||
}
|
||||
|
||||
var (
|
||||
monitorSubcommands = map[string]func(server *Server, client *Client, msg ircmsg.IRCMessage, rb *ResponseBuffer) bool{
|
||||
monitorSubcommands = map[string]func(server *Server, client *Client, msg ircmsg.Message, rb *ResponseBuffer) bool{
|
||||
"-": monitorRemoveHandler,
|
||||
"+": monitorAddHandler,
|
||||
"c": monitorClearHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue