소스 검색

Annoyance

Nathaniel van Diepen 10 년 전
부모
커밋
e9c27442cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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':