mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 40
L
Lucifer Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
I was wondering if this was a bug or not
Code:
test {
  nick xLuciferx
}

this should change my nick to xLuciferx but it doesn't. Atleast not on my script. I have that in the alias section and when I type /test nothing happens. WTF!!

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
It works for me, perhaps the name xLuciferx is invalid/in use on the network, or there is another alias called test.

Joined: Dec 2002
Posts: 40
L
Lucifer Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
I posted the wrong thing lol
Code:
test {
nick $replace($hget(away,anick),+me,$me)
}


there heh. $hget(away,anick) returns something like +me(away)

Never mind I figured the problem out

Last edited by Lucifer; 27/12/02 12:37 AM.

Link Copied to Clipboard