aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/root_commands.c b/root_commands.c
index b47ce078..470b2536 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -1015,6 +1015,8 @@ static void cmd_chat( irc_t *irc, char **cmd )
s = g_strdup_printf( "#%s", channel );
g_free( channel );
channel = s;
+
+ irc_channel_name_strip( channel );
}
if( ( ic = irc_channel_new( irc, channel ) ) &&