problem binding to channel so check for channel in script
This commit is contained in:
parent
009a87ffad
commit
3cb7dabc47
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
|||
bind join - "#mitsu_chat_runde" join_help
|
||||
bind join - * join_help
|
||||
|
||||
proc join_help {nick host hand chan} {
|
||||
global botnick
|
||||
if {$botnick == $nick} {
|
||||
return 0
|
||||
}
|
||||
if {$chan != "#mitsu_chat_runde"} {
|
||||
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)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue