Daniel Howard - 2010-12-01

Changed sendMessage() in im.basic.js to use encode '+' separately because encodeURIComponent() converts '+' into ' ' instead of encoding it.

Changed interpretDice() in ajax_act.php to use isset() so setting $modifier wouldn't cause PHP warning if there was no modifier. For example, if user did "[1d6]" instead of "[1d6+1]", setting the modifier caused a PHP warning in the output.