aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-12-16 18:19:49 +0100
committerlassulus <lassulus@googlemail.com>2013-12-16 18:19:49 +0100
commitf09b4ea6c6a381b85363fd811b6e6526c76593ce (patch)
tree18dd4124924ad457641e07094474204ab88cfb0b /TODO
parent58ed45469cab2e25f2a2a7a98de22ac079763063 (diff)
Reaktor/IRC: use command patterns
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..ba9c4b6
--- /dev/null
+++ b/TODO
@@ -0,0 +1,9 @@
+{ "pattern": "^(?:asybot|\\*):.*", "argv": [ "commands/say", "{{from.nickname}}: you are made of stupid" ], only_match: true }
+
+getconf: check syntax and semantics on load
+getconf: reload inotify
+
+apropros caps: commands need access to config
+
+commands need access to from (eg as env var):
+ _from = prefix.split('!', 1)[0]