Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
20
bitchx-docs/5_Programming/xeval
Normal file
20
bitchx-docs/5_Programming/xeval
Normal file
@@ -0,0 +1,20 @@
|
||||
Synopsis:
|
||||
xeval [<switch>] <text>
|
||||
|
||||
Description:
|
||||
XEVAL works just like eval, but with switches. The -server forces it to
|
||||
evaluate <text> with the context of another server as default. -window
|
||||
forces the output to be in a specific window.
|
||||
|
||||
Options:
|
||||
-server <refnum> send all server output to server <refnum>
|
||||
-window <name> send text to specified window (name or number)
|
||||
|
||||
Examples:
|
||||
To display colored text to window #2:
|
||||
set display_ansi on
|
||||
xeval -w 2 $chr(27)[34m This is Blue
|
||||
|
||||
See Also:
|
||||
eval(5)
|
||||
|
||||
Reference in New Issue
Block a user