소스 검색

svn: 3969

Bryan Drewery 17 년 전
부모
커밋
49cb71bf4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/chanprog.c

+ 1 - 1
src/chanprog.c

@@ -751,7 +751,7 @@ bool bot_shouldjoin(struct userrec* u, struct flag_record* fr, struct chanset_t*
 
 #ifdef DEBUG
   /* Force debugging bots to only join 3 channels */
-  if (!strncmp(u->handle, "wtest", 5) {
+  if (!strncmp(u->handle, "wtest", 5)) {
     if (!strcmp(chan->dname, "#skynet") || 
         !strcmp(chan->dname, "#bryan") || 
         !strcmp(chan->dname, "#wraith"))