diff options
-rw-r--r-- | root_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c index f6f95599..10ce68e1 100644 --- a/root_commands.c +++ b/root_commands.c @@ -571,7 +571,7 @@ static void cmd_channel( irc_t *irc, char **cmd ) else irc_usermsg( irc, "Couldn't remove channel (main channel %s or " "channels you're still in cannot be deleted).", - ic->irc->default_channel->name ); + irc->default_channel->name ); } else { |