Guest User

Untitled

a guest
Mar 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.92 KB | None | 0 0
  1. on *:notify {
  2.   /split . $server
  3.  
  4.   if ($readini(stovar.ini,$split(2),nickprotect_on) == 1) && ($nick != livewire) && ($nick != sinclaire) && ($nick != deoso) && ($nick != ryuu) && ($nick != zzzinclaire) {
  5.     if ($nick != sierraar) && ($nick != sierraar|away) {
  6.       if ($split(2-) == x10hosting com) && ($wildsite == *!*@localhost.net): msg #pcstaff Nick Protection: NickServ Enforcement activated for $nick
  7.       if ($split(2-) == x10hosting com) && ($wildsite != *!*@localhost.net) && ($wildsite != *!*@4EB85640.CC1F8A80.8FE1182B.IP) && ($wildsite != *!*@alexronet.x10.mx) && ($wildsite != *!*@z.bot) && ($wildsite != *!*@6A566172.E7BB75D4.2FD32126.IP) && ($nick != zyloh) && ($nick != alek) && ($nick != ambershadow) {
  8.         if ($readini(stovar.ini,$split(2),nickprotection_mode) == 1) {
  9.           msg nickserv ghost $nick password
  10.           msg #pcstaff Nick Protection: $nick has been ghosted ($fulladdress).
  11.         }
  12.         if ($readini(stovar.ini,$split(2),nickprotection_mode) == 2) {
  13.           msg nickserv recover $nick password
  14.           msg #pcstaff Nick Protection: $nick has been locked ($fulladdress).
  15.         }
  16.         /write nickprotect_log.txt $asctime(yymmdd.HHnn.zz) - $server - $fulladdress
  17.       }
  18.  
  19.       if ($split(2-) == anthrochat net) && ($wildsite != *!*@79F5E23C.29760277.64D8A3E2.IP) && ($wildsite != *!*@sierra.black.wolfe.net) && ($wildsite != *!*@6A8E42C7.3D54C2E6.68F3A00.IP) {
  20.         if ($readini(stovar.ini,$split(2),nickprotection_mode) == 1) {
  21.           msg nickserv ghost $nick password
  22.           msg #pcstaff Nick Protection: $nick has been ghosted ($fulladdress).
  23.         }
  24.         if ($readini(stovar.ini,$split(2),nickprotection_mode) == 2) {
  25.           msg nickserv recover $nick password
  26.           msg #pcstaff Nick Protection: $nick has been locked ($fulladdress).
  27.         }
  28.         /write nickprotect_log.txt $asctime(yymmdd.HHnn.zz) - $server - $fulladdress
  29.       }
  30.     }
  31.   }
  32. }
Add Comment
Please, Sign In to add comment