Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: CptBeyond on May 10, 2007, 11:49:07 PM

Title: botserv/bot problem
Post by: CptBeyond on May 10, 2007, 11:49:07 PM
Hey guys...

I have a small problem... which I am sure, you can help me with ;)

Sometimes... and I mean.. only somtimes... when giving a specific channel status mode to members, the botserv/bot will automaticly/right away take the status away again.... when this happens, the only chance to get the mode again is to rejoin the channel.



Code: [Select]


[13:13]  * admin sets mode +q #chan nickname
[13:13]  * bot sets mode -q #chan nickname



or
Code: [Select]


[13:13]  <admin>!halfop nickname
[13:13]  * botname gives channel half-operator status to nickname
[13:13]  * botname removes channel half-operator status from nickname




I'm sure I have just screwed up some settings somewhere... and hope you can help me out ;)

thx.
Title:
Post by: Pieter Bootsma on May 11, 2007, 09:29:29 AM
First check your U:Lines

Next, be sure that the user you're giving the mode to may actually receive it. There's some quirk that might cause that if they don't have enough rights to receive the mode.

[Edited on 11-5-2007 by GeniusDex]
Title:
Post by: CptBeyond on May 12, 2007, 12:53:05 PM
Thank you for your anwser.. ulines are fine..

It seems to be the problem, that the bot will only allow identify'ed and included accesslist nicks to recieve a status... which I dont understand.. since the admins should be able to assign temp. status to nicks, no?
Title:
Post by: katsklaw on May 12, 2007, 01:52:09 PM
IRCops are not the same as ChannelOps. Just because you are an admin doesn't mean you have unrestricted access to everything nor should you.

It sounds like restricted is set, see: /msg chanserv help set restricted
Title:
Post by: CptBeyond on May 13, 2007, 06:37:36 PM
Thank you very much for your help...

Found the option on the end.. just screwed up... was not restricted... it was the set secure option - which needs to be off if users who are not registered/identify'ed get a status.

CptBeyond