forked from External/ergo
exempt a configurable number of MARKREAD commands from fakelag
This commit is contained in:
parent
7d6ff58bf8
commit
7ad31497c2
6 changed files with 59 additions and 12 deletions
|
|
@ -849,6 +849,14 @@ fakelag:
|
|||
# sending any commands:
|
||||
cooldown: 2s
|
||||
|
||||
# exempt a certain number of command invocations per session from fakelag;
|
||||
# this is to speed up "resynchronization" of client state during reattach
|
||||
command-budgets:
|
||||
"CHATHISTORY": 16
|
||||
"MARKREAD": 16
|
||||
"MONITOR": 1
|
||||
"WHO": 4
|
||||
|
||||
# the roleplay commands are semi-standardized extensions to IRC that allow
|
||||
# sending and receiving messages from pseudo-nicknames. this can be used either
|
||||
# for actual roleplaying, or for bridging IRC with other protocols.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue