Changeset 7b71feb for irc_commands.c
- Timestamp:
- 2010-05-13T23:34:38Z (13 years ago)
- Branches:
- master
- Children:
- 4469e7e
- Parents:
- ad404ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
rad404ab r7b71feb 139 139 return; /* Dude, you're already there... 140 140 RFC doesn't have any reply for that though? */ 141 142 if( ic->f->join && !ic->f->join( ic ) ) 143 /* The story is: FALSE either means the handler showed an error 144 message, or is doing some work before the join should be 145 confirmed. (In the latter case, the caller should take care 146 of that confirmation.) 147 TRUE means all's good, let the user join the channel right away. */ 148 return; 141 149 142 150 irc_channel_add_user( ic, irc->user );
Note: See TracChangeset
for help on using the changeset viewer.