backup
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
PluginList("echo", "Echo what you typed.");
|
||||
if (preg_match("/^".TAG."echo (.*)$/", $text, $matches)) {
|
||||
if (preg_match("/^".preg_quote(TAG, '/')."echo (.*)$/", $text, $matches)) {
|
||||
$BOT->msg($from, $matches[1]);
|
||||
}
|
||||
Reference in New Issue
Block a user