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

by Zorb
Tue Jul 24, 2007 2:38 am
Forum: Eggdrop Help
Topic: Pinging Out Problem
Replies: 9
Views: 4553

Pinging Out Problem

For some reason it seems that some of my bots get ping timeout when I'm away. Is there any known reasons why an eggdrop may ping out?
by Zorb
Mon Jul 23, 2007 5:36 pm
Forum: Eggdrop Help
Topic: Linking Problem
Replies: 4
Views: 2735

Excuse for the double post but does anybody know?
by Zorb
Sun Jul 22, 2007 10:58 pm
Forum: Eggdrop Help
Topic: Linking Problem
Replies: 4
Views: 2735

Linking Problem

It seems that when the hub bot gets disconnected and comes back they all unlink. Then when I try to manually link them again using ".link botname" it says there already linked. Here is the error message: (12:24:37) <Me> .link botname (12:24:38) <botname> Already linking to that bot. I foll...
by Zorb
Sun Jul 22, 2007 8:03 pm
Forum: Scripting Help
Topic: Random Nicks
Replies: 1
Views: 1856

Random Nicks

Wondering how I would be able to select a random choice from about 5 nicks in the channel.

Bot
Bot2
Bot3
Bot4
Bot5

I'd like to be able to randomly choose one of them (not the bot that is running the script) and notice the bot to do something.
by Zorb
Sun Jul 22, 2007 8:01 pm
Forum: Eggdrop Help
Topic: A few questions
Replies: 2
Views: 2007

A few questions

I was wondering why the bot always tells me in the partyline that a certain channel has no ops and then trys to cycle to regain ops. This is really annoying. How can I turn this off? My bot still seems to kick people if they flood even though I've set all flood settings to 0:0. Anybody have any idea...
by Zorb
Fri Jul 20, 2007 10:41 pm
Forum: Eggdrop Help
Topic: Vhost change - Can't DCC to bot.
Replies: 2
Views: 2102

Vhost change - Can't DCC to bot.

Well. I changed my vhost and now the bot doesn't recognize me. Is there an easier way to change this apart from deleting all the user files?
by Zorb
Wed Jul 18, 2007 10:32 pm
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

Ah never mind I figured it out before you posted. Thank anyway.
by Zorb
Wed Jul 18, 2007 9:15 pm
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

Uhh. Nobody gets it... I have 5 bots in a channel and I want ONLY ONE to respond to anything that I do, public or notice. Each bot has the same commands. And all respond to the same command. They all run off the same script if that helps. I was thinking something like this at the start of a proc, to...
by Zorb
Wed Jul 18, 2007 8:57 pm
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

Not sure I made myself clear enough..

I mean I have say 5 bots on one channel. If I type !omg I only want one to respond ONLY in THAT channel.

Any other channels I won't have more than one bot in them.
by Zorb
Wed Jul 18, 2007 7:54 pm
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

Well, this is what I'm trying to do.

I was thinking.

Code: Select all

if {$chan == #thechan && $botnick != TheMainBot} { return 0 } REST OF SCRIPT HERE
Would that work?
by Zorb
Wed Jul 18, 2007 7:42 pm
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

To be honest that is just silly. The bots are in more than one channel.. Hand I want one of them for only one bot to respond.
by Zorb
Wed Jul 18, 2007 11:56 am
Forum: Scripting Help
Topic: 20 bots want 1 to respond
Replies: 10
Views: 5564

20 bots want 1 to respond

I have X amount of bots in a certain channel, when someone types a command I want only one to respond.

I've tried a few ways of going about this, and thought of a few to, I'll try them when I wake up as it's 1:30am as I'm writing.

Any suggested ways of doing this?
by Zorb
Wed Jul 18, 2007 1:50 am
Forum: Eggdrop Help
Topic: Honestly getting annoyed now
Replies: 3
Views: 2207

set global-flood-chan 10:60 set global-flood-deop 3:10 set global-flood-kick 3:10 set global-flood-join 5:60 set global-flood-ctcp 3:60 set global-flood-nick 5:60 set global-aop-delay 5:30 set global-idle-kick 0 set global-chanmode "nt" set global-stopnethack-mode 0 set global-revenge-mod...
by Zorb
Wed Jul 18, 2007 1:37 am
Forum: Eggdrop Help
Topic: Honestly getting annoyed now
Replies: 3
Views: 2207

Honestly getting annoyed now

Here are some quotes of what keeps happening. (21:50:57) * Bot sets mode: -e user!*@* (21:53:51) * Somone sets mode: +o-v Zorkman777 Zorkman777 Bot sets mode: -o+v Zorkman777 Zorkman777 This is really annoying me I've tried most things. And I still gather that something is wrong in the .conf. Anyone...
by Zorb
Mon Jul 16, 2007 4:40 am
Forum: Scripting Help
Topic: REALLY SIMPLE - I'm having a block and am tired.
Replies: 10
Views: 6430

Okay well, everything works well but when someone parts the channel I need it to check the users again.

So what's the bind for when someone parts the channel?