phpircbot2/commands/clist.prefix.php

5 lines
161 B
PHP

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