From WikiChip
Difference between revisions of "mirc/identifiers/$topic"
(Created page with "{{mirc title|$topic Identifier}}'''$topic''' used to return the topic of the channel specified, this identifier has been removed from mIRC. == Synopsis == <pre>$topic(<chann...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$topic Identifier}}'''$topic''' used to return the topic of the channel specified, this identifier has been removed from mIRC. | + | {{mirc title|$topic Identifier}}{{Deprecated feature|new={{mIRC|$chan|$chan().topic}}}}'''$topic''' used to return the topic of the channel specified, this identifier has been removed from mIRC. |
Revision as of 13:47, 26 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $chan().topic.$topic used to return the topic of the channel specified, this identifier has been removed from mIRC.
Synopsis
$topic(<channel>)
Paramters
- <channel> - The channel you want the topic of
Properties
None
Example
//echo -a $topic(#mirc)
Compatibility
Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.