-
Notifications
You must be signed in to change notification settings - Fork 0
class Joins
www/php-ircbot/Classes/Listener/Joins.php
IRCBot\Listener
- Matej Velikonja [email protected]
No public properties found
No constants found
execute() | getKeywords() | setIRCBot() | setIRCConnection() |
Reference to the IRC Bot
protected
$bot : \Library\IRC\Bot
- Inherited from \Library\IRC\Listener\Base
Array
Reference to the IRC Connection.
protected
$connection : \Library\IRC\Connection
- Inherited from \Library\IRC\Listener\Base
Array
Main function to execute when listen even occurs
- Inherited from \Listener\Joins
public
execute(mixed $data) : mixed
- Inherited from \Library\IRC\Listener\Base
protected
getArguments(string $data) : array
- Inherited from \Listener\Joins
private
getCommandsName() : mixed
Returns keywords that listener is listening to.
- Inherited from \Listener\Joins
public
getKeywords() : array
- Inherited from \Listener\Joins
private
getUserNickName(mixed $data) : mixed
Sends PRIVMSG to source with $msg
- Inherited from \Library\IRC\Listener\Base
protected
say(string $msg, mixed $source) : mixed
Set's the IRC Bot, so we can use it to send data to the server.
- Inherited from \Library\IRC\Listener\Base
public
setIRCBot(\Library\IRCBot $ircBot) : mixed
Set's the IRC Connection, so we can use it to send data to the server.
- Inherited from \Library\IRC\Listener\Base
public
setIRCConnection(\Library\IRC\Connection $ircConnection) : mixed
\ » Classes » Joins
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.