mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
Make NickServ actually work.
This commit is contained in:
parent
65af2b4320
commit
2ff93d74be
6 changed files with 103 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue