forked from ellonweb/merlin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
merlin.cfg
99 lines (86 loc) · 2.2 KB
/
merlin.cfg
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[Connection]
nick : Bot
passwd : password
server : irc.netgamers.org
servpass :
port : 6667
[Services]
nick : P
host : [email protected]
login : [email protected]
nickserv : [email protected]
usermask : users.netgamers.org
[Admins]
# multiple admins can be added
ellonweb : 1
[Alliance]
name : Ascendancy
cookies : 4
members : 80
[Channels]
# home channel is all that is required at the moment
# only special channels need to be defined here
# everything else will be stored in the db
home : #radiator
[Misc]
errorlog : errorlog.txt
scanlog : scanlog.txt
arthurlog : arthurlog.txt
excalibur : stdout
autoreg : False
anonscans : False
usercache : join
# "rapid", "join" or blank
robocop : 12345
# local TCP/IP port to use
sms : combined
# "clickatell", "googlevoice", or "combined"
graphing : cached
# "cached", "enabled", or "disabled"
[DB]
driver : psycopg2
dbms : postgresql
username : Elliot
password : moo
host : localhost
port : 5432
database : merlin
URL : %(dbms)s+%(driver)s://%(username)s:%(password)s@%(host)s:%(port)s/%(database)s
[Access]
# member access needed for !letmein, bare minimum etc
# admin access is used by a few commands also
galmate : 0
half : 50
member : 100
admin : 1000
[Arthur]
public : True
intel : member
scans : half
[URL]
arthur : http://melons.net:8000/
game : http://game.planetarion.com
ships : %(game)s/manual.pl?page=stats
dumps : %(game)s/botfiles
planets : %(dumps)s/planet_listing.txt
galaxies : %(dumps)s/galaxy_listing.txt
alliances : %(dumps)s/alliance_listing.txt
viewscan : %(game)s/showscan.pl?scan_id=%%s
viewgroup : %(game)s/showscan.pl?scan_grp=%%s
reqscan : %(game)s/waves.pl?id=%%s&x=%%s&y=%%s&z=%%s
bcalc : %(game)s/bcalc.pl?
[alturls]
ip : http://66.116.124.61
[clickatell]
user : username
pass : password
api : api_key
[googlevoice]
user : username
pass : password
api : api_key
[smtp]
user : [email protected]
pass : password
host : smtp.gmail.com
port : 587