I am new in IRC/Eggdrop Scene , and i have a little problem with a TLC-Script. When i call eggrop with "pfeif" as a Operator, Responds the Bot:
"*sofort zum Meister $nick rennt und die nächste Order abwartet*" in the Channel...
But if I do this as a founder of the bot does not respond to the command.
I have the code with "if isowner" and "if isfounder" but none of the commands worked, how can I move on to the bot operators and Founder hear?
Here is my Code:
Code: Select all
######## pfeif #########
bind pubm - *pfeif* pub_pfeif
proc pub_pfeif {nick uhost hand chan arg} {
if {![isop $nick $chan]} {
puthelp "NOTICE $nick : Ich hör nur, wenn der Meister pfeift!"
return 0}
putchan $chan "\002 *sofort zum Meister $nick rennt und die nächste Order abwartet*"
putchan $chan "\002 Da bin ich $nick."
}
Greetings Kintaro
PS: Sorry for my bad english, i am from Switzerland