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.

bots sets modes +ie on join

Old posts that have not been replied to for several years.
Locked
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

bots sets modes +ie on join

Post by minted »

when my bot joins any its channels, it automatically sets +ie in the room
this is annoying as +e isnt exempt on the server i use, and i dont want the chans +i either
i dont want to have to .chanset #chan chanmode -ie every single channel
isnt there an option in the .conf?
i've set net type to 5, and almost all the global chanset options are "-" (-dynamicinvites/-dynamicexempts etc)
my .exempts list is also empty, as recommended in a previous post
can this be fixed in the config file, not in the .chan file? tnx in advance

nvm, i fixed the problem, although i noticed when searching the forum many other users had this problem at some point, so heres what i did...

# The following settings should be left commented unless the default values
# are being overridden. By default, exempts and invites are on for EFnet and
# IRCnet, but off for all other large networks. This behavior can be modified
# with the following 2 flags. If your network doesn't support +e/+I modes then
# you will be unable to use these features.
#
# Do you want to enable exempts (+e modes)?
set use-exempts 0

# Do you want to enable invites (+I modes)?
set use-invites 0

this is found near the bottom of the config file, just remove the # before
set use-exempts 0 and
set use-invites 0
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

check the scripts you use, this is probably caused by some script

unload all scripts and see if the problem persists
D
Dizzle
Op
Posts: 109
Joined: Thu Apr 28, 2005 11:21 am
Contact:

Post by Dizzle »

"set global-chanmode "nt""

Maybe this is set too +ie, check it out
What's this real life ppl keep talking about ??? And where can I download it ???
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

Post by minted »

i edited my post, i fixed the problem.
its a default setup in the bots config file.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

This thread resolved this :mrgreen:
Locked