summaryrefslogtreecommitdiffstats
path: root/join_mitsu.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 /join_mitsu.tcl
parente92f4f4425e9afab798910880c146567c22898c8 (diff)
don't know what changed, but there's something ;-)
Diffstat (limited to 'join_mitsu.tcl')
-rw-r--r--join_mitsu.tcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/join_mitsu.tcl b/join_mitsu.tcl
new file mode 100644
index 0000000..f1b260f
--- /dev/null
+++ b/join_mitsu.tcl
@@ -0,0 +1,11 @@
+bind join - "#mitsu_chat_runde" join_help
+
+proc join_help {nick host hand chan} {
+ global botnick
+ if {$botnick == $nick} {
+ return 0
+ }
+ putserv "PRIVMSG $chan :Willkommen im MFF-Chat $nick, stelle einfach deine Frage oder sag einfach nur Hallo. Warte bitte eine Weile auf Antwort, da die User auch ein Privatleben haben ;-) (PS: Ich bin nur ein Bot)"
+}
+
+putlog "join_mitsu by lookshe loaded"