1
0
Fork 0
forked from External/ergo

Make NickServ actually work.

This commit is contained in:
Jeremy Latt 2013-05-11 13:55:01 -07:00
parent 65af2b4320
commit 2ff93d74be
6 changed files with 103 additions and 40 deletions

View file

@ -100,7 +100,7 @@ func RplWelcome(source Identifier, client *Client) Reply {
func RplYourHost(server *Server, target *Client) Reply {
return NewNumericReply(server, RPL_YOURHOST,
"Your host is %s, running version %s", server.hostname, VERSION)
"Your host is %s, running version %s", server.name, VERSION)
}
func RplCreated(server *Server) Reply {