forked from External/ergo
nickserv.go: Fix comment
This commit is contained in:
parent
6fb4284e32
commit
1c636aaec6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
func nsNotice(rb *ResponseBuffer, text string) {
|
||||||
rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
|
rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue