Changeset 23c4e64
- Timestamp:
- 2008-05-11T19:37:34Z (17 years ago)
- Branches:
- master
- Children:
- 9299891
- Parents:
- 99f929c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r99f929c r23c4e64 422 422 else 423 423 acc_handle = g_strdup( cmd[2] ); 424 425 if( !acc_handle ) 426 { 427 irc_usermsg( irc, "Not enough parameters given (need %d)", 3 ); 428 return; 429 } 424 430 425 431 if( ( tmp = strchr( acc_handle, '/' ) ) )
Note: See TracChangeset
for help on using the changeset viewer.