aboutsummaryrefslogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-12-18 16:32:41 +0100
committertv <tv@nomic.retiolum>2013-12-18 16:32:41 +0100
commitaa7cd8834b21a064e4fe0440b956f6c174949ed2 (patch)
tree4e9a17a838dc3c6cec28954ad69a9b84057da33c /config.json
parent8a9c41f399dd874b246818bb81f4c9edbf9a9549 (diff)
Reaktor: s/(config).json/\1.py/
Diffstat (limited to 'config.json')
-rw-r--r--config.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/config.json b/config.json
deleted file mode 100644
index 7b84c55..0000000
--- a/config.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "main": {
- "debug": true,
- "name": "asybot"
- },
- "irc": {
- "alarm_timeout": 300,
- "hammer_interval": 10,
- "kill_timeout": 360,
- "nickname": "asybot",
- "server": "irc.freenode.org",
- "port": 6667,
- "channels": [
- "#krebs"
- ],
- "commands": [
- { "pattern": "^(?:asybot|\\*):\\s*caps\\s*$", "argv": [ "commands/caps" ] },
- { "pattern": "^(?:asybot|\\*):\\s*hello\\s*$", "argv": [ "commands/hello" ] },
- { "pattern": "^(?:asybot|\\*):\\s*reload\\s*$", "argv": [ "commands/reload" ] },
- { "pattern": "^(?:asybot|\\*):\\s*badcommand\\s*$", "argv": [ "commands/badcommand" ] },
- { "pattern": "^(?:asybot|\\*):\\s*rev\\s*$", "argv": [ "commands/rev" ] },
- { "pattern": "^(?:asybot|\\*):\\s*uptime\\s*$", "argv": [ "commands/uptime" ] },
- { "pattern": "^(?:asybot|\\*):\\s*nocommand\\s*$", "argv": [ "commands/nocommand" ] },
- { "pattern": "^.*\\basybot(?:\\b[^:].*)?$", "argv": [ "commands/say", "I'm famous" ] }
- ]
- }
-}
-