![]() |
![]() |
Functions: c |
|
$certificate | Returns information about the local certificate |
$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.common | Returns the common channel with a user |
$chan.getUrl | Returns the URL of a channel |
$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.isDead | Checks if a channel is dead |
$chan.isMeAdmin | Checks if the current user is at least an administrator on a channel |
$chan.isMeHalfOp | Checks if the current user is at least an half operator on a channel |
$chan.isMeOp | Checks if the current user is at least op on a channel |
$chan.isMeOwner | Checks if the current user is at least an owner on a channel |
$chan.isMeUserOp | Checks if the current user is at least an user operator on a channel |
$chan.isMeVoice | Checks if the current user is at least voice on a channel |
$chan.isadmin | Checks if an user is at least channel administrator |
$chan.ishalfop | Checks if an user is at least halfop on a channel |
$chan.ison | Checks if an user is on a channel |
$chan.isop | Checks if an user is at least an op on a channel |
$chan.isowner | Checks if an user is at least a channel owner |
$chan.isuserop | Checks if an user is at least an userop on a channel |
$chan.isvoice | Checks if an user is at least voiced on a channel |
$chan.key | Returns the key of a channel |
$chan.limit | Returns the limit of a channel |
$chan.maskcount | Returns the number of entries in the mask list for a channel mode |
$chan.masklist | Returns an array of masks for a channel mode |
$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.matchmask | Matches a mask agains the channel list for a specific mode |
$chan.matchqban | Matches a mask agains the channel ban list searcing for +q bans (aka mute bans) |
$chan.mode | Returns the mode string of a channel |
$chan.modeParam | Returns the parameter for a set mode of a channel |
$chan.name | Returns the name of a channel |
$chan.opcount | Returns the number of op users on a channel |
$chan.ownercount | Returns the number of channel owner 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.userJoinTime | Returns the time that an user has joined the channel |
$chan.userLastActionTime | Returns the time that an user has last performed some kind of action on the channel |
$chan.usercount | Returns the number of users on a channel |
$chan.usermodelevel | Returns the channel user-mode level |
$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 unicode |
$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.connectionStartTime | Returns the connection start time of an IRC context |
$context.getSSLCertInfo | Returns the requested information about certificates used in an ssl-enabled irc session |
$context.lastMessageTime | Returns the last message time of an IRC context |
$context.list | Returns a list of existing IRC contexts |
$context.networkName | Returns the IRC network name of an IRC context |
$context.queueSize | Returns the size of the current server message queue |
$context.serverHostName | Returns the IRC server name of an IRC context |
$context.serverIpAddress | Returns the IRC server ip address of an IRC context |
$context.serverIsIPV6 | Returns the IPV6 state of an IRC context |
$context.serverIsSSL | Returns the SSL state of an IRC context |
$context.serverPassword | Returns the password used to login to the server of an IRC context |
$context.serverPort | Returns the port of the IRC server of an IRC context |
$context.serverSoftware | Returns the software running on the irc server, if recognized |
$context.serverdbNetworkName | Returns the original IRC network name of an IRC context |
$context.serverdbServerHostName | Returns the original IRC server name of an IRC context |
$context.state | Returns the state of an IRC context |
$context | Retrieves the ID of the specified IRC context |
$countStatusBarItems | Returns the number of items in the statusbar |
$cr | Returns a carriage return character |
|