Server Lock
Platform: mIRC
Published Aug 23, 2009
Updated Aug 23, 2009
This is a rip.
I apologize for the post,
script was given to me.
menu * {
Protections
.$iif($group(#lock) == On,$style(1)) Server Lock
..$iif($group(#lock) == On,$style(2)) On: .enable #lock | msg # 4Server Lock has now started.
..$iif($group(#lock) == Off,$style(2)) Off: .disable #lock | 4Server Lock is now terminated.
}
#lock off
on *:snotice:*Client connecting*:{
if ($gettok($read(server.txt,w,$gettok($remove($9,$chr(40)),1,64)),0,32) != $null) { globops $9 a 4Staff Member has Connected }
else { kill $9 4Server Is On Lock }
}
#lock end