Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.32 KB | None | 0 0
  1. #nickghost on
  2. raw 433:*:{ if ($2 == $mnick) { nickserv ghost $mnick <Password> } }
  3. alias nickpass { writeini -n D:/name/txt/nickpass.ini nickpass pass $$?  }
  4. alias nickread { return $readini(D:/name/txt/nickpass.ini,nickpass,pass) }
  5. alias nickrpass { remove D:/name/txt/nickpass.ini }
  6. on *:notice:Your ghost has been successfully killed.:?:{ nick $mnick }
  7. on *:notice:*:?:{
  8.   if ($nick == nickserv) {
  9.     if (The user* iswm $1-) && ($strip($3) == $mnick) ns release $mnick %npw
  10.   }
  11. }
  12. #nickghost off
  13.  
  14.  
  15.  
  16. menu * {
  17.   ; Realy Ghost is a nickserv thing so ghosting will simply involve your nickserv pass.
  18.   Nickserv
  19.   .Ghost $iif($group(#nickghost).status == On,Off,On):$iif($group(#nickghost).status == On,.disable,.enable) #nickghost
  20.   ..Remove $readini(nickserv.ini, Nickserv, Nick): ns ghost $iif($readini(nickserv.ini, Nickserv, Nick), $v1, $$?="Please enter your nick") $iif($readini(nickserv.ini, Nickserv, Password), $v1, $$?="Please enter your password")
  21.   .-
  22.   .Nick
  23.   ..Set: writeini nickserv.ini Nickserv Nick $$?="Please your nickserv nick."
  24.   ..Clear $readini(nickserv.ini, Nickserv, Nick): remini nickserv.ini Nickserv Nick
  25.   .Password
  26.   ..Set: writeini nickserv.ini Nickserv Password $$?="Please your nickserv password."
  27.   ..Clear $readini(nickserv.ini, Nickserv, Password): remini nickserv.ini Nickserv Password
  28.   -
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement