Hi everybody out there. I pharse a html Page with the following html Code: <div class="deat"><div class="thl">Test1</div><table width="100%"><tr><td class="time">Test2</td><td class="hl">Test3</td></tr></table> <div class="txt">Test4</div><...
Yes it is possible todo so. I beleive I made the script let's see if we can alter it. I beleive this will do it: putserv "PRIVMSG $chan1 :Nick(s) [join $oplist {, }] on $chan1 have been successfully opped on $chan3." } Thx awyeah 4 helping ... Beside the 2 missing " at the End of bot...
You can try to add this to your code: bind join - * join:scan:ops proc join:scan:ops {nick uhost hand chan} { scan:ops $nick $uhost $hand $chan "" } When i do this, the Bot alway scans chan1 and chan2. How can I make him scan only chan1 ? Is ist possible with this script to habe him scan ...