phpircbot2/commands/logout.prefix.php

5 lines
212 B
PHP
Raw Permalink Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "logout" "prefix" "0"
$this -> userdb -> logout($recv["nick"]);
$this -> call("notice", $recv["nick"], "You are now logged out. Your level: ".$this -> userdb -> getLevel($recv["nick"]));
?>