Finish renaming setChannelTopic

This commit is contained in:
abalabahaha
2016-01-04 20:37:15 -08:00
parent 2a00064646
commit 69bffc6279
5 changed files with 5 additions and 5 deletions

View File

@@ -450,7 +450,7 @@ var Client = (function (_EventEmitter) {
return this.internal.sendTyping(channel).then(dataCallback(callback), errorCallback(callback));
};
// def setTopic
// def setChannelTopic
Client.prototype.setChannelTopic = function setChannelTopic(channel, topic) {
var callback = arguments.length <= 2 || arguments[2] === undefined ? function () /*err, {}*/{} : arguments[2];