瀏覽代碼

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
 }

Loading…
取消
儲存