diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 15:48:38 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 15:48:38 +0100 |
commit | eaaa9862451175392d6df48c4795b188518bed4b (patch) | |
tree | baf01847709f54d56fc009b261484120e90e5be4 /irc_commands.c | |
parent | 4a9fd5f7a980831ee2c96a728f4f83137cfc73fe (diff) |
Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat
in a GSList so that a default config fully compiles again.
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc_commands.c b/irc_commands.c index b41c1a42..f43ef583 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -535,8 +535,6 @@ static void irc_cmd_topic( irc_t *irc, char **cmd ) static void irc_cmd_away( irc_t *irc, char **cmd ) { - char *set; - if( cmd[1] && *cmd[1] ) { char away[strlen(cmd[1])+1]; |