quote:
Originally posted by DJmorphine
No that one doesnt work, because i first must read the nickname then I convert all the characters, and then I set the new nick.
that's just what i w<anted to say. it'd something like this:
code:
ElseIf (StrComp(LCase(sCommand), "/xunireplacenick", vbTextCompare) = 0) Then
sResult = "/xunireplacenick2 (!NP)"
ParseCommand = True
Exit Function
ElseIf (StrComp(LCase(sCommand), "/xunireplacenick2", vbTextCompare) = 0) Then
UniForwards (sCommandArg)
sResult = "/nick " & newnick
ParseCommand = True
Exit Function
quote:
Originally posted by DJmorphine
edit: sorry i mean (!N)
hehe, you can edit your posts, no need to post another one