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.

double queue mode

Old posts that have not been replied to for several years.
Locked
s
soul
Voice
Posts: 31
Joined: Fri Apr 25, 2003 6:25 pm
Location: Portugal

double queue mode

Post by soul »

# Allow identical messages in the mode queue?
set double-mode 0
# Allow identical messages in the server queue?
set double-server 0
# Allow identical messages in the help queue?
set double-help 0

here is a short example of whats happens when a DEOP occurs:

· · ChanMode: DvD-Rom sets mode [ -o ] Cd-Rom
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom
 · · ChanMode: Cd-Rom sets mode [ -o ] DvD-Rom
 · · ChanMode: ChanServ sets mode [ +o ] DvD-Rom
 · · ChanMode: ChanServ sets mode [ +o ] DvD-Rom

here is a short example of whats happens when a KICK occurs:


· · Kicks: DvD-Rom was kicked from #Wait by [ Cd-Rom ] : [ request ]
 · · Joins: DvD-Rom [ wait@127.92.140.112]
 · · ChanMode: ChanServ sets mode [ +o ] DvD-Rom
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom

here is a short example of whats happens when a JOIN occurs:

 · · Joins: Cd-Rom [ wait@127.98.22.53]
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom
 · · ChanMode: ChanServ sets mode [ +o ] Cd-Rom

--

i assumed that the problem was in making a double queue to modes, and i changed the settings related to, and after a restart still the same.
i have no clue why it keeps asking for Chanserv to op it self if it is already opped. i appreciate your help :)

regards,
i'll believe in justice when the pope is accused {
if {$true == "$censured" }{return nothing}}
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You probably have a script which lets the bot op itself, using need-op option will let the bot request ops only when its deoped. check it out.
Locked