Changeset da60f28
- Timestamp:
- 2011-02-01T18:17:16Z (14 years ago)
- Branches:
- master
- Children:
- 4e3df8a
- Parents:
- 060d066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r060d066 rda60f28 409 409 410 410 if( cmd[4] == NULL ) 411 { 411 412 for( a = irc->b->accounts; a; a = a->next ) 412 413 if( strcmp( a->pass, PASSWORD_PENDING ) == 0 ) … … 416 417 return; 417 418 } 419 420 irc->status |= OPER_HACK_ACCOUNT_ADD; 421 } 418 422 419 423 prpl = find_protocol( cmd[2] );
Note: See TracChangeset
for help on using the changeset viewer.