Changeset b1af3e8 for irc_commands.c
- Timestamp:
- 2010-07-13T22:50:06Z (14 years ago)
- Branches:
- master
- Children:
- 324c378
- Parents:
- 06b39f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r06b39f2 rb1af3e8 202 202 irc_send_num( irc, 403, "%s :No such channel", cmd[1] ); 203 203 } 204 else if( irc_channel_del_user( ic, irc->user, FALSE, cmd[2] ) )204 else if( irc_channel_del_user( ic, irc->user, IRC_CDU_PART, cmd[2] ) ) 205 205 { 206 206 if( ic->f->part )
Note: See TracChangeset
for help on using the changeset viewer.