diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-14 12:15:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-14 12:15:04 +0100 |
commit | 547f9373fe4cda601e53759500d189dd580a0d78 (patch) | |
tree | 93a9d6350d0a90d023b25bebbdf8055ecd3a5859 | |
parent | 703f0f7f4622194bce8023712a3a9966be6f8827 (diff) |
Remove statement that couldn't be executed anyway
-rw-r--r-- | account.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -123,12 +123,6 @@ void account_on( irc_t *irc, account_t *a ) return; } - if (a->prpl == NULL ) - { - irc_usermsg( irc, "Support for protocol %s is not included in this BitlBee", a->prpl->name ); - return; - } - cancel_auto_reconnect( a ); u = g_new0 ( struct aim_user, 1 ); |