Commit 7ec5489f authored by Jack'lul's avatar Jack'lul

restore this (for /command@otherbotname)

parent e74f7d01
......@@ -95,6 +95,8 @@ class Botan
if ($entity['type'] == 'bot_command' && $entity['offset'] == 0) {
if (strtolower($command) == 'generic') {
$command = 'Generic';
} elseif (strtolower($command) == 'genericmessage') {
$command = 'Generic Message';
} else {
$command = '/' . strtolower($command);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment