Changeset c821e8a for root_commands.c
- Timestamp:
- 2008-06-02T12:58:57Z (16 years ago)
- Branches:
- master
- Children:
- 3355a82
- Parents:
- cce0450 (diff), de8e584 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
rcce0450 rc821e8a 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.