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

4 lines
107 B
PHP

<?php
#BOT_INCLUDE "away" "prefix" "2"
$this -> call("away", $this -> protocol -> getArgs(1, $recv));
?>