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 74 matches

by dwickie
Thu Dec 11, 2008 8:45 am
Forum: Script Requests
Topic: Pre.tcl auto spamm :)
Replies: 1
Views: 4992

contact authors
by dwickie
Mon Dec 01, 2008 9:38 am
Forum: Eggdrop Help
Topic: Need Help with my eggdrop
Replies: 2
Views: 3552

./eggdrop -n

run this - it stays in foreground and you will see what eggdrop exactly do and figure out where is problem.
by dwickie
Thu Nov 06, 2008 10:20 am
Forum: Eggdrop Help
Topic: Encryption
Replies: 2
Views: 4401

by dwickie
Tue Nov 04, 2008 11:02 am
Forum: Scripting Help
Topic: need help with simple help script, its my 1st tcl :)
Replies: 2
Views: 2527

Re: need help with simple help script, its my 1st tcl :)

Code: Select all

	}else{
should be

} else {
by dwickie
Sun Jun 08, 2008 3:12 am
Forum: Eggdrop Help
Topic: eggdrop-1.6.19-ssl-rootie.patch by Rootie
Replies: 5
Views: 5229

timt wrote:Does undernet support SSL? because i've installed the SSL patch successfully and i've added set use-ssl 1 to the config file but all i see

SSL Failed connect to us.undernet.org (Error while switching to SSL)
No, undernet does not have SSL
by dwickie
Sat Jun 07, 2008 6:50 pm
Forum: Eggdrop Help
Topic: eggdrop-1.6.19-ssl-rootie.patch by Rootie
Replies: 5
Views: 5229

Re: eggdrop-1.6.19-ssl-rootie.patch by Rootie

Hi, I was trying eggdrop-1.6.19-ssl-rootie.patch by Rootie and after these two lines |--- src/dcc.c 2008-02-16 22:41:03.000000000 +0100 |+++ src/dcc.c 2008-04-19 11:29:55.000000000 +0200 it says -> File to patch: and i tried eggdrop-1.6.19-ssl-rootie.patch and find . -name "*.rej" -print ...
by dwickie
Sat May 31, 2008 1:17 pm
Forum: Shell & Bouncer Help
Topic: psyBNC scripting help - email messages while away
Replies: 3
Views: 10930

psybnc always served me well, what are the alternatives ? i guess it does not serves you so well if you need a thing, that psybnc can't do. i would suggest you to use sBNC ( http://shroudbnc.info/ ) it does not have multinetwork (many people thinks its disadvantage) but on the other side it have co...
by dwickie
Mon May 19, 2008 8:10 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 9552

Re: AOP with authcheck

jonlar wrote:Hi. after installing the following script i get this error

invalid command name "}"
while executing
"}"
invoked from within
well, remove one } from the end
by dwickie
Wed May 07, 2008 5:11 pm
Forum: Tcl FAQ
Topic: Colour and formatting codes
Replies: 13
Views: 118483

Ok, sorry..big mistake from me! Understand you well! But with array it could resolve the problem? since you put [bold] HERE [bold] I mean this because you don't do \00341HERE instead [color]TEXT[color] its the same, if you do [red]TEXT its ok, BUT if you do [red]15 Baloons, its WRONG again. [red] r...
by dwickie
Wed May 07, 2008 2:43 pm
Forum: Tcl FAQ
Topic: Colour and formatting codes
Replies: 13
Views: 118483

This don't make any sence, since the color codes only work as two digits in mIRC. It's same as in eggdrop only with \003 first you didnt read the explanation, did you? if you use \003 4 Text you'll get red text - thats ok *BUT* if you want to colorize something with number at the begin, you have pr...
by dwickie
Wed May 07, 2008 1:17 pm
Forum: Tcl FAQ
Topic: Colour and formatting codes
Replies: 13
Views: 118483

Want to share my experience with color codes. this array method makes it easy for you to write your script and makes it more clean. array set colors { blue \0032 green \0033 red \0034 purple \0036 orange \0037 yellow \0038 lightgreen \0039 lightblue \00312 pink \00313 grey \00314 lightgrey \00315 n...
by dwickie
Tue May 06, 2008 7:37 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21071

eXcel wrote:Ya, I dont have root, im using a shell account. Must I use root to install OIDENTD?
You have to be root to open listening port below 1024
by dwickie
Mon May 05, 2008 3:03 pm
Forum: Shell & Bouncer Help
Topic: help with psybnc scripting
Replies: 2
Views: 9612

Re: help with psybnc scripting

ArabFox wrote:hello who can make this script in psybnc


on 1:notice:*:?:.timer 1 8 msg Admin Notice: - $+ $nick $+ - $1-

i want it with timer
try sBNC isntead of psybnc (support of TCL scripts is BIG plus for sbnc)
by dwickie
Sun May 04, 2008 5:55 am
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21071

eXcel wrote:./oidentd -m -u crave -a 66.96.248.104 -i -p 1337

If I used 133 it says could not open socket.
you have to use port 113, maybe iam wrong, but all IRCd's are looking for user ident on that port, so if you run it on other port, its useless
by dwickie
Sun Mar 30, 2008 11:45 am
Forum: Eggdrop Help
Topic: starting eggdrop >> invalid command name "
Replies: 4
Views: 3128

Boo wrote: edit²: can't get the bot to authorise himself -.- allready registered teh nickname for the bot myself but now i can't find something about the autorise via nickserv... or ... where i can put it in a config file or something
search forum for "nickserv" you will find some scripts ;)