1NICKSERV(7ctrlproxy) NICKSERV(7ctrlproxy)
2
3
4
6 nickserv - NickServ
7
9 This module takes care of registration with NickServ and ghosting older
10 connections.
11
13
14 <ctrlproxy>
15 <plugins>
16 <plugin autoload="1" file="nickserv"/>
17 <plugin autoload="1" file="socket"/>
18 </plugins>
19
20 <networks>
21 <network name="OFTC">
22 <servers><ipv4 host="irc.oftc.net"/></servers>
23 <channel name="#flood.nl" autojoin="1"/>
24 <nickserv>
25 <nick name="foo" password="secret"/>
26 </nickserv>
27 </network>
28 </networks>
29 </ctrlproxy>
30
31
32
34 This man page is valid for version 0.1 of the plugin.
35
37 ctrlproxyrc(5), ctrlproxy(1), [1]http://ctrlproxy.vernstok.nl/
38
40 [2]Jelmer Vernooij
41
43 1. http://ctrlproxy.vernstok.nl/
44 http://ctrlproxy.vernstok.nl/
45
46 2. Jelmer Vernooij
47 mailto:
48
49
50
51 08/27/2006 NICKSERV(7ctrlproxy)