-
Notifications
You must be signed in to change notification settings - Fork 0
class Webchats
www/php-ircbot/Classes/Listener/Webchats.php
IRCBot\Listener
- Oliver Raduner [email protected]
- 29.12.2014
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\Webchats
public
execute(mixed $data) : mixed
- Inherited from \Library\IRC\Listener\Base
protected
getArguments(string $data) : array
Returns keywords that listener is listening to.
- Inherited from \Listener\Webchats
public
getKeywords() : array
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 » Webchats
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.