Fix help.txt build.
[jelmer/ctrlproxy.git] / doc / admin.xml
1 <chapter id="admin" xmlns:xi="http://www.w3.org/2003/XInclude">
2         <title>Remote administration</title>
3
4         <para>CtrlProxy supports remote administration thru IRC. 
5         Commands can be executed by either using the /CTRLPROXY command in 
6         your IRC client or sending them to the nick 
7         <constant>ctrlproxy</constant> on a network. </para>
8
9         <para>The syntax for the commands is very simple: 
10         the command should be followed by one or arguments, seperated 
11         by spaces. Quoting is not supported. Those familiar with 
12         NickServ or ChanServ will already be used to this syntax.</para>
13
14 <xi:include href="commands.xml"/>
15
16         <sect1 id="admin example">
17                         <title>Example commands</title>
18
19 <para>
20         Adding a new network called 'OFTC', listening for incoming connections on 
21         port 6667.
22         <screen>
23 ADDNETWORK OFTC
24 ADDSERVER OFTC irc.oftc.net
25 CONNECT OFTC
26 </screen>
27 </para>
28         </sect1>
29
30 </chapter>