bump irc-go for the IRCMessage rename

This commit is contained in:
Shivaram Lingamneni 2021-02-15 11:27:04 -05:00
parent 2fbbfb1337
commit e957a89ee2
13 changed files with 119 additions and 117 deletions

View file

@ -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.IRCMessage, rb *ResponseBuffer) bool{
"-": monitorRemoveHandler,
"+": monitorAddHandler,
"c": monitorClearHandler,