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

by krimson
Sat Aug 05, 2006 3:11 pm
Forum: Script Requests
Topic: Silence instead of ignore
Replies: 12
Views: 6656

or you could combine the two ideeas and use timed silences. this would help in staying under the server's limit and won't exceed sendq
by krimson
Tue Aug 01, 2006 8:14 am
Forum: Script Support & Releases
Topic: Troubles with shoutcast1.03
Replies: 8
Views: 6960

open the script with whatever text editor you want, read the instructions, configure whatever options you have to, and then rehash
by krimson
Tue Aug 01, 2006 7:54 am
Forum: Script Support & Releases
Topic: Troubles with shoutcast1.03
Replies: 8
Views: 6960

.rehash afterwards
by krimson
Tue Aug 01, 2006 7:33 am
Forum: Script Support & Releases
Topic: Troubles with shoutcast1.03
Replies: 8
Views: 6960

you have to put this line

Code: Select all

source /home/Tommyp/eggdrop/scripts/shoutcast1.03.tcl
at the bottom of eggdrop.conf, not in the command prompt
by krimson
Tue Aug 01, 2006 7:32 am
Forum: Script Support & Releases
Topic: Chanstats v2.01 + eggdrop1.6.18 Problem
Replies: 5
Views: 6875

yeah, but some people won't do that.. they just wait for others to do it for them
by krimson
Tue Aug 01, 2006 3:48 am
Forum: Script Support & Releases
Topic: Chanstats v2.01 + eggdrop1.6.18 Problem
Replies: 5
Views: 6875

don't upgrade to 1.6.18 and contact the author From memory that is an old script and is no longer supported and the original author cannot be contacted. i didn't know that.. then i guess he should stick to whatever version of eggdrop is recommended in the script's readme, or search for a different ...
by krimson
Mon Jul 31, 2006 4:26 pm
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 3938

put this at the top of your script:

Code: Select all

set dj "<dj's nick>"
and replace <dj's nick> with your dj's nick
by krimson
Mon Jul 31, 2006 2:47 pm
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 3938

please post your code between

Code: Select all

 if you wish to get any help here

if you'd also post what error you recieve it would be much easier to debug
by krimson
Mon Jul 31, 2006 1:27 pm
Forum: Scripting Help
Topic: .+ban and .kickban in a tcl script
Replies: 2
Views: 2550

@tucow: as Nara pointed out, dcc commands are not the same with tcl commands accepted by eggdrop. you should read tcl-commands.doc in your ~/docs folder
by krimson
Mon Jul 31, 2006 9:25 am
Forum: Script Support & Releases
Topic: Chanstats v2.01 + eggdrop1.6.18 Problem
Replies: 5
Views: 6875

don't upgrade to 1.6.18 and contact the author
by krimson
Sun Jul 30, 2006 10:45 am
Forum: Eggdrop Help
Topic: Eggdrop DCC
Replies: 11
Views: 19005

that's the prefered way to go with, but some hosts don't allow compiler access, hence you can't install from source
by krimson
Sat Jul 29, 2006 4:30 pm
Forum: Scripting Help
Topic: putserv speed
Replies: 4
Views: 3295

no, there isn't, except maybe some modifications to some header files before compiling (i can't remember which ones though). you can at most use the -next switch to move up the line in the queue.

you could try using putquick to solve your problem (it would be the easiest method)
by krimson
Sat Jul 29, 2006 4:26 pm
Forum: Eggdrop Help
Topic: Not protecting all channel modes
Replies: 5
Views: 4598

as far as i know, ircd's don't allow the simultaneous usage of +p and +s... maybe eggdrop has a built-in check to make him not force modes that are impossible
by krimson
Sat Jul 29, 2006 2:28 pm
Forum: Scripting Help
Topic: putserv speed
Replies: 4
Views: 3295

control their speed in what way?
by krimson
Sat Jul 29, 2006 8:39 am
Forum: Script Requests
Topic: Yet another "fetch info from the web" Request.
Replies: 6
Views: 4880

you should put your code between [code] [/code] tags when posting any type of code or log. this will remove any smilies that may show up and make the code hard to read