diff --git a/lib/plugins/command.js b/lib/plugins/command.js index 30c4d54..20b485c 100644 --- a/lib/plugins/command.js +++ b/lib/plugins/command.js @@ -56,7 +56,8 @@ const events = { }, 15 * 60 * 1000, bot, cfg); } } - , message: systemMessage + // , message: systemMessage + , messagestr: function systemMessageStr(...args) { console.log("cmd msgstr:", ...args) } , "chat:web": commandWeb } @@ -73,7 +74,7 @@ function systemMessage(...args) { } function commandWeb([[mode, username, message]]) { - console.log("web msg:", mode, username, message) + // console.log("web msg:", mode, username, message) message && command(username, message) }