phpircbot2/commands/level.prefix.php

4 lines
166 B
PHP

<?php
#BOT_INCLUDE "level" "prefix" "0"
$this -> call("privmsg", $recv["origin"], $recv["nick"].", your level is: ".$this -> userdb -> getLevel($recv["nick"]));
?>