phpircbot2/commands/say.prefix.php

5 lines
128 B
PHP

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