summaryrefslogtreecommitdiffstats
path: root/commands.tcl
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-08-16 10:51:41 +0200
committerStefan Ritter <xeno@thehappy.de>2011-08-16 10:51:41 +0200
commitba46c304bdffdce0b6019a47f6759ce6abbeef90 (patch)
tree40a5b204637cb65c5bb91bd4f26a248ea498e019 /commands.tcl
Initial commit
Diffstat (limited to 'commands.tcl')
-rw-r--r--commands.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands.tcl b/commands.tcl
new file mode 100644
index 0000000..86ba8a8
--- /dev/null
+++ b/commands.tcl
@@ -0,0 +1,5 @@
+#bind pub - np proc_np
+
+proc proc_np {nick host hand chan args} {
+# putserv "PRIVMSG $chan :-> supportboard!"
+}