Cleverbot: Zusätzliches Pattern

This commit is contained in:
Andreas Bielawski 2016-09-04 15:41:51 +02:00
parent 69787daf92
commit 9115558ba4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ function cleverbot:init(config)
cleverbot.triggers = {
"^/cbot (.+)$",
"^[Bb]rawlbot, (.+)$",
"^[Bb]ot, (.+)$"
}
cleverbot.url = config.chatter.cleverbot_api
end