Protocol JANUS
Platform: mIRC
Published Nov 21, 2011
Updated Nov 21, 2011
This is a channel lockdown script of my design. Paste to Bot's remotes. Simply type Initiate Protocol JANUS to lock your channel down. Bot needs Oper or Admin priveledges.
on 1337:TEXT:*Initiate Protocol JANUS*:#: {
if (%janus == on) {
notice $nick Protocol JANUS is already in effect! }
else {
set %janus on | mode $chan +tms | mode $chan +lk 10 JANUS | msg operserv global Protocol JANUS enacted. $chan has been locked down.
}
}
on 1337:TEXT:*Rescend Protocol JANUS*:#: {
set %janus off | mode $chan -tms | mode $chan -lk JANUS | msg operserv global Protocol JANUS rescended. $chan will resume normal operation.
}