summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commitb1df5ae25e8bc336bb50ef5a2deb4dd40ee809ed (patch)
treeafc030b7df0d14684b22edecc8fbbf3af8ccce0e /Reaktor/config.json
parentb0545bab3ab04d6177102c15bebeca2910ebab3a (diff)
Reaktor: s/(config).json/\1.py/
Diffstat (limited to 'Reaktor/config.json')
-rw-r--r--Reaktor/config.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/Reaktor/config.json b/Reaktor/config.json
deleted file mode 100644
index 7b84c55e..00000000
--- a/Reaktor/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" ] }
- ]
- }
-}
-