phpircbot2/commands/user.query.inc.php

7 lines
113 B
PHP

<?php
/*
* This file contains code to be included.
*/
$nick = $recv["nick"];
$pw = $recv["msgarr"][1];
?>