Changeset eb4ad8d for irc_channel.c
- Timestamp:
- 2015-01-17T20:13:19Z (10 years ago)
- Branches:
- master
- Children:
- e26aa72
- Parents:
- 1065dd4 (diff), 664bac3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r1065dd4 reb4ad8d 432 432 char *acc_s; 433 433 434 if( !aj && !( ic->flags & IRC_CHANNEL_JOINED ) )434 if( !aj || ( ic->flags & IRC_CHANNEL_JOINED ) ) 435 435 /* Only continue if this one's marked as auto_join 436 436 or if we're in it already. (Possible if the
Note: See TracChangeset
for help on using the changeset viewer.