Skip to content

Commit

Permalink
disabled messagebox messagehandler until it finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
maneulyori committed Feb 3, 2013
1 parent 71a8f9a commit e68fdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/messagebox.js
Expand Up @@ -14,7 +14,7 @@ function init (initArg)

function messageHandler(message)
{
client.privmsg(message.channel, "메시지 박스 코드 작성 중... 일단 " + client.modifiedNick + "님 부재중으로 설정합니다");
// client.privmsg(message.channel, "메시지 박스 코드 작성 중... 일단 " + client.modifiedNick + "님 부재중으로 설정합니다");
}

function promiscMessageHandler(message)
Expand Down

0 comments on commit e68fdca

Please sign in to comment.