Browse Source

Mettre à jour 'quizz.js'

Julia 6 years ago
parent
commit
3680c3c33a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      quizz.js

+ 0 - 6
quizz.js

@@ -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");