-
Notifications
You must be signed in to change notification settings - Fork 0
/
irccatx.xml
53 lines (49 loc) · 1.31 KB
/
irccatx.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="ISO-8859-1" ?>
<irccatx>
<ircclient>
<server>
<host>irc.freenode.net</host>
<port>7000</port>
<ssl>true</ssl>
<password/>
<messageDelay>1000</messageDelay>
</server>
<client>
<nick>irccatX</nick>
</client>
</ircclient>
<channels>
<channel>
<name>#irccatx</name>
<default>true</default>
</channel>
<channel>
<name>#irccatx-test</name>
<password>testpassword</password>
</channel>
</channels>
<catserver>
<server>
<host>127.0.0.1</host>
<port>12345</port>
</server>
</catserver>
<scripts>
<script>
<trigger>!sab</trigger>
<handler>scripts/sabcmd_admin_commands.sh</handler>
<authorization>
<hostmasks>
<hostmask>*@gateway/web/freenode/*</hostmask>
</hostmasks>
</authorization>
</script>
<script>
<trigger>!sab</trigger>
<handler>scripts/sabcmd_public_commands.sh</handler>
<authorization>
<queryAllowed>false</queryAllowed>
</authorization>
</script>
</scripts>
</irccatx>