Browse Source

nickserv.go: Fix comment

tags/v0.11.0-beta
Daniel Oaks 6 years ago
parent
commit
1c636aaec6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go View File

120
 	}
120
 	}
121
 )
121
 )
122
 
122
 
123
-// csNotice sends the client a notice from NickServ
123
+// nsNotice sends the client a notice from NickServ
124
 func nsNotice(rb *ResponseBuffer, text string) {
124
 func nsNotice(rb *ResponseBuffer, text string) {
125
 	rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
125
 	rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
126
 }
126
 }

Loading…
Cancel
Save