Second Pust, Big Change
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
PluginList("echo", "输出");
|
||||
if (preg_match("/^".TAG."echo (.*)$/", $_GET['text'], $matches)) {
|
||||
$BOT->exec("msg ".$from." ".$matches[1]);
|
||||
}
|
||||
Reference in New Issue
Block a user