phpircbot2/commands/cycle.prefix.php

6 lines
151 B
PHP
Raw Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "cycle" "prefix" "1"
$this -> call("part", $recv["origin"], "cycling...");
sleep(1);
$this -> call("join", $recv["origin"]);
?>