~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to doc/repl_command.mod.xml

  • Committer: jelmer
  • Date: 2005-10-30 01:15:57 UTC
  • Revision ID: jelmer@samba.org-20051030011557-7137f871b7495c7c
Re-importĀ docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ctrlproxy:module name="repl_command"
 
2
        xmlns:ctrlproxy="http://ctrlproxy.vernstok.nl/common">
 
3
        <modulemeta>
 
4
                <description>Replicate lines on demand</description>
 
5
                <version>0.1</version>
 
6
                <author>Jelmer Vernooij</author>
 
7
                <email>jelmer@vernstok.nl</email>
 
8
                <homepage>http://ctrlproxy.vernstok.nl/</homepage>
 
9
                <requirements>admin module</requirements>
 
10
        </modulemeta>
 
11
 
 
12
        <description>
 
13
                <para>Replicates certain lines of backlog, when the user requests 
 
14
                        so via a <command>/CTRLPROXY</command> or <command>/MSG CTRLPROXY</command> command.</para>
 
15
        </description>
 
16
 
 
17
        <section>
 
18
                <title>The BACKLOG command</title>
 
19
 
 
20
                <para>The <command>BACKLOG</command> command can be run by using 
 
21
                        the command interface of the 'admin' module.</para>
 
22
 
 
23
                <para>Without any arguments, the BACKLOG command replicates all the 
 
24
                        backlogs for the current channel.</para>
 
25
 
 
26
                <para>WIth one argument, the name of a channel, all lines on that 
 
27
                        channel are replicated.</para>
 
28
 
 
29
                <para>With two arguments, the first argument contains the name of a channel 
 
30
                        and the second the number of lines to replicate, the specified number 
 
31
                        of (most recent) lines from the specified channel is replicated.</para>
 
32
        </section>
 
33
 
 
34
        <section><title>Example commands</title>
 
35
                <screen>
 
36
                        BACKLOG 
 
37
                        BACKLOG #flood.nl
 
38
                        BACKLOG #linux.nl 500
 
39
                </screen>
 
40
        </section>
 
41
</ctrlproxy:module>