diff --git a/otouto/plugins/cleverbot.lua b/otouto/plugins/cleverbot.lua index b2bc46a..cc578ee 100644 --- a/otouto/plugins/cleverbot.lua +++ b/otouto/plugins/cleverbot.lua @@ -4,6 +4,7 @@ function cleverbot:init(config) cleverbot.triggers = { "^/cbot (.+)$", "^[Bb]rawlbot, (.+)$", + "^[Bb]ot, (.+)$" } cleverbot.url = config.chatter.cleverbot_api end