-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (20 loc) · 821 Bytes
/
config.xml
File metadata and controls
23 lines (20 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ircprx>
<service bind="0.0.0.0" port="6666" ssl="false" sslcert="/etc/ssl/mycert.pem" />
<user id="janvidar" password="secret" />
<server host="irc.homelien.no" port="6667" ssl="false" autojoin="true">
<identity nick="Dj_Offset" ident="janvidar" fullname="Jan Vidar Krey" />
<channel name="#smiley" />
<channel name="#c++" />
<channel name="#alinux.no" />
</server>
<server host="irc.w3.org" port="6665" ssl="false" autojoin="true">
<identity nick="jvkrey" ident="janvidar" fullname="Jan Vidar Krey" />
<channel name="#wsc" />
</server>
<server host="irc.freenode.net" port="6667" ssl="false" autojoin="false">
<identity nick="jvkrey" ident="janvidar" fullname="Jan Vidar Krey" />
<channel name="#ircprx" />
<channel name="#kde" />
<channel name="#freedesktop-cafe" />
</server>
</ircprx>