mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Lag detection displayed in statusbar, can also automatically disconnect
if too much lagged. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@43 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1b0b230743
commit
6ef49200e2
2 changed files with 9 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ irc.c:
|
|||
"event "<cmd>, gchar *args, SERVER_REC, gchar *sender_nick, gchar *sender_address
|
||||
"default event", gchar *args, SERVER_REC, gchar *sender_nick, gchar *sender_address
|
||||
|
||||
lag.c:
|
||||
|
||||
"server lag", SERVER_REC
|
||||
"server lag disconnect", SERVER_REC
|
||||
"lag", gchar *server, GINT_TO_POINTER(lag)
|
||||
|
||||
modes.c:
|
||||
|
||||
"invitelist new", CHANNEL_REC, gchar *mask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue