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

6 lines
151 B
PHP

<?php
#BOT_INCLUDE "cycle" "prefix" "1"
$this -> call("part", $recv["origin"], "cycling...");
sleep(1);
$this -> call("join", $recv["origin"]);
?>