Browse Source

svn: 3969

Bryan Drewery 17 years ago
parent
commit
49cb71bf4e
1 changed files with 1 additions and 1 deletions
  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"))