![]() |
![]() |
Functions: m |
|
$mask.hasNumericHost | Checks if a host part of a mask is numeric |
$mask.host | Returns the hostname part of an IRC mask |
$mask.match | Matches a mask agains a wildcarded one |
$mask.nick | Returns the nick part of an IRC mask |
$mask.user | Returns the username part of an IRC mask |
$mask | Retrieves the host mask of a user |
$math.abs | Returns the absolute value of a number |
$math.acos | Returns the angle in radiants that has the specified cosinus value. |
$math.asin | Returns the angle in radiants that has the specified sinus value. |
$math.atan | Returns the angle in radiants that has the specified tangent value. |
$math.cbrt | Returns the cube root of a number |
$math.ceil | Rounds up to the nearest integer |
$math.cos | Returns the cosinus of the specified angle in radiants |
$math.e | Returns the value of e |
$math.exp | Returns the exponential of the specified number |
$math.floor | Rounds down to the nearest integer |
$math.isinf | Checks if the value is the infinity |
$math.isnan | Checks if the value is not a number |
$math.log10 | Returns the base 10 logarithm of the specified number |
$math.log | Returns the natural logarithm of the specified number |
$math.pi | Returns the value of pi |
$math.pow | Returns a to the power of b |
$math.sin | Returns the sinus of the specified angle in radiants |
$math.sqrt | Returns the square root of a number |
$math.tan | Returns the tangent of the specified angle in radiants |
$me | Returns the current nickname |
$mediaplayer.album | Returns the album of the media player |
$mediaplayer.artist | Returns the artist of the media player |
$mediaplayer.bitRate | Returns the bit rate of the current song |
$mediaplayer.channels | Returns the number of channels of the current song |
$mediaplayer.comment | Returns the comment of the media player |
$mediaplayer.genre | Returns the genre of the media player |
$mediaplayer.getEqData | Return the Equalizer Value. |
$mediaplayer.getListLength | Return the play list length. |
$mediaplayer.getPlayListPos | Get the position for the current song. |
$mediaplayer.getRepeat | Return if "Repeat" is on. |
$mediaplayer.getShuffle | Return if "Shuffle" is on. |
$mediaplayer.getVol | Returns the current volume of the media player |
$mediaplayer.length | Returns the length of the current media |
$mediaplayer.localFile | Returns the name of the local file played by the media player |
$mediaplayer.mediaType | Returns the currently played media type |
$mediaplayer.mrl | Returns the mrl of the currently played media |
$mediaplayer.nowPlaying | Returns a descripting of the currently played media |
$mediaplayer.player | Returns the currently set media player interface |
$mediaplayer.playerList | Returns a the list of the supported media player interfaces |
$mediaplayer.position | Returns the position of the current media |
$mediaplayer.sampleRate | Returns the sample rate of the current song |
$mediaplayer.status | Returns the status of the media player |
$mediaplayer.title | Returns the title of the current media |
$mediaplayer.year | Returns the year of the media player |
$msgtype | Returns the id of a message type color set |
$my.globalIdle | Returns the current user global idle time |
$my.host | Returns the current hostname |
$my.ip | Returns the current ip address |
$my.network | Returns the current network name |
$my.nick | Returns the current nickname |
$my.server | Returns the current server name |
$my.serverIsSSL | Returns 1 if the current server connection use IPV6. |
$my.serverIsSSL | Returns 1 if the current server connection use SSL. |
$my.umode | Returns the current user mode flags |
$my.user | Returns the current username |
|