-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings - Copy.xml
43 lines (36 loc) · 1.11 KB
/
Settings - Copy.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Document : ServerSettings.xml
Created on : February 15, 2014, 3:33 PM
Author : Steve-O
Description: <useserver>1</useserver>
Purpose of the document follows.
-->
<settings>
<basicsettings id ="IRC Settings">
<test>0</test>
<nick>Wheatley</nick>
<login>Wheatley</login>
<nickservpass>PASSWORD</nickservpass>
<botowner>OwnerNick</botowner>
</basicsettings>
<server id="dtella">
<address>irc.production.com</address>
<channel>#channel</channel>
<channel>#otherchannel</channel>
</server>
<server id="test">
<address>irc.testing.com</address>
<channel>#testingchannel</channel>
</server>
<email>
<gmail id="Server Status">
<hostname>smtp.googlemail.com</hostname>
<username>[email protected]</username>
<password>PASSWORD</password>
<from>[email protected]</from>
<subject>Server Up</subject>
<to>[email protected]</to>
</gmail>
</email>
</settings>