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