5 lines
128 B
PHP
5 lines
128 B
PHP
|
<?php
|
||
|
#BOT_INCLUDE "say" "prefix" "1"
|
||
|
$this -> call("privmsg", $recv["origin"], $this -> protocol -> getArgs(1, $recv));
|
||
|
?>
|