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:
parent
6fb4284e32
commit
1c636aaec6
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user