iPHP v1.0 beta released
- October 16th, 2006
- 3:44 PM (GMT-5)
- Digg This Post!
- Submit to reddit!
- Bookmark This
- No Comments posted
- Discussion Feed
- 486 views
I have created a module for PHP-IRC a PHP5 IRC bot that I found recently. You can find them on the PHP-IRC Modules Repository and on my PHP-IRC Modules Page. This module is meant to be used in a PHP related IRC channel. It allows for you to request the function information or make the bot tell someone else. Currently any user can make the bot tell someone the function information, soon it will be changed to only allow channel @’s to use the tell command.
Here is the output from the bot when I request the information.
[18:39] Idle0ne !iphp mysql_fetch_row
[18:39] -IdleBot- [iPHP] - Processing, please wait…
[18:39] -IdleBot- [iPHP] - php.net response for mysql_fetch_row
[18:39] -IdleBot- [iPHP] - mysql_fetch_row — Get a result row as an enumerated array
[18:39] -IdleBot- [iPHP] - PHP 3, PHP 4, PHP 5
[18:39] -IdleBot- [iPHP] - array mysql_fetch_row ( resource result )
[18:39] -IdleBot- [iPHP] - http://us3.php.net/manual/en/function.mysql-fetch-row.php
Here is the output from the bot when i tell the bot to send the information to someone else.
[18:41] Idle0ne !iphp tell Asylum about mysql_fetch_object
[18:41] -IdleBot- [iPHP] - telling Asylum about mysql_fetch_object
This is what Asylum get’s noticed to him
[18:41] -IdleBot- [iPHP] - Idle0ne wants you to know about mysql_fetch_object
[18:41] -IdleBot- [iPHP] - php.net response for mysql_fetch_object
[18:41] -IdleBot- [iPHP] - mysql_fetch_object — Fetch a result row as an object
[18:41] -IdleBot- [iPHP] - PHP 3, PHP 4, PHP 5
[18:41] -IdleBot- [iPHP] - object mysql_fetch_object ( resource result [, string class_name [, array params]] )
[18:41] -IdleBot- [iPHP] - http://us2.php.net/manual/en/function.mysql-fetch-object.php
If you use this module, please leave comments here with any features you would like to see, you can also contact me with bug reports





