This commit is contained in:
parent
da753090c7
commit
a957dccafd
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Replacement for services bots.
|
# Replacement for services bots.
|
||||||
|
import traceback
|
||||||
__ircat_type__ = "command"
|
__ircat_type__ = "command"
|
||||||
__ircat_requires__ = []
|
__ircat_requires__ = []
|
||||||
__ircat_giveme__ = ["sql"] # Only command and allsocket have these.
|
__ircat_giveme__ = ["sql"] # Only command and allsocket have these.
|
||||||
|
@ -36,4 +37,5 @@ class command:
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
except:
|
except:
|
||||||
|
print(traceback.format_exc())
|
||||||
return False
|
return False
|
Loading…
Add table
Reference in a new issue