summaryrefslogtreecommitdiffstats
path: root/join_mitsu.tcl
diff options
context:
space:
mode:
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"