Browse Source

fix issue 11

Nathaniel van Diepen 11 years ago
parent
commit
24409a7551
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/www/js/omnomirc.js

+ 3 - 0
app/www/js/omnomirc.js

@@ -819,6 +819,9 @@
 						}
 						$o.msg(cmd+' is not a valid command.');
 					}else{
+						if(msg[0]+msg[1] == '//'){
+							msg = msg.substr(1);
+						}
 						event(msg,'send');
 						emit('message',{
 							message: msg,