phpircbot2/commands/cycle.prefix.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"]);
?>