cvs: pearbot / config.php
[email protected] ("Mirco 'meebey' Bauer") Mon, 03 Feb 2003 15:50:05 -0000
| Newsgroups | php.pear.bot |
|---|---|
| Message-ID | <cvsmeebey1044287405@cvsserver> |
meebey Mon Feb 3 10:50:05 2003 EDT
Modified files:
/pearbot config.php
Log:
- added ident to $config[].
Index: pearbot/config.php
diff -u pearbot/config.php:1.2 pearbot/config.php:1.3
--- pearbot/config.php:1.2 Sun Feb 2 09:14:33 2003
+++ pearbot/config.php Mon Feb 3 10:50:05 2003
@@ -1,6 +1,6 @@
<?php
/**
- * $Id: config.php,v 1.2 2003/02/02 14:14:33 imajes Exp $
+ * $Id: config.php,v 1.3 2003/02/03 15:50:05 meebey Exp $
*
* PEARbot
* this is the IRC service bot for #pear writtin in PHP
@@ -40,6 +40,7 @@
$config['real_name'] = 'PEAR IRC service bot for #pear <[email protected]>';
$config['nick'] = 'PEARbot';
+$config['ident'] = 'PEARbot';
$config['alt_nick'] = 'PEARbot2';
/*XXX: change the nicks into an array of preferred nicks, and maybe a regex style match of alternative dynamic ones */