Skip to content

Instantly share code, notes, and snippets.

@nijikokun
Created December 3, 2010 10:12
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/726790 to your computer and use it in GitHub Desktop.
Save nijikokun/726790 to your computer and use it in GitHub Desktop.
AMG SO HARD
if(message.substring((message.length-3), (message.length-2)) == "§") {
message.substring(message.length, (message.length-2));
// do a recursive here;
} else {
// send the message onwards;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment