Update modules/ban_engine.py
This commit is contained in:
parent
d072b76ce1
commit
75876e95fe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import os, sys, sqlite3
|
||||
__ircat_type__ = "allsocket"
|
||||
__ircat_requires__ = ["ban-provider", "host"]
|
||||
__ircat_giveme__ ["sql"]
|
||||
__ircat_giveme__ = ["sql"] # Only command and allsocket have these.
|
||||
class IRCatModule:
|
||||
memory = {} # {ip: [content]}
|
||||
useSQLengine = False
|
||||
|
|
Loading…
Add table
Reference in a new issue