D-Bot/plugins/echo.php

3 lines
81 B
PHP
Raw Permalink Normal View History

2015-05-29 11:20:55 -05:00
<?php
2015-06-30 02:05:22 -05:00
PluginSet("Echo what you typed.");
$BOT->msg($plugin_sendto, $plugin_text);