I am getting requests to clean up the usernames from vbulletin to work on irc.
Extended characters should be stripped,
spaces should be stripped,
irc nickname can't start with a number,
can only be up to length x.
Stuff like that.
function cleanUp(); // cleaning up forum name to be ready for irc
a function could be used perhaps to clean up the forum name to be ready or irc, and parse that on to pjirc and/or mibbit. This way something like:
"00mr floris@¡™£" should end up "mrfloris"
And properly connect.
|