LibraIRC.net Forums
Avoid using of your Nicks by Auto Ghost - Printable Version

+- LibraIRC.net Forums (https://librairc.net/forums)
+-- Forum: Public Forums (https://librairc.net/forums/forum-47.html)
+--- Forum: IRC Discussions (https://librairc.net/forums/forum-57.html)
+---- Forum: mIRC (https://librairc.net/forums/forum-64.html)
+---- Thread: Avoid using of your Nicks by Auto Ghost (/thread-72.html)



Avoid using of your Nicks by Auto Ghost - free - 09-11-2011

;to set it pls use the following steps
;step1: type /alias mynicks return yournick1!yournick2!yournick3!yournick4
;step2: type /alias pass return yourpass1;yourpas2;yourpas3;yourpas4
;step3: type /notify yournick1 upto /notify yournick4

on ^!*:notify: {
if ($findtok($mynicks,$nick,1,33)) {
%nghost. [ $+ [ $cid ] ] = $nick
ns ghost $nick $gettok($pass,$ifmatch,59)
echo $color(notify) -at ::NickServ- your registered nick : $+ $nick used by some one from $site $+ , autoghost activated
}
else { echo $color(notify) -at $nick is on irc }
haltdef
}
on ^*:notice:*ghost*killed*:?: {
if ($nick == nickserv) && (%nghost. [ $+ [ $cid ] ]) { echo $color(notice) -at NickServ- Your Ghost: %nghost. [ $+ [ $cid ] ] has been successfully killed }
halt
}


Re: Avoid using of your Nicks by Auto Ghost - Omar - 09-11-2011

well Lazy idk it seems not working ... maybe if u can explain it abit please Smile SmileSmile


Re: Avoid using of your Nicks by Auto Ghost - Nex - 11-11-2011

well agent...it works fine..
check if u did step1 to 3 correctly...
actually i hate it when there are that many echos... from nnscript and now from ur little snippet, LaZy
BUT... it's doing is job well ... well done Smile SmileSmile


Re: Avoid using of your Nicks by Auto Ghost - free - 11-11-2011

yah many echos, i feel myself like driving an airplane Tongue TongueTongue
ty for you visit ^^


Re: Avoid using of your Nicks by Auto Ghost - Scarecrow - 27-06-2012

Works fine, but maybe changing it to release would be better


Re: Avoid using of your Nicks by Auto Ghost - verypersoanl - 04-07-2012

One of the worst scripts ever made.

P.S: Have you ever heard of the code boxes where you can make your post look cleaner with your script coding?

Didn't think so Wink