summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-04 10:29:15 -0300
committerTingPing <tngpng@gmail.com>2013-04-04 10:29:15 -0300
commit2be0530c34d077949df6f9e7ca0991cd51de1e61 (patch)
treea3cad9d2281cacec5a0f4300be4e7955965afe36 /src/common/proto-irc.c
parentb0d1c884e0aa88784c3351895f21ac31323afbcd (diff)
get account from whois
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c1
1 files changed, 1 insertions, 0 deletions
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: