LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: Mirco 'meebey' Bauer Date: Sat Jul 26 05:16:43 2003 Subject: cvs: pearbot /modules pearcmds.php
meebey Sat Jul 26 07:16:43 2003 EDT
Modified files:
/pearbot/modules pearcmds.php
Log:
- fixed missing channel type.
Index: pearbot/modules/pearcmds.php
diff -u pearbot/modules/pearcmds.php:1.2 pearbot/modules/pearcmds.php:1.3
--- pearbot/modules/pearcmds.php:1.2 Sat Jul 26 07:03:01 2003
+++ pearbot/modules/pearcmds.php Sat Jul 26 07:16:43 2003
@@ -1,9 +1,9 @@
<?php
/**
- * $Id: pearcmds.php,v 1.2 2003/07/26 11:03:01 meebey Exp $
- * $Revision: 1.2 $
+ * $Id: pearcmds.php,v 1.3 2003/07/26 11:16:43 meebey Exp $
+ * $Revision: 1.3 $
* $Author: meebey $
- * $Date: 2003/07/26 11:03:01 $
+ * $Date: 2003/07/26 11:16:43 $
*
* Copyright (c) 2003 Nicolas CHAILLAN <nicos@php.net>
*/
@@ -20,7 +20,7 @@
function module_init(&$irc)
{
- $this->actionids[] = $irc->registerActionhandler(SMARTIRC_TYPE_QUERY|SMARTIRC_TYPE_NOTICE, '^!pear', $this, 'pear');
+ $this->actionids[] = $irc->registerActionhandler(SMARTIRC_TYPE_CHANNEL|SMARTIRC_TYPE_QUERY|SMARTIRC_TYPE_NOTICE, '^!pear', $this, 'pear');
}
function module_exit(&$irc)
| Navigate in group php.pear.bot at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by Zareef Ahmed
Powered By PHP Consultants |