diff --git a/plugins/special.lua b/plugins/special.lua index 51eb74e..a7a6017 100644 --- a/plugins/special.lua +++ b/plugins/special.lua @@ -26,9 +26,7 @@ function run(msg, matches) ಠ___ಠ Back. (╮°-°)╮┳━┳ (╯°□°)╯︵ ┻━┻ NEVER]] - elseif string.match(msg.text, "^/[N|n][B|b][C|c]$") then - return [[¯\_(ツ)_/¯]] - elseif string.match(msg.text, "^/[I|i][D|d][C|c]$") then + elseif string.match(msg.text, "^/[N|n][B|b][C|c]$") or string.match(msg.text, "^/[I|i][D|d][C|c]$") then return [[¯\_(ツ)_/¯]] elseif string.match(msg.text, "^/[L|l][F|f]$") then return '(͡° ͜ʖ ͡°)'