3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00

actually tidy

This commit is contained in:
Douglas Gardner 2013-03-06 14:18:43 +00:00
parent 8eb60552fb
commit 1082ea65d4

View File

@ -10,7 +10,7 @@ var rc = function(dbot) {
server.on("message", function(msg, rinfo) {
var message = msg.toString();
console.log(msg.toString());
console.log(message);
// dbot.say(dbot.config.rc.server, dbot.config.rc.channel, message);
});