Lindrian commented on a Page, simple auto ghosting  -  Feb 02, 2007

oh gosh, when ur in a hurry, not much goes right eh..
on *:START: {
set %o.nick $$?\"Input ur original nick\".
set %pwd $$?\"Input your password\".
}
and then, something like:

on :Disconnect:{
if ($me != %o.nick) {
ns ghost %o.nick %pwd
nick %o.nick
ns identify %pwd
}
else { return }
}
on
:CONNECT:{
if ($me != %o.nick) {
ns ghost %o.nick %pwd
nick %o.nick
}
else { return }
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.