This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by krzys
Fri Jun 05, 2009 12:35 pm
Forum: Scripting Help
Topic: Error with colours?
Replies: 1
Views: 1987

Error with colours?

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...
by krzys
Sat Apr 18, 2009 5:29 pm
Forum: Eggdrop Help
Topic: [SOLVED] eggdrop via psybnc
Replies: 2
Views: 3771

It works! thank you ;)
by krzys
Sat Apr 18, 2009 1:47 pm
Forum: Eggdrop Help
Topic: [SOLVED] eggdrop via psybnc
Replies: 2
Views: 3771

[SOLVED] eggdrop via psybnc

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...
by krzys
Fri Mar 27, 2009 7:24 pm
Forum: Eggdrop Help
Topic: [SOLVED] How to hide VERSION and USERINFO ?
Replies: 2
Views: 2915

thanks for your reply as soon!

I fix this setting these tree variables in config.
by krzys
Fri Mar 27, 2009 6:48 pm
Forum: Eggdrop Help
Topic: [SOLVED] How to hide VERSION and USERINFO ?
Replies: 2
Views: 2915

[SOLVED] How to hide VERSION and USERINFO ?

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...