Nathaniel van Diepen %!s(int64=10) %!d(string=hai) anos
pai
achega
e9c27442cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/OmnomIRC.js

+ 1 - 1
app/OmnomIRC.js

@@ -145,7 +145,7 @@ if(cluster.isMaster){
 			case 'M':
 				if(typeof irc != 'undefined'){
 					msg = JSON.parse(msg);
-					irc.say(msg.room,'<'+msg.from+'>	'+msg.message);
+					irc.say(msg.room,'<'+msg.from+'> '+msg.message);
 				}
 			break;
 			case 'S':