Changeset 547f937


Ignore:
Timestamp:
2005-12-14T11:15:04Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
bf02a67
Parents:
703f0f7
Message:

Remove statement that couldn't be executed anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    r703f0f7 r547f937  
    124124        }
    125125       
    126         if (a->prpl == NULL )
    127         {
    128                 irc_usermsg( irc, "Support for protocol %s is not included in this BitlBee", a->prpl->name );
    129                 return;
    130         }
    131        
    132126        cancel_auto_reconnect( a );
    133127       
Note: See TracChangeset for help on using the changeset viewer.