Browse Source

Annoyance

Nathaniel van Diepen 10 năm trước cách đây
mục cha
commit
e9c27442cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':