Public Member Functions | |
| __construct (maxIrcBot &$clss) | |
| setTopic ($topic, $channel) | |
| setMode ($mode, $user, $channel) | |
| obtainOPrivileges ($user, $pass) | |
| kick ($user, $channel, $msg= '') | |
Private Attributes | |
| $maxIrcBot | |
maxIrcBot is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
maxIrcBot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition at line 23 of file IamOP.plugin.inc.
| plugin_IamOP.__construct | ( | maxIrcBot &$ | clss | ) |
| plugin_IamOP.kick | ( | $ | user, | |
| $ | channel, | |||
| $ | msg = '' | |||
| ) |
| String | $user | |
| String | $channel | |
| String | $msg Expulsar um usuário de uma canal - the bot kicks a user |
Definition at line 83 of file IamOP.plugin.inc.
| plugin_IamOP.obtainOPrivileges | ( | $ | user, | |
| $ | pass | |||
| ) |
| String | $user | |
| String | $pass O bot passa a ter privilégios de operador - the bot obtains OP privileges |
Definition at line 69 of file IamOP.plugin.inc.
| plugin_IamOP.setMode | ( | $ | mode, | |
| $ | user, | |||
| $ | channel | |||
| ) |
| String | $mode | |
| String | $user | |
| String | $channel Indica modo de um usuário - it sets a mode of a user |
Definition at line 57 of file IamOP.plugin.inc.
| plugin_IamOP.setTopic | ( | $ | topic, | |
| $ | channel | |||
| ) |
| String | $topic | |
| String | $channel Muda tópico do canal - it sets a new topic for a channel |
Definition at line 44 of file IamOP.plugin.inc.
plugin_IamOP.$maxIrcBot [private] |
Definition at line 25 of file IamOP.plugin.inc.
1.4.7