I think part of the problem is that I need to use curly braces in the name. I also need to add things to the end of the name, but putting a $1 after the name without a space seems to cause a problem... Can anyone help? Is there a way to 'escape' certain characters?
Do you mean that if someone typed /nn Abc it would change their name to {abc}Name-Abc? If so use: /nn { nick $chr(123) $+ abc $+ $chr(125) $+ Name- $+ $1 } or /nn { nick $+($chr(123),abc,$chr(125),Name-,$1) }
Nah. After all, better safe than sorry. However, since the { and } characters are not seperate but are rather glued to "abc", it shouldn't cause any problems.