Browse Source

* Port [3391] to 1.2.14
* Force a JOIN every so often if not in a channel that the bot should be in - regardless of chan_joining()



svn: 3392

Bryan Drewery 19 years ago
parent
commit
a20d288ed2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mod/irc.mod/irc.c

+ 1 - 1
src/mod/irc.mod/irc.c

@@ -1492,7 +1492,7 @@ check_expired_chanstuff(struct chanset_t *chan)
       m = n;
     }
     check_lonely_channel(chan);
-  } else if (shouldjoin(chan) && !channel_pending(chan) && !channel_joining(chan)) {
+  } else if (shouldjoin(chan) && !channel_pending(chan)) {
     dprintf(DP_MODE, "JOIN %s %s\n",
             (chan->name[0]) ? chan->name : chan->dname,
             chan->channel.key[0] ? chan->channel.key : chan->key_prot);