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 deops itself to +voice status upon joining chan

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

Its a possibility that the chanserv access isn`t functioning how you need to run your bot on the channel giving the privaledges it needs

Also add chanserv as a user on the bot i had to do this to stop my bot fighting with services

in the mean time do the following /msg chanserv levels #spf list and copy the results to here if you have access to this command this will show what has been set and has not been set if the protect is disabled then your bot wont beable to set mode +a on itself
m
marvz
Halfop
Posts: 64
Joined: Fri Jun 18, 2010 2:37 pm

Post by marvz »

blake wrote:Its a possibility that the chanserv access isn`t functioning how you need to run your bot on the channel giving the privaledges it needs

Also add chanserv as a user on the bot i had to do this to stop my bot fighting with services

in the mean time do the following /msg chanserv levels #spf list and copy the results to here if you have access to this command this will show what has been set and has not been set if the protect is disabled then your bot wont beable to set mode +a on itself

Code: Select all

[10:54] -ChanServ- Levels are not available as xOP is enabled on this channel.
Thats the message I got when I typed in what you asked me to.

Also, should there be specifi flags I assign to chanserv in the userlist of the bot? By default the flags that are set are fh.

Thanks again to all who have helped so far.
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

I personely have set all the flags the same as owner

turn xop of /msg chanserv SET #spf XOP off
then do /msg chanserv levels #spf list
the two that you need are these
-ChanServ- PROTECT 10
-ChanServ- PROTECTME 10

they need to be set to ten preferably if not use
/msg chanserv LEVELS #spf SET protect 10
/msg chanserv LEVELS #spf SET protectme 10

if you do not have access to do this you will need to get a server admin to do it for you
Post Reply