• Home
  • Servers
  • Chat
  • Channels
  • Commands
  • Forum
  • FAQ
  • Software
  • Quotes
Topic Options
Rate This Topic
#17 - 08/01/06 01:21 AM Ghost Script
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
This script will automatically ghost your nick. (Use with extreme caution editing this script to work with other networks. Not compatible with BNCs)

Replace usrbingeek and your alternate nicks with yours, and also the ***** with your password

Code:
alias ghost { 
  if ($network == WyldRyde) { 
    /msg nickserv ghost usrbingeek ***********************
  }
alias nick { /nick usrbingeek }

;
; ------- ghost --------
on *:NOTICE:*usrbingeek Nickname is already in use*:?:{
  if ($network == WyldRyde) {
    ghost 
    /timernick 5 5 nick
  }
}
on *:NOTICE:*usrbingeek` Nickname is already in use*:?:{
  if ($network == WyldRyde) {
    ghost 
    /timernick 5 5 nick
  }
}
on 1:join:#:{
  if (($me == usrbinghostbusting) || ($me == usrbingeek`)) {
    ghost 
    /timernick 5 5 nick
  }
}
_________________________
WyldRyde IRC Network
Steve Mermelstein
Root Admin

#!/usr/bin/geek
My Amazon.com Wishlist

Please no PMs. Please post to a topic instead so your question(s) may benefit others.

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top
#18 - 08/01/06 01:22 AM Re: Ghost Script [Re: usrbingeek]
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
Originally posted by Helio:

modified that uses your current nick and anick:

Code:
alias ghost {
  if ($network == WyldRyde) {
    /msg nickserv ghost $mnick ***********************
  }
alias nick { /nick $mnick }

;
; ------- ghost --------
raw 433:$(* $+ $mnick $+ *Nickname is already in use*):{
  if ($network == WyldRyde) {
    ghost
    /timernick 5 5 nick
  }
}

on 1:join:#:{
  if ($me == $anick) {
    ghost
    /timernick 5 5 nick
  }
} 

Top
#19 - 08/01/06 01:23 AM Re: Ghost Script [Re: usrbingeek]
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
Originally posted by imheretohelp

I can't seem to get those 2 scripts to work so i made one of my own.

It works well and is REALLY simple. All it does is checks if your current nick is equal to your alt nick. If it is it will kill your main nicks ghost and change your nick to your main nick. Phew! thats a lot of nicks!

Code:
alias ghst {
  /ns ghost $mnick *************
}

alias deghost {
  /scon -a ghst
  /scon -a nick $mnick
}

on *:connect:{ if $me == $anick /deghost
}
}

Top


Moderator:  Jeff, mandy, usrbingeek