<?php
/*
* WebIcqLite: ICQ messages sender.
* (C) 2006 Grechishkin Alexey, http://snet-group.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* See http://www.gnu.org/copyleft/lesser.html
*
*/
$cfg['core']['lng'] = 'en'; //Bot language
$cfg['core']['adm'] = array('9866793'); //Administrators array
$cfg['core']['pas'] = '25801'; //Administrator password
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
echo "
#### ####
#### #### (c) 2006 SNET (http://snet-group.org)
#### ####
SNET ICQ message sender
XXXX #### the php based icq bot with
XXXX #### module functions
XXXX ####
";
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//sleep(2);
?>