|
|
@@ -696,7 +696,7 @@ chans_delbot(const char *bot, struct chanset_t *chan)
|
|
|
|
|
|
int shouldjoin(struct chanset_t *chan)
|
|
|
{
|
|
|
- if (!strncmp(conf.bot->nick, "wtest", 5) && (!strcmp(chan->dname, "#wraith") || !strcmp(chan->dname, "#bryan")))
|
|
|
+ if (!strncmp(conf.bot->nick, "wtest", 5) && (!strcmp(chan->dname, "#wraith") || !strcmp(chan->dname, "#bryan") || !strcmp(chan->dname, "#skynet")))
|
|
|
return 1;
|
|
|
else if (!strncmp(conf.bot->nick, "wtest", 4)) /* use 5 for all */
|
|
|
return 0;
|