phpircbot2/commands/part.prefix.php

4 lines
116 B
PHP
Raw Permalink Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "part" "prefix" "3"
$this -> removeChannels(array($this -> protocol -> getArgs(1, $recv)));
?>