HI ,
ich wollt fragen wie ich nen cmd machen kann wenn ich z.B.
!tcl muh.tcl
eingebe, das dann dieses tcl script ausgeführt wird und durch dieses ausführen soll
.chanset #chan chanmode +nt-imklps
gemacht werden! pls help
HI ,
i will write in english . i want to make a script where i can write in a channe:
!tcl muh.tcl
and then my eggdrop exec this tcl script and in this tcl script i want to put in
.chanset #chan chanmode +nt-imklps
#Usage /msg <bot> assist <#channel>
bind msg - assist pub:assist
proc pub:assist {nick uhost handle text} {
set channame [lindex [split $text] 0]
# here you can do some test to determine if the channel is valid ect... If you really need it.
channel set $channame -inactive
}
just rewrite it to public trigger and it should work