phpircbot2/commands/clist.prefix.php
Jan Philipp Timme 6b39d44754 Initial import.
2010-11-21 22:13:54 +00:00

5 lines
161 B
PHP

<?php
#BOT_INCLUDE "clist" "prefix" "3"
$chans = implode(", ", $this -> channels);
$this -> call("privmsg", $recv["origin"], "current channels: ".$chans);
?>