phpircbot2/commands/masterlogout.prefix.php

5 lines
150 B
PHP
Raw Permalink Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "masterlogout" "prefix" "3"
$this -> userdb -> logoutAll();
$this -> call("privmsg", $recv["origin"], "Masterlogout done.");
?>