forked from External/ergo
nickserv: Point towards /HELP REG since not implemented yet
This commit is contained in:
parent
91fab3ba55
commit
b4b120a83e
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("NickServ is not yet implemented, sorry!")
|
client.Notice("NickServ is not yet implemented, sorry! To register an account, check /HELP REG")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue