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
|
|
@ -116,7 +116,7 @@ HELP returns information on the given command.`,
|
|||
}
|
||||
|
||||
// generic handler for IRC commands like `/NICKSERV INFO`
|
||||
func serviceCmdHandler(server *Server, client *Client, msg ircmsg.IRCMessage, rb *ResponseBuffer) bool {
|
||||
func serviceCmdHandler(server *Server, client *Client, msg ircmsg.Message, rb *ResponseBuffer) bool {
|
||||
service, ok := oragonoServicesByCommandAlias[msg.Command]
|
||||
if !ok {
|
||||
server.logger.Warning("internal", "can't handle unrecognized service", msg.Command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue