@cemit

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

@cemit issues a message over a comsys channel without prepending the enactor's name.

Description

COMMAND: @cemit[/<switches>] <channel>=<message>

Sends <message> over <channel> prefixed by the channel's name. You must own or control the channel to do this.

The following switches are available:

   /noheader - Sends the message to everyone on <channel> without the
               channel's name prefixed.

Examples

   > @cemit Public=This is a test!
   [Public] This is a test!
   > @cemit/noheader Public=This is a test!
   This is a test.

Note: In PennMUSH, @cemit removes the channel's name prefix by default, unless the /noisy switch is used. PennMUSH also has the /noeval switch to prevent <message> from being evaluated. The /noheader switch is unavailable in PennMUSH.

Related Topics: comsys, channel alias, addcom, cemit(), @emit