浏览代码

nickserv.go: Fix comment

tags/v0.11.0-beta
Daniel Oaks 6 年前
父节点
当前提交
1c636aaec6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go 查看文件

@@ -120,7 +120,7 @@ or other verification.`,
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 124
 func nsNotice(rb *ResponseBuffer, text string) {
125 125
 	rb.Add(nil, "NickServ", "NOTICE", rb.target.Nick(), text)
126 126
 }

正在加载...
取消
保存