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

by dusk
Sat Jan 06, 2007 10:40 am
Forum: Eggdrop Help
Topic: new owner
Replies: 4
Views: 3806

Kill the eggdrop, erase the .user and .chan files and start it up again with ./eggdrop -m yourconf.conf .
On irc just message the bot with the line you set in yourconfig (default = Hello)



GRTZ
by dusk
Wed Dec 20, 2006 9:55 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215798

demon wrote:hmm didnt understand something.. that script to find spammers etc create a clone and join it on the chans to check ? or cycle the chans itself ? if is the 1st is fantastic!!!

Thanks
It creates a forkclone that cycles the chan, the bot itself doesn't cycle, only the clone.
by dusk
Tue Nov 28, 2006 5:57 am
Forum: Script Requests
Topic: Help pls (TCL Request)
Replies: 10
Views: 5004

metroid wrote:That script doesn't actually make much sense if you don't mind me saying.

Also, why KICK the same nick twice?

Guess one of the two kicks was meant to be a ban...why setting a banmask otherwise??
by dusk
Sat Nov 25, 2006 12:13 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215798

Euh...aren't you the one that doesn't understand??

if {[isbotnick $chan]} {return} <-- nothing wrong about that

spammer != botnick (so returns 0): proc goes on
spammer == botnick (so returns 1): proc returns


that should be verry basic ...
by dusk
Fri Nov 24, 2006 9:42 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215798

ok, thanks for mentioning the link but can you explain this please? if {[isbotnick $chan]} {return} this is a wrong expression cause, isbotnick <nick> Returns: 1 if the nick matches the botnick; 0 otherwise Module: server ...and its everywhere in the script duh!! whats's wrong about it?? you want t...
by dusk
Fri Aug 25, 2006 7:47 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252606

Actually it's for a couple of bots I lend out, so it would be handy if I could do everything from within the partyline when a bot joins a new channel.

GRTZ
by dusk
Thu Aug 24, 2006 1:37 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252606

Nicely done! :-)

Maybe one last suggestion : making it posible to set feeds on the partyline?


GRTZ
by dusk
Wed Aug 16, 2006 1:42 pm
Forum: Script Requests
Topic: addchannel on allvoive.tcl
Replies: 12
Views: 7180

I guess you just leave a space between two inserted chans.

Code: Select all

set avchan "#channel1 #channel2" 

GRTZ
by dusk
Wed Aug 16, 2006 8:32 am
Forum: Shell & Bouncer Help
Topic: Users with same name!
Replies: 6
Views: 15180

whoeverest wrote:OK i need you to tell me what should i do and where.. I can't find no file, i can't delete the users

PLS!
It should be in the same directory as psybnc itself , called psybnc.conf .


GRTZ
by dusk
Sun Aug 13, 2006 10:35 pm
Forum: Script Requests
Topic: Timebomb Script [solved]
Replies: 4
Views: 4210

Re: Timebomb Script

Rolcol wrote:I really enjoyed using that script from my mIRC dreambot. I was hoping that someone could make a tcl script out of it for me.
Next time try searching the TCL-archive : Here it is : Timebomb


GRTZ
by dusk
Fri Aug 11, 2006 11:13 am
Forum: Scripting Help
Topic: Having problems with AdminServ .TCL
Replies: 4
Views: 9117

Don't use # in your directory structure.
+ Make that directory yourself on your shell.



GRTZ
by dusk
Mon Aug 07, 2006 9:22 pm
Forum: Eggdrop Help
Topic: Disable bot chatter
Replies: 1
Views: 2639

An eggdrop doens't do anything when you ask it a question or whatever.That's where tcl-scripting is for.... (seen module however can be enabled in config-file).

Just don't load any additional tcl scripts and it should work just fine.


GRTZ
by dusk
Fri Aug 04, 2006 9:38 pm
Forum: Scripting Help
Topic: av.pubmsg.tcl
Replies: 3
Views: 3378

you're welkcome :)

always glad to help if I can



GRTZ
by dusk
Fri Aug 04, 2006 10:49 am
Forum: Script Requests
Topic: Site Management (hard :O)
Replies: 3
Views: 3006

by dusk
Fri Aug 04, 2006 10:46 am
Forum: Scripting Help
Topic: av.pubmsg.tcl
Replies: 3
Views: 3378

You should post the script itself, not everyone here uses that script and we can't guess how it looks like, can we? That said : I'm not quit sure if this is what you meant but if you don't want the script to tell how many users its devoicing ERASE these lines in the script: if {($count != 0)} { putl...