summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commit884fb902e9936993e13fe87f46fcd0e1fc052499 (patch)
tree6c231e9ead22304ab659a1679b42ce5ebccaf524 /Reaktor/TODO
parent5f6ded8bcbc4700b4547c4d1285e71e270908b2f (diff)
Reaktor/IRC: use command patterns
Diffstat (limited to 'Reaktor/TODO')
-rw-r--r--Reaktor/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/Reaktor/TODO b/Reaktor/TODO
new file mode 100644
index 00000000..ba9c4b6e
--- /dev/null
+++ b/Reaktor/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]