Changes in irc_commands.c [35987a1:269580c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r35987a1 r269580c 365 365 cmd[2][strlen(cmd[2])-1] = '\0'; 366 366 367 ctcp = split_command_parts( cmd[2] + 1 );367 ctcp = split_command_parts( cmd[2] + 1, 0 ); 368 368 iu->f->ctcp( iu, ctcp ); 369 369 }
Note: See TracChangeset
for help on using the changeset viewer.