Changeset da60f28


Ignore:
Timestamp:
2011-02-01T18:17:16Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4e3df8a
Parents:
060d066
Message:

Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r060d066 rda60f28  
    409409               
    410410                if( cmd[4] == NULL )
     411                {
    411412                        for( a = irc->b->accounts; a; a = a->next )
    412413                                if( strcmp( a->pass, PASSWORD_PENDING ) == 0 )
     
    416417                                        return;
    417418                                }
     419                       
     420                        irc->status |= OPER_HACK_ACCOUNT_ADD;
     421                }
    418422               
    419423                prpl = find_protocol( cmd[2] );
Note: See TracChangeset for help on using the changeset viewer.