Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.41 KB | None | 0 0
  1. raw 433:*:{ if ($2 == $mnick) { nickserv ghost $mnick <Password> } }
  2. ON *:NOTICE:Your ghost has been successfully killed.:?:{ nick $mnick }
  3.  
  4.  
  5.  
  6. menu * {
  7.   .[NICK/GHOST]
  8.   -
  9.   ..Turn $iif($group(#nickghost).status == ON,OFF,ON):$iif($group(#nickghost).status == ON,.disable,.enable) #nickghost
  10.   else {
  11.     ..$iif(1,true,false) | echo -a writeini -n filename section item $?*="Enter Password"
  12.     -
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement