mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
regular who doesn't send account
This commit is contained in:
parent
e0a7f0ae59
commit
b0d1c884e0
@ -721,7 +721,7 @@ process_numeric (session * sess, int n,
|
||||
away = 1;
|
||||
|
||||
inbound_user_info (sess, word[4], word[5], word[6], word[7],
|
||||
word[8], word_eol[11], word[10], away);
|
||||
word[8], word_eol[11], NULL, away);
|
||||
|
||||
/* try to show only user initiated whos */
|
||||
if (!who_sess || !who_sess->doing_who)
|
||||
|
@ -149,7 +149,7 @@ userlist_add_hostname (struct session *sess, char *nick, char *hostname,
|
||||
user->realname = strdup (realname);
|
||||
if (!user->servername && servername)
|
||||
user->servername = strdup (servername);
|
||||
if (!user->account && account && strcmp (account, ":0") != 0 && strcmp (account, "0") != 0)
|
||||
if (!user->account && account && strcmp (account, "0") != 0)
|
||||
user->account = strdup (account);
|
||||
|
||||
if (away != 0xff)
|
||||
|
Loading…
Reference in New Issue
Block a user