D-Bot/plugins/echo.php
2015-06-30 15:05:22 +08:00

3 lines
81 B
PHP

<?php
PluginSet("Echo what you typed.");
$BOT->msg($plugin_sendto, $plugin_text);