mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
implement server-time
This commit is contained in:
parent
33d8cc3254
commit
d535a79730
21 changed files with 323 additions and 39 deletions
|
|
@ -44,6 +44,9 @@ int lag; /* server lag in milliseconds */
|
|||
GSList *channels;
|
||||
GSList *queries;
|
||||
|
||||
/* transient meta data stash */
|
||||
GHashTable *current_incoming_meta;
|
||||
|
||||
/* -- support for multiple server types -- */
|
||||
|
||||
/* -- must not be NULL: -- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue