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.

Bot doesnot Auto-op Itself when deopped in a channel

General support and discussion of Eggdrop bots.
Post Reply
User avatar
kash2k
Voice
Posts: 18
Joined: Fri Aug 25, 2006 10:45 pm
Location: India

Bot doesnot Auto-op Itself when deopped in a channel

Post by kash2k »

Hi,

My bot doesnot Auto-op Itself when de-opped in a channel.
My bot is registered and is able to identify.
Whenever it is deopped in the channel It gives in private "No bans against botnick in current channel"
The needop code is :
need-op { putquick "chanserv op #channel botnick" }
The need- unban works fine ...
needunban code is :-
need-unban { putquick "chanserv unban #channel botnick" }

Please reply..
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

try this:
need-op { putquick "chanserv op #channel $::botnick" }
need-unban { putquick "chanserv unban #channel $::botnick" }
User avatar
kash2k
Voice
Posts: 18
Joined: Fri Aug 25, 2006 10:45 pm
Location: India

Post by kash2k »

In DCC : .chanset #channel need-op "putserv op #channel botnick" worked.
:D
Post Reply