Skip to content

Instantly share code, notes, and snippets.

@nijikokun
Created December 3, 2010 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nijikokun/727008 to your computer and use it in GitHub Desktop.
Save nijikokun/727008 to your computer and use it in GitHub Desktop.
does not work
String newer = "";
newer = message.replaceAll("(&([a-z0-9]))", "§$2");
newer = message.replace("+c", channel);
newer = message.replace("+n", name);
newer = message.replace("\\\\\u00A7", "&");
return newer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment