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.

eggdrop wars

General support and discussion of Eggdrop bots.
Post Reply
s
socket
Voice
Posts: 4
Joined: Sun Jan 01, 2006 4:54 am

eggdrop wars

Post by socket »

hey..
i've added an eggdrop to a channel that already had a bot, the eggdrop remove ops/voices assigned by the other bot... how do i tell it not care about that ?

thanks in advance.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

.chanset #channel -bitch
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
s
socket
Voice
Posts: 4
Joined: Sun Jan 01, 2006 4:54 am

thanks :)

Post by socket »

works great :)
s
socket
Voice
Posts: 4
Joined: Sun Jan 01, 2006 4:54 am

Post by socket »

my mistake....... :|
it still doesnt work............

this is the .chaninfo
[13:04:21] <socket> .chaninfo
[13:04:21] <Abacus> Settings for static channel #quotes:
[13:04:21] <Abacus> Protect modes (chanmode): +tn
[13:04:21] <Abacus> Idle Kick after (idle-kick): DON'T!
[13:04:21] <Abacus> stopnethack: DON'T!
[13:04:21] <Abacus> aop-delay: 5:30
[13:04:21] <Abacus> revenge-mode: 0
[13:04:21] <Abacus> ban-time: 120
[13:04:21] <Abacus> exempt-time: 60
[13:04:21] <Abacus> invite-time: 60
[13:04:21] <Abacus> Other modes:
[13:04:21] <Abacus> -inactive +statuslog -secret +shared
[13:04:21] <Abacus> +greet -seen +cycle +dontkickops
[13:04:21] <Abacus> +protectops -protectfriends -revenge -revengebot
[13:04:21] <Abacus> -bitch +autoop -autovoice -nodesynch
[13:04:21] <Abacus> -enforcebans +dynamicbans +userbans -autohalfop
[13:04:21] <Abacus> -protecthalfops
[13:04:21] <Abacus> +dynamicexempts +userexempts +dynamicinvites +userinvites
[13:04:21] <Abacus> flood settings: chan ctcp join kick deop nick
[13:04:22] <Abacus> number: 10 3 5 3 3 5
[13:04:22] <Abacus> time : 60 60 60 10 10 60
[13:04:22] <Abacus> [13:04] #socket# chaninfo #quotes
and this is what's going on:
* frog has joined #quotes
[13:03:52] * packet sets mode: +h frog
[13:03:55] * Abacus sets mode: -h frog
packet is the old bot
abacus is the new eggdrop..........................................
I
IRCNick
Halfop
Posts: 64
Joined: Wed Oct 12, 2005 9:43 pm
Location: Germany
Contact:

Post by IRCNick »

Code: Select all

.chanset #quotes +protecthalfops +protectfriends
Or you just have a tcl that prevent opping/halfopping another people/bots... or your bot isn't added correct in the another bot
s
socket
Voice
Posts: 4
Joined: Sun Jan 01, 2006 4:54 am

Post by socket »

[18:07] #quotes: mode change '+h james' by packet!packet@linuxloony.net
[18:07] Mode change by non-chanop on #quotes! Reversing...
[18:07] #quotes: mode change '-h james' by Abacus!Abacus@barak-online.net
that's what i get in the log....... how do i fix this?
i dont have access to packet (the other bot) so i cant make it identify to abacus (the eggdrop) ...
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

your bot might not be aware of +h as legitimate mode and treating it as desync; set net-type correctly, to a network type that support halfops
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You would want this set also (as a matter of course):

Code: Select all

.chanset #chan +nodesynch
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply