mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 13:40:48 +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) {
|
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…
x
Reference in New Issue
Block a user