瀏覽代碼

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"))