Changes in irc_channel.c [24de9fa:a9b1e0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r24de9fa ra9b1e0e 445 445 char *acc_s; 446 446 447 if (!aj && !(ic->flags & IRC_CHANNEL_JOINED)) {448 /* Only proceedif this one's marked as auto_join449 or if we're in it already. ( Very likely the IRC450 client auto- (re)joining at reconnect time.) */447 if (!aj || (ic->flags & IRC_CHANNEL_JOINED)) { 448 /* Only continue if this one's marked as auto_join 449 or if we're in it already. (Possible if the 450 client auto-rejoined it before identyfing.) */ 451 451 continue; 452 452 } else if (!(acc_s = set_getstr(&ic->set, "account"))) {
Note: See TracChangeset
for help on using the changeset viewer.