From WikiChip
Difference between revisions of "mirc/=$nick identifier"
(Created page with "{{mirc title|=$nick Identifier}}'''=$nick''' is a construct which can be used in {{mIRC|/msg}} to send a message to a dcc chat window. == Synopsis == <pre>=$nick</pre> == Pa...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|=$nick Identifier}}'''=$nick''' is a construct which can be used in {{mIRC|/msg}} to send a message to a dcc chat window. | + | {{mirc title|=$nick Identifier}}'''=$nick''' is a construct which can be used in {{mIRC|/msg}} to send a message to a dcc chat/fserv window. |
== Synopsis == | == Synopsis == | ||
Line 15: | Line 15: | ||
<source lang="mIRC"> | <source lang="mIRC"> | ||
on *:chat:!test:msg =$nick test successful | on *:chat:!test:msg =$nick test successful | ||
+ | on *:serv:!test:msg =$nick test successful | ||
</source> | </source> | ||
Revision as of 16:37, 24 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
=$nick is a construct which can be used in /msg to send a message to a dcc chat/fserv window.
Synopsis
=$nick
Paramters
None
Properties
None
Example
on *:chat:!test:msg =$nick test successful on *:serv:!test:msg =$nick test successful
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.