Method |
Description |
|
checkQueue ( String $channel ) : void |
Get unread items from the database and delivery then |
|
createTables ( ) : void |
Creates the database table(s) (if they don't exist) |
|
feedCheckingCallback ( ) : void |
Cron callback to check the feed |
|
getFeed ( string $url, string $updated, string $etag = '' ) : FeedParser |
Check if the feed is valid, updated and returns the content + header |
|
getUnreadItems ( String $channel ) : array |
Get all unread items from this channel |
|
haveTable ( string $name ) : boolean |
Determines if a table exists |
|
onJoin ( ) : void |
Tracks users joining a channel |
|
onLoad ( ) : void |
Checks for dependencies, set default values and starts Cron callback |
|
onPart ( ) : void |
Tracks users leaving a channel |
|
onPrivmsg ( ) : void |
Tracks channel chat |
|
onQuit ( ) : void |
Tracks users quitting a server |
|
setChannelStatus ( String $channel ) : void |
Check if the bot is not alone in this channel and set new channel Status |
|