From WikiChip
Difference between revisions of "mirc/identifiers/$notify"
< mirc‎ | identifiers

(Created page with "{{mirc title|$notify Identifier}}'''$speak''' returns informations about nick in your notify list == Synopsis == <pre>$notify(N/nick)</pre> == Paramters == * '''nick''' - T...")
 
Line 1: Line 1:
{{mirc title|$notify Identifier}}'''$speak''' returns informations about nick in your notify list
+
{{mirc title|$notify Identifier}}'''$notify''' returns informations about nick in your notify list
  
  

Revision as of 22:18, 30 October 2017

$notify returns informations about nick in your notify list


Synopsis

$notify(N/nick)

Paramters

  • nick - The nickname you want to get information about
  • N - The Nth nick in the notify list you want to get information about, if N = 0, returns the total number of nicknames in the notify list

Properties

  • .ison - returns $true if the user is on IRC, $false otherwise
  • .note - returns the note associated for that nickname in the notify list
  • .sound - returns the online sound setting for that nickname
  • .whois - returns $true if the option 'whois' is set for this nickname
  • .addr - returns the server adddress entry for this nickname if you used a server format
  • .network - returns the network entry for this nickname (if you used something that isn't a server format, basically)

Without a property, $notify(nick) returns the Nth position and $notify(N) returns the nickname


Example

//echo -a $notify(0)

Compatibility

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

/notify