# 20030828, ASB, botnetop C module stuff ##### BOTNETOP MODULE ##### # This module provides botnet opping, inviting, limit raising, # key sharing and unbanning methods. loadmodule botnetop # Maximum number of seconds to delay before asking a non-opped # bot if it needs ops. Set to 0 to disable. set bop_delay 1 # Maximum number of bots to request ops from at a time. Set to 0 # to disable. set bop_maxreq 3 # [0/1] Make the bot send an op request when it sees a bot # become opped on a channel? This will make your bot get ops # sooner when another bot is given ops. set bop_modeop 1 # [0/1] Make the bot send an op request when a bot links? This # will make your bot get ops sooner if linking is delayed, and # provides a better chance of the bots opping one another if # there are linking problems. set bop_linkop 1 # [0/1] Check bot's userhost before inviting it to a channel? set bop_icheck 1 # [0/1] Make the bot give ops to a bot even if it looks like it's # already opped on the channel? set bop_osync 1 # [0/1] Make the bot to try add new hostmasks for bots? set bop_addhost 1 # [0/1/2] Set this to 2 to enable all logging, 1 to disable logging # of ops/op requests and 0 to disable all logging. set bop_log 2