Hi. I wrote script listening to announces of other bot and initiate shell script. This is the source: set do "no" bind pubm - * uploaded proc uploaded { nick host hand chan arg } { if {$nick == "BotNick"} { set got_custom_number [split $arg] global stamp name cat size value rob s...
Hi. I want to connect eggdrop via psybnc. In mIRC I should login via command Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect. Ok so I send pass and I'm connected. But how to do it using eggdrop? I write tcl procedure to do it: proc evnt_oper {type} { globa...
Hi! When I take DCC > Vesrion command on my eggdrop I get a reply " [VERSION] eggdrop v1.6.18 " I want to hide it or set something like [VERSION] ( NoNameScript 4.22 :: www.nnscript.com :: www.esnation.com ) Is it possible to cahnge version or disable DCC replies for command VERSION? btw U...