mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Track the account queries which are in progress
This commit is contained in:
parent
dc87199100
commit
04035ab7ca
6 changed files with 48 additions and 23 deletions
|
|
@ -136,7 +136,7 @@ struct _IRC_SERVER_REC {
|
|||
GSList *rejoin_channels; /* try to join to these channels after a while -
|
||||
channels go here if they're "temporarily unavailable"
|
||||
because of netsplits */
|
||||
void *chanqueries;
|
||||
struct _SERVER_QUERY_REC *chanqueries;
|
||||
|
||||
GHashTable *isupport;
|
||||
struct modes_type modes[256]; /* Stores the modes sent by a server in an isupport reply */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue