i have a tcl script to check access Public command /msg botnet access #chan nick For example: /msg botnet access #bots MasterScript I need some help to change this to /msg botnet access nick For example: /msg botnet access MasterScript It means remove chan. There is the tcl script: access proc do_ac...
Hi thank you very much. This is the example: proc addchan {nick bmc1 host handle} { global botnick home defchanoptions defchanmodes bcast if {$bmc1 == ""} { putquick "NOTICE $nick :\0034ERROR - Invaild Syntax - Should Be - (/msg) $botnick addchan <#channel>" return 0 } elseif {[v...
Hi, How to make a script for this: $botnetnick= Master /msg master addchan botnick #chan botnick (leaf) is a bots was llinked to Master. Which mean all command must send message to master as a hub bot. For example to add some bots to channel, use that command. /msg master addchan TriaviaBot #Games /...
Helo, I need this script tcl. I have read a few !vhost tcl before, but i need more then that. This i my request: 1. Can set chan for example #Vhost 2. Can set badword/badvhost. Bots will reject there badword/badvhost 3. User only may apply after the time which has been determined. For example: after...