From bce78c8e6b9363175943a1b10df76fdbd87ba0c8 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 2 May 2010 19:48:26 +0100 Subject: Restored classical control channel behaviour (the ability to talk to contacts in there). --- irc_commands.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index 35169607..dd7cc730 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -287,7 +287,10 @@ static void irc_cmd_privmsg( irc_t *irc, char **cmd ) iu->f->ctcp( iu, ctcp ); } else if( iu->f->privmsg ) + { + iu->flags |= IRC_USER_PRIVATE; iu->f->privmsg( iu, cmd[2] ); + } } else { -- cgit v1.2.3