phpircbot2/commands/say.prefix.php

5 lines
128 B
PHP
Raw Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "say" "prefix" "1"
$this -> call("privmsg", $recv["origin"], $this -> protocol -> getArgs(1, $recv));
?>