phpircbot2/commands/user.query.inc.php

7 lines
113 B
PHP
Raw Permalink Normal View History

2010-11-21 23:13:54 +01:00
<?php
/*
* This file contains code to be included.
*/
$nick = $recv["nick"];
$pw = $recv["msgarr"][1];
?>