$CHAN.AWAYCOUNT
|
Returns the number of away users in a channel (Plugin Channel)
|
$CHAN.BANCOUNT
|
Returns the number of ban masks in the channel (Plugin Channel)
|
$CHAN.BANLIST
|
Returns an array of channel ban masks (Plugin Channel)
|
$CHAN.ISADMIN
|
Checks if the given user is a chan admin on a channel (Plugin Channel)
|
$CHAN.ISHALFOP
|
Checks if the given user is an halfop on a channel (Plugin Channel)
|
$CHAN.ISMEOP
|
Checks if you are chanop on a channel (Plugin Channel)
|
$CHAN.ISOWNER
|
Checks if an user is chan owner on a channel (Plugin Channel)
|
$CHAN.ISON
|
Checks if an user is on a channel (Plugin Channel)
|
$CHAN.ISOP
|
Checks if an user is a chanop on a channel (Plugin Channel)
|
$CHAN.ISUSEROP
|
Checks if an user is userop on a channel (Plugin Channel)
|
$CHAN.ISVOICE
|
Checks if an user is voiced (+v) on a channel (Plugin Channel)
|
$CHAN.KEY
|
Returns the key of a channel (Plugin Channel)
|
$CHAN.LASTMESSAGE
|
Returns the last message sent on a channel (Plugin Channel)
|
$CHAN.LIMIT
|
Returns the limit on a channel (Plugin Channel)
|
$CHAN.LOGNAME
|
Returns the log file path of a channel (Plugin Channel)
|
$CHAN.MATCHBAN
|
Matches a mask agains the channel ban list (Plugin Channel)
|
$CHAN.MODE
|
Returns the mode string of a channel (Plugin Channel)
|
$CHAN.NAME
|
Returns the name of a channel (Plugin Channel)
|
$CHAN.OPCOUNT
|
Returns the number of channel operator of a channel (Plugin Channel)
|
$CHAN.TOPIC
|
Returns the topic of a channel (Plugin Channel)
|
$CHAN.TOPICBY
|
Returns the author of the topic of a channel (Plugin Channel)
|
$CHAN.TOPICDATE
|
Returns the set time of the topic of a channel (Plugin Channel)
|
$CHAN.USER
|
Returns an array of attributes of an user of a channel (Plugin Channel)
|
$CHAN.USERCOUNT
|
Returns the number of users of a channel (Plugin Channel)
|
$CHAN.USERLIST
|
Returns an array of users of a channel (Plugin Channel)
|
$CHAN.VOICECOUNT
|
Returns the number of voiced users of channel (Plugin Channel)
|
$CHANNEL
|
Retrieves the context id of a specified channel
|
$CHAR
|
Returns a character specified by ascii code
|
$CONFIG.FILELIST
|
Returns a list of open config files (Plugin Config)
|
$CONFIG.FILENAME
|
Returns the filename of an open config file (Plugin Config)
|
$CONFIG.HASSECTION
|
Checks if a section is present in a config file (Plugin Config)
|
$CONFIG.ID
|
Returns the id of an open config file (Plugin Config)
|
$CONFIG.KEYLIST
|
Returns an array of keys in a config file (Plugin Config)
|
$CONFIG.OPEN
|
Opens a config file (Plugin Config)
|
$CONFIG.READ
|
Reads an entry from a config file (Plugin Config)
|
$CONFIG.READONLY
|
Checks if a config file is opened in readonly mode (Plugin Config)
|
$CONFIG.SECTION
|
Returns the name of the current section of a config file (Plugin Config)
|
$CONFIG.SECTIONLIST
|
Returns an array of sections in a config file (Plugin Config)
|
$CONTEXT
|
Retrieves the ID of the specified IRC context
|
$CONSOLE
|
Retrieves the context ID of a specified console
|
$CR
|
Returns a carriage return character
|
$CURRENT
|
Returns the id of the current context (server/channel/query)
|