forked from mortenbpost/eservices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.conf-dist
68 lines (52 loc) · 1.52 KB
/
services.conf-dist
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
# Exiled.Net IRC Services.
# Example configuration file.
# $Id: services.conf-dist,v 1.2 2004/01/09 03:43:30 cure Exp $
# ###############################
# GENERAL #
# ###############################
UPLINK server.exiled.net
PORT 4400
HOST Services.Exiled.Net
PASS linkpassword
NUMERIC PP
# IP to bind to, if not specified,
# binds to *. IP from first found
# device is used as outgoing
BIND 127.0.0.1
# ###############################
# LOGGING #
# ###############################
LOGFILE services.log
# ###############################
# mySQL #
# ###############################
MYSQL_DATABASE services
MYSQL_USERNAME services
MYSQL_PASSWORD Exiled
# MYSQL_UNIXSOCK "/tmp/unix.sock"
MYSQL_HOST localhost
MYSQL_PORT 3306
# ###############################
# NICKSERV #
# ###############################
NICKSERV_NICK NS
NICKSERV_USERNAME NickServ
NICKSERV_USERINFO Exiled.net IRC Service
# ###############################
# CHANSERV #
# ###############################
CHANSERV_NICK E
CHANSERV_USERNAME ChanServ
CHANSERV_USERINFO Exiled.net IRC Service
# ###############################
# OPERSERV #
# ###############################
OPERSERV_NICK OS
OPERSERV_USERNAME OperServ
OPERSERV_USERINFO Exiled.net IRC Service
# ###############################
# MULTISERV #
# ###############################
MULTISERV_NICK Exiled
MULTISERV_USERNAME MultiServ
MULTISERV_USERINFO Exiled.net IRC Service