![]() |
![]() |
Functions: c |
|
$calc | $calc() has been replaced by $() ! |
$chan.admincount | Returns the number of channel admin users on a channel |
$chan.bancount | Returns the number of entries in the channel ban list |
$chan.banexceptioncount | Returns the number of entries in the channel ban exception list |
$chan.banexceptionlist | Returns an array of channel ban exception masks |
$chan.banlist | Returns an array of channel ban masks |
$chan.getflag | Returns the channel-user mode flag of an user |
$chan.halfopcount | Returns the number of halfop users on a channel |
$chan.invitecount | Returns the number of entries in the channel invite list |
$chan.invitelist | Returns an array of channel invite masks |
$chan.isMeAdmin | Checks if the current user is an administrator on a channel |
$chan.isMeOp | Checks if the current user is op on a channel |
$chan.isadmin | Checks if an user is a channel administrator |
$chan.ishalfop | Checks if an user is a halfop on a channel |
$chan.ison | Checks if an user is on a channel |
$chan.isop | Checks if an user is op on a channel |
$chan.isuserop | Checks if an user is an userop on a channel |
$chan.isvoice | Checks if an user is voiced on a channel |
$chan.key | Returns the key of a channel |
$chan.limit | Returns the limit of a channel |
$chan.matchban | Matches a mask agains the channel ban list |
$chan.matchbanexception | Matches a mask agains the channel ban exception list |
$chan.matchinvite | Matches a mask agains the channel invite list |
$chan.mode | Returns the mode string of a channel |
$chan.name | Returns the name of a channel |
$chan.opcount | Returns the number of op users on a channel |
$chan.topic | Returns the topic of a channel |
$chan.topicsetat | Returns the set time of the topic of a channel |
$chan.topicsetby | Returns the author of the topic of a channel |
$chan.usercount | Returns the number of users on a channel |
$chan.useropcount | Returns the number of userop users on a channel |
$chan.users | Returns an array of channel user nicknames |
$chan.voicecount | Returns the number of voiced users on a channel |
$channel | Retrieves the window ID of a specified channel |
$char | Returns a character specified by ascii code |
$classdefined | Checks if a class is defined |
$config.filelist | Returns a list of open config files |
$config.filename | Returns the filename of an open config file |
$config.hassection | Checks wheter a section is present in a config file |
$config.id | Returns the id of an open config file |
$config.keylist | Returns a list of keys in a config file |
$config.open | Opens a config file |
$config.read | Reads an entry from a config file |
$config.readonly | Checks wheter a config file is opened in readonly mode |
$config.section | Returns the name of the current section of a config file |
$config.sectionlist | Returns a list of the sections in a config file |
$console | Retrieves the window ID of a specified console |
$context | Retrieves the ID of the specified IRC context |
$cr | Returns a carriage return character |
|