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