kj415j45/kjBot

View on GitHub
module/help/search.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$msg=<<<EOT
搜索
用法:
!search.{pixiv|baidu|google}

返回指定的搜索引擎链接

更多搜索即将到来™
EOT;

leave($msg);

?>