浏览代码

* Update debugging channel

Bryan Drewery 15 年之前
父节点
当前提交
0feb97902b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/chanprog.c

+ 1 - 1
src/chanprog.c

@@ -851,7 +851,7 @@ bool bot_shouldjoin(struct userrec* u, struct flag_record* fr, struct chanset_t*
   if (!strncmp(u->handle, "wtest", 5)) {
     if (!strcmp(chan->dname, "#skynet") || 
         !strcmp(chan->dname, "#bryan") || 
-        !strcmp(chan->dname, "#wraith"))
+        !strcmp(chan->dname, "#wraith-devel"))
       return 1;
     else
       return 0;