Changeset ecbd22a for irc_channel.c
- Timestamp:
- 2015-01-16T19:50:25Z (10 years ago)
- Branches:
- master
- Children:
- 664bac3
- Parents:
- fed4f76
- git-author:
- jgeboski <jgeboski@…> (16-01-15 19:50:25)
- git-committer:
- dequis <dx@…> (16-01-15 19:50:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
rfed4f76 recbd22a 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.