From 2be0530c34d077949df6f9e7ca0991cd51de1e61 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 4 Apr 2013 10:29:15 -0300 Subject: get account from whois --- src/common/proto-irc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index dd2bc13a..281775ae 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -689,6 +689,7 @@ process_numeric (session * sess, int n, if (!serv->skip_next_whois) EMIT_SIGNAL (XP_TE_WHOIS_AUTH, whois_sess, word[4], word_eol[6] + 1, word[5], NULL, 0); + inbound_user_info (sess, NULL, NULL, NULL, NULL, word[4], NULL, word[5], 0xff); break; case 332: -- cgit 1.4.1