ソースを参照

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
 }

読み込み中…
キャンセル
保存