summaryrefslogtreecommitdiffstats
path: root/wiki.tcl
diff options
context:
space:
mode:
authorlookshe <lookshe@fumuga.com>2012-09-09 21:02:03 +0200
committerlookshe <lookshe@fumuga.com>2012-09-09 21:02:03 +0200
commit009a87ffad8d3ea804dba65aedef7fddec7aa6d2 (patch)
tree4225ac012adf5eecca15f81756f69a16922e383e /wiki.tcl
parente92f4f4425e9afab798910880c146567c22898c8 (diff)
don't know what changed, but there's something ;-)
Diffstat (limited to 'wiki.tcl')
-rw-r--r--wiki.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki.tcl b/wiki.tcl
index a461114..5135a92 100644
--- a/wiki.tcl
+++ b/wiki.tcl
@@ -3,6 +3,7 @@
bind pub - !wiki wiki
bind pub - !ewiki ewiki
#bind pub - !say say
+bind pub - !mitsu mitsu
bind pub - !google say
proc say {nick host hand chan arg} {
@@ -10,6 +11,11 @@ proc say {nick host hand chan arg} {
# putserv "PRIVMSG $chan :das hier ist [string trimleft $chan #]";
}
+proc mitsu {nick host hand chan arg} {
+ putserv "PRIVMSG $chan :www.mitsu-talk.de";
+# putserv "PRIVMSG $chan :das hier ist [string trimleft $chan #]";
+}
+
proc wiki {nick host hand chan arg} {
global do_wiki
if {[info exists do_wiki($nick:$chan)]} {