소스 검색

Mark my own member as 'me' when joining

Bryan Drewery 14 년 전
부모
커밋
e673317ca3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/mod/irc.mod/chan.c

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

@@ -2649,6 +2649,7 @@ static int gotjoin(char *from, char *chname)
 //	m->flags |= STOPWHO;
 
 	if (match_my_nick(nick)) {
+          m->is_me = 1;
 	  /* It was me joining! Need to update the channel record with the
 	   * unique name for the channel (as the server see's it). <cybah>
 	   */