|
|
@@ -457,12 +457,6 @@ QuizzBot.prototype.onMessageInternal = function(username, user, msg) {
|
|
|
this.bot.sendMsg(this.room, "Question #" +questionId +" marquée comme défectueuse par " +username);
|
|
|
}
|
|
|
}
|
|
|
- else if (lmsg.startsWith("!score del ")) {
|
|
|
- if (user.admin)
|
|
|
- this.delScore(msg.substr("!score del ".length).trim());
|
|
|
- else
|
|
|
- this.bot.sendMsg(this.room, "Must be channel operator");
|
|
|
- }
|
|
|
else if (lmsg.startsWith("!rename ")) {
|
|
|
if (!user.admin) {
|
|
|
this.bot.sendMsg(this.room, "Must be channel operator");
|