diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-15 13:24:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-15 13:24:25 +0100 |
commit | bd69a219c0a618354fd80a98dd0d9a04fee755e0 (patch) | |
tree | b4477537e48c6d7b2e5a261aa860a0688d69fb66 /account.c | |
parent | 2983f5e8c2d3046bf01337e5caefa3af55ba6bff (diff) | |
parent | bf02a679c61b0f030ee8f2f01698699a7775f7d5 (diff) |
Merge Wilmer
Diffstat (limited to 'account.c')
-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 ); |