mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
purge whos from queue
This commit is contained in:
parent
04035ab7ca
commit
04089d5866
4 changed files with 53 additions and 3 deletions
|
|
@ -505,7 +505,7 @@ static void event_nick(IRC_SERVER_REC *server, const char *data,
|
|||
}
|
||||
|
||||
/* invalidate any outstanding accountqueries for the old nick */
|
||||
g_hash_table_remove(server->chanqueries->accountqueries, orignick);
|
||||
irc_channels_query_purge_accountquery(server, orignick);
|
||||
nicklist_rename(SERVER(server), orignick, nick);
|
||||
g_free(params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue