Files
phpircbot2/commands/say.prefix.php
T
2010-11-21 22:13:54 +00:00

5 lines
128 B
PHP

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