forked from External/ergo
nickserv: Point users to an actual help entry (not a great one, but very slightly better)
This commit is contained in:
parent
10b4ec243b
commit
ed1fa7704c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ func (server *Server) nickservReceiveNotice(client *Client, message string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (server *Server) nickservReceivePrivmsg(client *Client, message string) {
|
func (server *Server) nickservReceivePrivmsg(client *Client, message string) {
|
||||||
client.Notice(client.t("NickServ is not yet implemented, sorry! To register an account, check /HELPOP REG"))
|
client.Notice(client.t("NickServ is not yet implemented, sorry! To register an account, check /HELPOP ACC"))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue