diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 16:08:02 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 16:08:02 +0100 |
commit | f1c2b21af3a51796b747ca4dbc2cdec9611efc5d (patch) | |
tree | 067321e4a5c3073e5a9da44a8215a89ebd33bb1d /root_commands.c | |
parent | 534e4069e0cfa8aee82f82603dc3ca05562a85dd (diff) |
Cleanup. Move some code to a more appropriate location, and show the old
connection a quit message instead of just breaking the connection.
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/root_commands.c b/root_commands.c index cf448e8d..6fa4fd54 100644 --- a/root_commands.c +++ b/root_commands.c @@ -27,8 +27,7 @@ #include "commands.h" #include "bitlbee.h" #include "help.h" - -#include <string.h> +#include "ipc.h" void root_command_string( irc_t *irc, char *command ) { |