phpircbot2/commands/clist.prefix.php

5 lines
161 B
PHP
Raw Permalink Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "clist" "prefix" "3"
$chans = implode(", ", $this -> channels);
$this -> call("privmsg", $recv["origin"], "current channels: ".$chans);
?>