aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-27 08:30:00 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-27 08:30:00 -0400
commit83e92bf7487623c10567502936ca727f3a4c104c (patch)
tree35e853f3a2e26582c0dc4938599a85518a41b5b0 /irc.c
parentb95932eb5a897fd264f3762493285dd7037dccba (diff)
Topic handling changes.
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index 6e4ba157..bf84f66d 100644
--- a/irc.c
+++ b/irc.c
@@ -619,7 +619,7 @@ int irc_check_login( irc_t *irc )
irc_send_login( irc );
ic = irc_channel_new( irc, ROOT_CHAN );
- irc_channel_set_topic( ic, CONTROL_TOPIC );
+ irc_channel_set_topic( ic, CONTROL_TOPIC, irc->root );
irc_channel_add_user( ic, irc->user );
return 1;