Difference between revisions of "Amsg"

From Scriptwiki
Jump to: navigation, search
 
Line 3: Line 3:
 
  /amsg <message>
 
  /amsg <message>
  
*message is what every channel window will receive.
+
*<message> is what every channel window will receive.
  
 
'''Note''' that if length of <message> is larger than the server limit the exceeding characters will be either cut off, or nothing sent at all.
 
'''Note''' that if length of <message> is larger than the server limit the exceeding characters will be either cut off, or nothing sent at all.

Revision as of 08:31, 9 September 2005

Sends a message to all open channel windows.

/amsg <message>
  • <message> is what every channel window will receive.

Note that if length of <message> is larger than the server limit the exceeding characters will be either cut off, or nothing sent at all.

Example

/amsg Hello

Will send 'Hello' to every open channel window.

See Also

/ame sends an action to all open channel windows.
/msg sends a message to a target.