translate && del Redundant codes && some new var

This commit is contained in:
Denny Dai
2015-05-30 01:30:08 +08:00
parent 75c23b86e9
commit 2347defd47
10 changed files with 18 additions and 100 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
PluginList("help", "查看帮助");
PluginList("help", "Ask for help");
if (preg_match("/^".TAG."help$/", $_GET['text'])) {
$plugin_list = "欢迎使用来自Dennx.com的TG-BOT";
$plugin_list = "Welcome to use TG-BOT From Dennx.com";
foreach ($plugins as $value) {
$plugin_list .= "\n".$value;
}