1
0
Fork 0
forked from External/ergo

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)
}