mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
nickserv.go: Fix comment
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user