From WikiChip
mirc/commands/describe
< mirc‎ | commands
Revision as of 21:36, 2 December 2013 by David (talk | contribs) (Created page with "The '''/describe command''' sends an action message to a specific channel or person. This command is the same the /me command except you can set a desti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /describe command sends an action message to a specific channel or person. This command is the same the /me command except you can set a destination channel or nick other then the active window.

Synopsis

/describe <nick|channel> <message>

Switches

None

Parameters

  • <nick|channel> - The destination channel or person for the action message
  • <message> - The action message to be sent

Example

;When someone says 'moo', we will reply
On *:Text:moo:#:{
   describe $chan moos back!
}

Compatibility

Added: mIRC v3.1

Added On: 23/04/1995

Note: Individual switches were not taken into consideration.

See also