phpircbot2/commands/m.prefix.php

4 lines
121 B
PHP
Raw Normal View History

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