summaryrefslogtreecommitdiffstats
path: root/wiki.tcl
diff options
context:
space:
mode:
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)]} {