-
Notifications
You must be signed in to change notification settings - Fork 0
class Base
www/php-ircbot/Classes/Library/IRC/Listener/Base.php
abstract
Default
No public properties found
No constants found
execute() | getKeywords() | setIRCBot() | setIRCConnection() |
Reference to the IRC Bot
protected
$bot : \Library\IRC\Bot
Array
Reference to the IRC Connection.
protected
$connection : \Library\IRC\Connection
Array
- Inherited from \Library\IRC\Listener\Base
public
execute(mixed $data) : mixed
abstract
- Inherited from \Library\IRC\Listener\Base
protected
getArguments(string $data) : array
Returns keywords that listener is listening to.
- Inherited from \Library\IRC\Listener\Base
public
getKeywords() : array
abstract
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 » Base
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.