Ok here is a split of the ignore check code $host ==> examp@example.users.quakenet.org set ign(hosts) "[hosts:get]" <== returns all added hosts in the database ("examp@*.org" "*@test.users.quakenet.org" for example) foreach h0st $ign(hosts) { if {[string match -nocase &...
Hello, I have a small problem. I want to create an "global ignore function" for a game script. All my code works fine but i want to add hosts in the database containing a wildcard "*!*@Test*.org" for example. But when the bots connects to the database an gets the informations the...
hi i have written an script but now i have a little problem bind pub - "!mofa" mofaproc proc mofaproc {nick host hand chan arg} { set cmd [split $arg] set cmd0 [lindex $cmd 0] set cmd1 [lindex $cmd 1] set cmd2 [lindex $cmd 2] if {$cmd0 == "stats"} { if { $cmd1 == "" } {...
for example i have some procs where i need these 7 lines " line1 line2 line3 line4 line5 line6 line7 " but i don't want to write everyone in every proc i want do have putserv "PRIVMSG $chan : $var" and my bot will post these 7 lines one after the other one just like putserv "...
Heloo together. I have a Problem with the following scripts: bind pub -|- "!rdy" ::rdy set cflag "+v" proc ::rdy {nick host handle chan text} { putserv "PRIVMSG $chan : $nick ist bereit" if {![validuser $nick]} { adduser $nick *!*@[lindex [split [getchanhost $nick $chan...
Hi @ll, I'm looking for a stream skript for my eggdrop bot. the script must contain a public stream trigger. when you do !stream it has to post the shoutcast stats in my chan. it can't be a notice ist has to be visible for every person in the chan. every person has to use it. thx S0nnY P.S. my engli...