Is there a way I can stop this annoying behavior and still collect stats?
I get lines like:
every minute unless there is an OP in the channel, even if it's not the Bot.#services is active but has no ops
[Added]
I have the following channel related settings:
and a typical channel is as follows:set global-chanset {
-autoop -autovoice
-bitch -cycle
+dontkickops -dynamicbans
-dynamicexempts -dynamicinvites
-enforcebans -greet
-inactive +nodesynch
+protectfriends +protectops
-revenge -revengebot
-secret +seen
+shared +statuslog
-userbans -userexempts
-userinvites -protecthalfops
-autohalfop
andchannel add #services {
idle-kick 1
flood-nick 5:60
}
I have loaded:channel set #services +nodesynch +statuslog
and also#### SERVER MODULE ####
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule transfer
loadmodule compress
loadmodule notes
loadmodule console
loadmodule seen
loadmodule blowfish
loadmodule assoc
loadmodule wire
loadmodule uptime
[Added]source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
Actually, it doesn't beg for OPs so much as complain that there are no OPs on a channel if no one there is OPed. Edited title to indicate correct problem.