usage: msg($peer, $text)

This commit is contained in:
Denny Dai
2015-06-26 13:59:37 +08:00
parent fce895bb21
commit c3ada33e3b
6 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ if (preg_match("/^".TAG."help$/", $_GET['text'])) {
$plugin_list .= "\n".$value;
}
$plugin_list .= "\n\n".HELP_END;
$BOT->exec("msg ".$from." ".escapeString($plugin_list));
$BOT->msg($from, $plugin_list);
}