]> git.localhorst.tv Git - alttp.git/blobdiff - app/TwitchBot/IRCMessage.php
fix twitch bot chat command permissions
[alttp.git] / app / TwitchBot / IRCMessage.php
index 4fb54c670b7a8890e89af029f6dc9b649efb42cc..89aa023a1230c2ca74ba108c315a72a8d5b88434 100644 (file)
@@ -200,7 +200,7 @@ class IRCMessage {
        }
 
        public function isMod() {
-               return $this->isOwner() || (isset($this->tags['mod']) && $this->tags['mod'] = '1');
+               return $this->isOwner() || (isset($this->tags['mod']) && $this->tags['mod'] == '1');
        }
 
        public function makePong() {