mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
fix tagmsg-storage
This commit is contained in:
@ -79,6 +79,10 @@ BASE_CONFIG = {
|
|||||||
"channel-length": 128,
|
"channel-length": 128,
|
||||||
"client-length": 128,
|
"client-length": 128,
|
||||||
"chathistory-maxmessages": 100,
|
"chathistory-maxmessages": 100,
|
||||||
|
"tagmsg-storage": {
|
||||||
|
"default": False,
|
||||||
|
"whitelist": ["+draft/persist", "+persist"],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
'oper-classes': {
|
'oper-classes': {
|
||||||
|
Reference in New Issue
Block a user