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.

(SOLVED) egg deops and devoices and shouldnt

General support and discussion of Eggdrop bots.
Post Reply
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

(SOLVED) egg deops and devoices and shouldnt

Post by zaxxon202 »

I about between novice and intermediate with eggdrop.

Im on an IRC network, irc.rizon.net to be exact. It has chanserv and botserv and the like.

Right now when an op joins the channel, the botserv bot give him ops. Then the eggdrop deops and devoices. It shouldnt do this and heres why.

1. In the bot I have the user added with host and ofl flags
2. In the bot I have stopnethack-mode 0
3. Also -nodesynch is set
Also I just added the chanserv bot to the egg. I didnt before
This is only on join. I can give the person ops myself and no problem.

Could it be an irc server thing, or am i missing something?

Any help appreciated
Last edited by zaxxon202 on Sat Nov 24, 2007 8:44 pm, edited 1 time in total.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

sounds like you have the bot set to +bitch. Check by typing .chaninfo [channel] and displaying the results here.
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

YooHoo wrote:sounds like you have the bot set to +bitch. Check by typing .chaninfo [channel] and displaying the results here.
Negative. -bitch

But thanks. Ive been trying to figure it out for 3 days now :/
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

eggdrop.conf:
#
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
#
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

Alchera wrote:eggdrop.conf:
#
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
#
Thanks for the advice, but as I stated in the 1st post, I have -nodesynch set already.
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

zaxxon202 wrote:
Alchera wrote:eggdrop.conf:
#
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
#
Thanks for the advice, but as I stated in the 1st post, I have -nodesynch set already.
DOH! OK. It should have been + not - Works now :)
Thanks
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

zaxxon202 wrote:
zaxxon202 wrote:
Alchera wrote:eggdrop.conf:
Thanks for the advice, but as I stated in the 1st post, I have -nodesynch set already.
DOH! OK. It should have been + not - Works now :)
Thanks
Actualy I think what it is I need a net-type for irc.rizon.net Im checking to see if one even exists.
Its not recognizing a SOP with an "&" as oposed to a "@" So when the chanserv bot ops, the egg dont understad the chanserv's bot athoritah :/

If anyone can help, Im all ears
User avatar
CrazyCat
Revered One
Posts: 1299
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

net-type 3, it's what I usually use with unreal+anope
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

And you'll have to add "&" to your opchars setting.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

set opchars "@&~!"
The above would be advisable as it takes care of both Ultimate and Unreal.

Note also that as these two are Bahamut derivatives the following works:

Code: Select all

set net-type 3
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

Alchera wrote:

Code: Select all

set opchars "@&~!"
The above would be advisable as it takes care of both Ultimate and Unreal.

Note also that as these two are Bahamut derivatives the following works:

Code: Select all

set net-type 3
Sorry to sound dumb but do I type that in the conf file or directly in the bot as its running?
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

In your .conf file :
# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 3
And
# Some IRC servers are using some non-standard op-like channel prefixes/modes.
# Define them here so the bot can recognize them. Just "@" should be fine for
# most networks. Un-comment the second line for some UnrealIRCds.
set opchars "@&~!"
z
zaxxon202
Voice
Posts: 15
Joined: Fri Nov 23, 2007 4:41 pm

Post by zaxxon202 »

zaxxon202 wrote:
Alchera wrote:

Code: Select all

set opchars "@&~!"
The above would be advisable as it takes care of both Ultimate and Unreal.

Note also that as these two are Bahamut derivatives the following works:

Code: Select all

set net-type 3
Sorry to sound dumb but do I type that in the conf file or directly in the bot as its running?
NM. I git it. It worked.
Thanks a bunch for your help
Post Reply