summaryrefslogtreecommitdiffstats
path: root/join_mitsu.tcl
blob: f1b260fec2601682c553869c70cd3d3ad2b9647c (plain)
1
2
3
4
5
6
7
8
9
10
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"