You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment in the config file, we've got these capabilities:
# oper:kline allows KLINE and DLINE# oper:unkline allows UNKLINE and UNDLINE# oper:remote_ban allows remote klines
So will we have KLINE and GLINE, or do we wanna just make all KLINEs global? (ditto for G/ZLINE) edit: I'll take a hard look at how Charyb does them and properly understand how they handle it. I'll assume we're copying the way they work there for the most part.
Should be able to implement this on top of the data store without too much hassle once that's all ready.
We need a mechanism like charybdis
KLINE
(or unrealircd'sGLINE
). We should also implementDLINE
/ZLINE
too.The text was updated successfully, but these errors were encountered: