From WikiChip
Difference between revisions of "mirc/commands/fnord"
< mirc‎ | commands

m (bot: sort-key added to category)
m (Compatibility: Use version syntax)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{mIRC menu}}
+
{{mirc title|/fnord Command}}
 
The '''/fnord command''' echoes "Nothing to see here." in text of the same color as the background. This is an Easter Egg.
 
The '''/fnord command''' echoes "Nothing to see here." in text of the same color as the background. This is an Easter Egg.
  
Line 17: Line 17:
 
<syntaxhighlight lang="mIRC">/fnord</syntaxhighlight>
 
<syntaxhighlight lang="mIRC">/fnord</syntaxhighlight>
  
The above example will output:
+
The above example is the equivalent of the following echo command:
 
+
<pre>
<pre>Nothing to see here.</pre>
+
//echo -aeq $+($chr(3),$color(background),$chr(44),$color(background),Nothing to see here.)
 +
Nothing to see here.
 +
</pre>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC 6.3
+
{{mIRC compatibility|6.3}}
 
 
  
 
== See also ==
 
== See also ==
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
 
* {{mIRC|/echo}}
 
* {{mIRC|/echo}}
 
* {{mIRC|/xyzzy}}
 
* {{mIRC|/xyzzy}}
{{mIRC command list}}
 
 
[[Category:mIRC commands|fnord command - mIRC]]
 

Latest revision as of 21:56, 21 January 2024

The /fnord command echoes "Nothing to see here." in text of the same color as the background. This is an Easter Egg.

Synopsis[edit]

/fnord 

Switches[edit]

None

Parameters[edit]

None

Bugs[edit]

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[edit]

/fnord

The above example is the equivalent of the following echo command:

//echo -aeq $+($chr(3),$color(background),$chr(44),$color(background),Nothing to see here.)
Nothing to see here.

Compatibility[edit]

Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]