-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.conf
80 lines (54 loc) · 1.49 KB
/
sample.conf
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
##-- Eiwic sample configuration file --
##################### SERVERS
#add SERVER irc.belwue.de 6667
add SERVER irc.leo.org 6666
add SERVER irc.freenet.de 6667
#add SERVER irc6.ngnet.it 6666 ipv6
#add SERVER irc.song.fi 6666 ipv6
#add SERVER linz.irc.at 6666 ipv6
#add SERVER irc6.ircd.it 6666 ipv6
#add SERVER irc.stealth.net 6667
##################### CHANNELS
add CHANNEL #styleliga
#add CHANNEL #channel2
#add CHANNEL #channel3
#add CHANNEL #channel4
##################### OPTIONS
### general settings:
set NICK=Eiwic
#set USERNAME=eiwic
#set REALNAME=the splitrider's bot
### some timing constants (in seconds):
#set REJOIN_SLEEP=5
#set EXHAUSED_SLEEP=40
#set CONNECT_SLEEP=10
### all users matching the following mask will have
### access to the admin triggers. be careful.
### by default, no one will have access.
### be sure to uncomment the "admin" modules, too
#set ADMIN_MASK *!user@host
### enable the following to use a vhost (ipv4 oder ipv6):
#set VHOST=eiwic.styleliga.org
### enable following two settings if you want to use a
### HTTPS proxy
#set PROXY_HOST=squid.yourhost.com
#set PROXY_PORT=3128
set MODULE_PATH=modules/
##################### MODULES
#load MODULE=stream
#load MODULE=rssfeed
load MODULE=dict
load MODULE=lol
load MODULE=conv
load MODULE=google
load MODULE=rot13
load MODULE=info
load MODULE=ctcp
load MODULE=bc
load MODULE=decide
#load MODULE=crash
#load MODULE=getnick
#load MODULE=template
#load MODULE=admin
#load MODULE=modadmin
##################### EOF