aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc.c b/irc.c
index 51bf8acd..72933fef 100644
--- a/irc.c
+++ b/irc.c
@@ -623,6 +623,8 @@ int irc_check_login( irc_t *irc )
irc_channel_set_topic( ic, CONTROL_TOPIC, irc->root );
irc_channel_add_user( ic, irc->user );
+ irc->last_root_cmd = g_strdup( ROOT_CHAN );
+
return 1;
}
}