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

by YooHoo
Sun Jan 13, 2008 9:36 pm
Forum: Eggdrop Help
Topic: eggdrop just stops running? {solved}
Replies: 9
Views: 5782

are you logging anything? if not, try using the logfile to figure out what is going on. Your best bet would be something like this:

Code: Select all

logfile dorv * "logs/debug.log"
This way you will see exactly what is going on with eggdrop before it crashes
by YooHoo
Sun Jan 13, 2008 1:33 am
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2660

okie dokie, as you wish. Now all that remains for you to do is explain exactly how this is accomplished on your network. How is the syntax for the command to auth, and to what is this request made? Is it ChanServ, or X, or what? Also would help if you told us what it looks like when this command is ...
by YooHoo
Sat Jan 12, 2008 10:05 am
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2660

if I understand you correct the users have to identify themselves in some way everytime they join the channel by writing hello to the bot? that is incorrect. The 'hello' message is a 1-time deal, for the bot owner only. Eggdrop identifies every valid user from thier hostmask on joining a channel. Y...
by YooHoo
Fri Jan 11, 2008 7:23 pm
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2660

not tryin to persuade you one way or the other, mind you, but eggdrop also has the +c (common) userflag with just that situation in mind. Also, you could enable the ident feature, enabling users to add thier own hosts to the bot. Just seems wiser to have your users properly added to the eggdrop, and...
by YooHoo
Fri Jan 11, 2008 10:11 am
Forum: Script Requests
Topic: need a simple script to can give op on join and on text
Replies: 6
Views: 2378

seems like a pretty senseless script, since eggdrop already has an autoop function built-in with the +a flag :roll:
by YooHoo
Fri Jan 11, 2008 10:09 am
Forum: Script Requests
Topic: auth checker for private channel
Replies: 7
Views: 2660

seems kinda lazy. Why don't you add your friends to the eggdrop's userlist, then ban all others?
by YooHoo
Fri Jan 11, 2008 12:55 am
Forum: Shell & Bouncer Help
Topic: PsyBNC /playprivatelog not working. ;/ help?
Replies: 17
Views: 51102

sometimes with psybnc, you need to precede commands with the word quote, as in /quote playprivatelog
by YooHoo
Wed Jan 09, 2008 9:55 am
Forum: Eggdrop Help
Topic: Modifying the default hostmask
Replies: 3
Views: 2283

From the eggdrop docs/tricks:

Code: Select all

You can add a user with a static hostmask when using '.adduser' by prefixing their nick by '!'.

    i.e. with a hostmask of drummer!ident@some.host.com

    '.adduser drummer'

    uses *!ident@*.host.com

    '.adduser !drummer'

    uses *!ident@some.host.com
by YooHoo
Mon Jan 07, 2008 2:31 am
Forum: Script Requests
Topic: Throttling outbound messages
Replies: 1
Views: 1415

i kinda doubt you would need a separate script to accomplish this. Using puthelp rather than putquick or even putserv will slow down the rate that the bot spits out info.
by YooHoo
Mon Jan 07, 2008 2:25 am
Forum: Eggdrop Help
Topic: Can someone help me with this please? [solved]
Replies: 5
Views: 2916

Re: hi cant help me???

hai dear can help me??? can tell me where is good script for prot chan ??? sentinel.tcl, which is distributed with every eggdrop, is a good place to start. If you are looking for a bit more advanced and configurable script, I would go with allprotection.tcl by Opposing. It is a badass script, and w...
by YooHoo
Mon Jan 07, 2008 2:22 am
Forum: Eggdrop Help
Topic: AutoProtect
Replies: 11
Views: 4803

Re: hi cant help me???

hi my dear,i dont know how to download it script can u help me plsss plsss plssss :cry: :cry: :cry: what script? I thought Alchera was extremely clear about this. This is a ChanServ issue, and has absolutely nothing to do with eggdrop at all. As for scripts in general, some simple reading is requir...
by YooHoo
Fri Jan 04, 2008 9:21 pm
Forum: Eggdrop Help
Topic: tcl help
Replies: 5
Views: 3101

it would be helpful to copy & paste the exact error message you are receiving, that way we don't spend time & energy trying to guess what you mean by 'multithread tcl' thing :wink:
by YooHoo
Fri Jan 04, 2008 1:18 am
Forum: Script Requests
Topic: Upside(karma,score whatever) script.
Replies: 3
Views: 2199

could you please tell us what 'upside' is? Is it the same as uptime? Or idle time?
by YooHoo
Fri Jan 04, 2008 1:16 am
Forum: Eggdrop Help
Topic: AutoProtect
Replies: 11
Views: 4803

I added the username: .+user user Gave a host to the username: .+host user host When he is joining the channel, I want to protect him (unrealircd). Its +a Ty that's just my question. +a to an eggdrop is the auto-op flag, and has nothing to do with 'protection' at all. With whom are you trying to se...
by YooHoo
Fri Jan 04, 2008 1:04 am
Forum: Eggdrop Help
Topic: AutoProtect
Replies: 11
Views: 4803

lemme make sure I understand exactly what you want to happen. When a specific user from your userlist joins your channel, you want the bot to set a channel mode of +a for that specific user? Not sure exactly how this is supposed to be accomplished. Can you please give an example of what this would l...