~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to doc/nickserv.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="nickserv"
 
2
        xmlns:ctrlproxy="http://ctrlproxy.vernstok.nl/common">
 
3
        <modulemeta>
 
4
                <description>NickServ</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
        </modulemeta>
 
10
 
 
11
        <description>
 
12
                <para>This module takes care of registration with NickServ and ghosting
 
13
                        older connections.</para>
 
14
        </description>
 
15
 
 
16
        <example>
 
17
                <![CDATA[
 
18
                <ctrlproxy>
 
19
                        <plugins>
 
20
                                <plugin autoload="1" file="nickserv"/>
 
21
                        </plugins>
 
22
 
 
23
                        <networks>
 
24
                                <network name="OFTC">
 
25
                                        <servers><ipv4 host="irc.oftc.net"/></servers>
 
26
                                        <channel name="#flood.nl" autojoin="1"/>
 
27
                                        <nickserv>
 
28
                                                <nick name="foo" password="secret"/>
 
29
                                        </nickserv>
 
30
                                </network>
 
31
                        </networks>
 
32
                </ctrlproxy>
 
33
        ]]>
 
34
        </example>
 
35
</ctrlproxy:module>