mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
actually tidy
This commit is contained in:
parent
8eb60552fb
commit
1082ea65d4
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user