Discussion:
autochange nick
(too old to reply)
ara
2004-01-24 09:21:01 UTC
Permalink
Hi there,

I remember having a script in the past that autochanged the nickname
when I became available again. Does anyone has it?

Tnx. ;)
Sean W Thomson
2004-01-24 19:27:58 UTC
Permalink
Post by ara
Hi there,
I remember having a script in the past that autochanged the nickname
when I became available again. Does anyone has it?
Tnx. ;)
Extreme had that option.
PT Wang
2004-01-24 23:55:58 UTC
Permalink
Post by ara
Hi there,
I remember having a script in the past that autochanged the nickname
when I became available again. Does anyone has it?
Tnx. ;)
1. Put yourself into notify list

2. Put this into your Remote, change "yournick" to your regular nickname.

on *:unotify:{
if ($nick != $me && $nick == yournick) {
nick $nick
}
}

Loading...