소스 검색

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…
취소
저장