|
PHP-IRCBOT
EasytosetupandextendIRCbotwritteninPHP
|


Public Member Functions | |
| __construct ($irc) | |
| __destruct () | |
Public Attributes | |
| $name = '' | |
| $author = '' | |
| $description = '' | |
| $license = 'MIT' | |
Private Attributes | |
| $irc | |
Create a bot module to be used by Net_SmartIRC library. Change the name of the class after "Net_SmartIRC_module_" to match the botname. e.g. If your botname is "robo", class name should be Net_SmartIRC_module_robo. Note names are case-sensitive.
| Net_SmartIRC_module_example::__construct | ( | $irc | ) |
Constructor.
| $irc | (object). |
| Net_SmartIRC_module_example::__destruct | ( | ) |
Call parent destructor.
| Net_SmartIRC_module_example::$author = '' |
| Net_SmartIRC_module_example::$description = '' |
|
private |
| Net_SmartIRC_module_example::$license = 'MIT' |
| Net_SmartIRC_module_example::$name = '' |
1.8.11