3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

nickserv.go: Fix comment

This commit is contained in:
Daniel Oaks 2018-04-01 11:52:37 +10:00
parent 6fb4284e32
commit 1c636aaec6

View File

@ -120,7 +120,7 @@ or other verification.`,
}
)
// csNotice sends the client a notice from NickServ
// nsNotice sends the client a notice from NickServ
func nsNotice(rb *ResponseBuffer, text string) {
rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
}