From 74f1cdef999356e40e3fa3b6a2d89876b6c0c303 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 27 Mar 2010 14:05:38 -0400 Subject: irc_usermsg() works a little bit again. Have to figure out how and where to restore multiline support though. --- irc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'irc.c') 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; } } -- cgit v1.2.3