diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-27 14:05:38 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-27 14:05:38 -0400 |
commit | 74f1cdef999356e40e3fa3b6a2d89876b6c0c303 (patch) | |
tree | 2e8c30033bc9358dd5a0cc4c7ba68ecc9ad992d2 /irc.c | |
parent | 280c56a7b24dc08b35a1ecd98c8f4b61435d1100 (diff) |
irc_usermsg() works a little bit again. Have to figure out how and where
to restore multiline support though.
Diffstat (limited to 'irc.c')
-rw-r--r-- | irc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } } |