2008-09-05 18:52:59 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
********* WARNING! *********
|
|
|
|
|
|
|
|
This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
|
|
|
|
docgen.pl builds XML doc files to include in many languages
|
|
|
|
-->
|
|
|
|
|
2008-11-06 18:55:43 +01:00
|
|
|
<command>/alias [alias_name [command [arguments]]]</command>
|
2008-09-05 18:52:59 +02:00
|
|
|
<programlisting>
|
|
|
|
create an alias for a command
|
|
|
|
|
|
|
|
alias_name: name of alias
|
|
|
|
command: command name (many commands can be separated by semicolons)
|
|
|
|
arguments: arguments for command
|
|
|
|
|
|
|
|
Note: in command, special variables $1, $2,..,$9 are replaced by arguments given by user, and $* is replaced by all arguments.
|
|
|
|
Variables $nick, $channel and $server are replaced by current nick/channel/server.
|
|
|
|
</programlisting>
|
2008-11-06 18:55:43 +01:00
|
|
|
|