From WikiChip
Difference between revisions of "mirc/commands/xyzzy"
m (Bot: Adding a template) |
m (→Compatibility: Use version syntax) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/xyzzy command''' prints out "Nothing happens". This is an | + | {{mirc title|/xyzzy Command}} |
+ | The '''/xyzzy command''' prints out "Nothing happens". This is an easter egg. | ||
== Synopsis == | == Synopsis == | ||
Line 11: | Line 12: | ||
== Example == | == Example == | ||
− | <syntaxhighlight lang="mIRC">/xyzzy | + | <syntaxhighlight lang="mIRC"> |
+ | /xyzzy | ||
− | + | The above example outputs: | |
− | + | Nothing happens. | |
+ | ... using this echo command: | ||
+ | //echo $color(ctcp) -a Nothing happens. | ||
+ | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|6.0}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|/echo}} |
− | * | + | * {{mIRC|/fnord}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|xyzzy command - mIRC]] |
Latest revision as of 21:48, 21 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /xyzzy command prints out "Nothing happens". This is an easter egg.
Synopsis[edit]
/xyzzy
Switches[edit]
None
Parameters[edit]
None
Example[edit]
/xyzzy The above example outputs: Nothing happens. ... using this echo command: //echo $color(ctcp) -a Nothing happens.
Compatibility[edit]
Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list