;; Admin Purging
on *:text:enable purge:*:{
:restartpurge
/timerpurge 9:57 1 1 var %0 = 1 | var %numberbots = $numtok(%winbolo.bots, 44) | :checkifbotison | if (%0 > %numberbots) { goto endpurge } | var %bot.purge = $gettok(%winbolo.bots , %0 , 44) | if (%bot.purge ison #uhh) { msg %bot.purge Start Purging } | else { inc %0 1 | goto checkifbotison } | :endpurge | echo $me Admin Purging is complete! | goto restartpurge
}