diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-27 13:39:07 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-27 13:39:07 +0100 |
commit | 84c3a72604a292c41348d678eccf1875263cb8dd (patch) | |
tree | 4493f16cef85087b0c40c0025bd14b3c82508c2c /protocols/account.c | |
parent | e907683afea9e2789e0ac6a1eb55bda9c896c255 (diff) |
Import chatrooms configured in older BitlBee versions. Settings are currently
ignored though. Also removing the old chat.[ch] files since they're really not
important anymore.
Diffstat (limited to 'protocols/account.c')
-rw-r--r-- | protocols/account.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/account.c b/protocols/account.c index 0bacea74..ba309b38 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -26,7 +26,6 @@ #define BITLBEE_CORE #include "bitlbee.h" #include "account.h" -#include "chat.h" account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass ) { |