Site Tools


xquote
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


xquote [2006/08/29 20:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +======Synopsis:======
 +[[xquote]] //[see flags below]// <rfc1459-statement>
 +
 +======Description:======
 +The [[xquote]] command sends <rfc1459-statement> directly to the current
 +server without any interpretation or formatting.  In EPIC4 and some
 +older versions of EPIC5, you are not permitted to quote the [[ISON]],
 +[[NICK]], [[SERVER]], or [[userhost command|USERHOST]] protocol
 +commands, and [[xquote|quoting]] the [[QUIT]] or [[WHO]] command results
 +in a warning.  In the current version of EPIC5, there are no
 +restrictions on what you may send to the server.
 +
 +======Options:======
 +| -a            | Send to all servers which are open and registered.  This argument overrules -s and must be specified last. |
 +| -s <servdesc> | Send to server <refnum> instead of the current server.  If this server is not open, this is an error and nothing is sent. |
 +| -u            | Pass <rfc1459-statement> through $[[urldecode]]() before sending.  You can send binary data to the server this way. |
 +| --            | End option processing.  The <rfc1459-statement> begins immediately after this option. |
 +
 +======Examples:======
 +To send a PRIVMSG to foo on server #2:
 +      xquote -s 2 PRIVMSG foo :text of message
 +
  
xquote.txt · Last modified: 2006/08/29 20:18 by 127.0.0.1