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 /irc_commands.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 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c index 5a0843ec..30518a99 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -26,7 +26,6 @@ #define BITLBEE_CORE #include "bitlbee.h" #include "ipc.h" -#include "chat.h" static void irc_cmd_pass( irc_t *irc, char **cmd ) { |