mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
purge whos from queue
This commit is contained in:
parent
04035ab7ca
commit
04089d5866
4 changed files with 53 additions and 3 deletions
|
|
@ -40,6 +40,8 @@ typedef struct _SERVER_QUERY_REC {
|
|||
GHashTable *accountqueries; /* Per-nick account queries */
|
||||
} SERVER_QUERY_REC;
|
||||
|
||||
void irc_channels_query_purge_accountquery(IRC_SERVER_REC *server, const char *nick);
|
||||
|
||||
void irc_channels_init(void);
|
||||
void irc_channels_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue