mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
delete services debug line
This commit is contained in:
parent
2163d96348
commit
799e1b14f4
1 changed files with 0 additions and 1 deletions
|
|
@ -223,7 +223,6 @@ func serviceRunCommand(service *ircService, server *Server, client *Client, cmd
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
server.logger.Debug("services", fmt.Sprintf("Client %s ran %s command %s", client.Nick(), service.Name, commandName))
|
|
||||||
if commandName == "help" {
|
if commandName == "help" {
|
||||||
serviceHelpHandler(service, server, client, params, rb)
|
serviceHelpHandler(service, server, client, params, rb)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue