Second Pust, Big Change
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
PluginList("help", "查看帮助");
|
||||
if (preg_match("/^".TAG."help$/", $_GET['text'])) {
|
||||
$plugin_list = "欢迎使用来自Dennx.com的TG-BOT";
|
||||
foreach ($plugins as $value) {
|
||||
$plugin_list .= "\n".$value;
|
||||
}
|
||||
$BOT->exec("msg ".$from." ".escapeString($plugin_list));
|
||||
}
|
||||
Reference in New Issue
Block a user