phpircbot2/commands/nick.prefix.php

4 lines
102 B
PHP

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