瀏覽代碼

Clarify comment regarding what gotmsg() is for

Bryan Drewery 14 年之前
父節點
當前提交
b645513295
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mod/irc.mod/chan.c

+ 1 - 1
src/mod/irc.mod/chan.c

@@ -3218,7 +3218,7 @@ static int gotquit(char *from, char *msg)
   return 0;
 }
 
-/* Got a private message.
+/* Got a channel message.
  */
 static int gotmsg(char *from, char *msg)
 {