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.

Please help take that +x off...

Old posts that have not been replied to for several years.
J
Joshua
Voice
Posts: 5
Joined: Wed Mar 16, 2005 3:55 am
Location: KS, USA
Contact:

Please help take that +x off...

Post by Joshua »

For the life of me, I cant remember... but I know there is somehting I can throw into the config that will take that ever annoying +x mode off the bot when connect to the server.

Some of us who have semi funny vhosts, get irritated with that. Well... at least I do.

Would you please help me remember how I would go about taking that mode off of the bot on connect to the server?

Thanks,

Joshua
_______________________________
Lux et umbra vicissim, sed semper amor.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

search for "init-serv" within the eggdrop.conf.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
J
Joshua
Voice
Posts: 5
Joined: Wed Mar 16, 2005 3:55 am
Location: KS, USA
Contact:

Post by Joshua »

Thank you very much. :)

Joshua
_______________________________
Lux et umbra vicissim, sed semper amor.
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

More Specific Please

Post by Rude »

Could you please be a little more specific for us newbies? I tried changing the "putquick MODE +i-ws" to "putquick MODE +i-wsx" but I get no change after connecting to the server. Is that even close to what I'm suppose to change???
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From eggdrop.conf:
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
.. just add an x after -ws
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

Post by Rude »

I tried changing the "putquick MODE +i-ws" to "putquick MODE +i-wsx" but I get no change after connecting to the server.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I suggest you look again at your configuration, especially the following:
#### SERVER MODULE ####

# This module provides the core server support. You have to load this
# if you want your bot to come on IRC. Not loading this is equivalent
# to the old NO_IRC define.
loadmodule server

# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 0
I have a bot on an annoying network that uses that stupid +/-x and what I posted works 100%. Remember also to .rehash your bot after making any changes.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

Post by Rude »

The only setting that worked for my eggdrop on the network I use was the the #5 set net-type 5. Also have putquick MODE +i-wsx set and it's not removing the x host mask... any other ideas?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

try using 'putserv' instead of 'putquick'. perhaps putquick is sending the server modes too fast and they are being ignored...?
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

Post by Rude »

Nope... :arrow: Next?!?!?!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Then it's an IRCD problem and nothing to do with eggdrop?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

Post by Rude »

Strange that I can do a /mode $nick -x in mirc and that removes the mask though... isn't it?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Rude wrote:Strange that I can do a /mode $nick -x in mirc and that removes the mask though... isn't it?
Strange that I have no problem having eggdrop remove it isn't it?

Tried eggdrop with a registed nick and identified to services? Un-registered nicks or nicks not identified to services cannot change their modes.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
R
Rude
Voice
Posts: 11
Joined: Sat May 14, 2005 12:40 pm

Post by Rude »

Yes ... registered nick and identified
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Try adding a different single line for -x

Code: Select all

putquick "MODE $botnick -x"
Maybe you're not allowed to send 4 mode changes in a single line.
Locked