Changeset 593971d
- Timestamp:
- 2010-07-24T20:59:41Z (15 years ago)
- Branches:
- master
- Children:
- 2945c6f
- Parents:
- 0f28785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r0f28785 r593971d 380 380 return; 381 381 } 382 382 383 for( a = irc->b->accounts; a; a = a->next ) 384 if( a->prpl == prpl && prpl->handle_cmp( a->user, cmd[3] ) == 0 ) 385 irc_usermsg( irc, "Warning: You already have an account with " 386 "protocol `%s' and username `%s'. Are you accidentally " 387 "trying to add it twice?", prpl->name, cmd[3] ); 388 383 389 a = account_add( irc->b, prpl, cmd[3], cmd[4] ); 384 390 if( cmd[5] )
Note: See TracChangeset
for help on using the changeset viewer.