phpircbot2/commands/join.prefix.php

4 lines
113 B
PHP

<?php
#BOT_INCLUDE "join" "prefix" "3"
$this -> addChannels(array($this -> protocol -> getArgs(1, $recv)));
?>