3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 03:24:12 +01:00

lets try this then

This commit is contained in:
reality 2013-11-02 21:51:20 +00:00
parent 2ce0e67d4b
commit 696aef6a6f

View File

@ -220,10 +220,6 @@ var users = function(dbot) {
}.bind(this)); }.bind(this));
} }
}.bind(this)); }.bind(this));
_.each(dbot.instance.connections, function(connection) {
connection.updateNickLists();
});
}; };
}; };