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:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View 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)