Changeset 57119e8
- Timestamp:
- 2010-04-11T22:26:45Z (15 years ago)
- Branches:
- master
- Children:
- d986463
- Parents:
- 8240840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r8240840 r57119e8 131 131 132 132 if( ic == NULL ) 133 { 133 134 irc_send_num( irc, 479, "%s :Invalid channel name", cmd[1] ); 135 return; 136 } 134 137 135 138 if( ic->flags & IRC_CHANNEL_JOINED )
Note: See TracChangeset
for help on using the changeset viewer.