From WikiChip
Difference between revisions of "mirc/commands/fnord"
m (Bot: de-linking old mIRC menu) |
Maroonbells (talk | contribs) m |
||
Line 17: | Line 17: | ||
<syntaxhighlight lang="mIRC">/fnord</syntaxhighlight> | <syntaxhighlight lang="mIRC">/fnord</syntaxhighlight> | ||
− | The above example | + | The above example is the equivalent of the following echo command: |
− | + | <pre> | |
− | <pre>Nothing to see here.</pre> | + | //echo -a $+($chr(3),$color(background),$chr(44),$color(background),Nothing to see here.) |
+ | Nothing to see here. | ||
+ | </pre> | ||
== Compatibility == | == Compatibility == | ||
Added: mIRC 6.3 | Added: mIRC 6.3 | ||
− | |||
== See also == | == See also == |
Revision as of 22:44, 9 January 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /fnord command echoes "Nothing to see here." in text of the same color as the background. This is an Easter Egg.
Synopsis
/fnord
Switches
None
Parameters
None
Bugs
As of version 7.0, the text is the default color of the font due to the internal background/foreground color check that ensures the color of the text is not mistakenly set as the color of the background. The bug was fixed in mIRC 7.21.
Example
/fnord
The above example is the equivalent of the following echo command:
//echo -a $+($chr(3),$color(background),$chr(44),$color(background),Nothing to see here.) Nothing to see here.
Compatibility
Added: mIRC 6.3
See also
mIRC commands list