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