mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 18:52:39 +01:00
get account from whois
This commit is contained in:
parent
b0d1c884e0
commit
2be0530c34
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user