nickserv: Fix help display

This commit is contained in:
Daniel Oaks 2018-02-03 19:00:27 +10:00
parent 6784cf82bf
commit 29266ce80f
2 changed files with 7 additions and 0 deletions

View file

@ -305,5 +305,7 @@ func (server *Server) nickservReceivePrivmsg(client *Client, message string) {
}
client.Notice(client.t("Could not login with your TLS certificate or supplied username/password"))
} else {
client.Notice(client.t("Command not recognised. To see the available commands, run /NS HELP"))
}
}