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));
_.each(dbot.instance.connections, function(connection) {
connection.updateNickLists();
});
};
};