-
Notifications
You must be signed in to change notification settings - Fork 4
/
multi.conf.example
76 lines (55 loc) · 1.75 KB
/
multi.conf.example
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
# Multigate configuration file
#
# Everything after a '#' and empty lines are ignored
# Syntax: item = value
# Be sure this file is mode 600, because it contains passwords for database
# connections and protocolwrappers
#
# Last changed: 01/09/2005
multiversion = 3.0
#default_protocols: space separated protocol names
default_protocols = urllogger irc
#restart_protocols: space separated protocol names. 'none' for no restartable protocols
restart_protocols = irc icq msn
#Minimum number of seconds before an automatic restart
restart_timeout = 90
godlevel = 1000
atlevel = 100
protocollevel = 100
msglevel = 100
# max bytes written to wrapper (including header)
max_message_length = 2048 # half a pipe on linux
# Development version (1) or not (0)
dev = 0
# Use CommandSimple for command-expansion
simple_command = 0 # 0 = No; 1 = Yes
#database
db_passwd = xxxxx
db_user = xxxxx
db_name = multigate
#accounting info
accountlog = /home/multilink/multigate/accountlog/
# default comamnd svn repository
command_repository = https://github.com/muze-nl/multigateCommands/
# Wrapper specific config
irc_nick = Multigate
irc_server = irc.xxxx.xx
irc_port = 6667
irc_bindaddr = 0.0.0.0 # bind on any addr
#channels (space separated)
irc_channel = multidev #irc wrapper will add the "#" in front off channel
#reply on CTCP Version:
irc_version = Multigate irc wrapper; www.multigator.net
#broadcast urls mentioned on irc
irc_urlspam = 0
icq_number = xxxxx #real multi number
icq_pass = xxxxx
msn_login = xxxxxxx
msn_pass = xxxxxxx
msn_fname = Multigate
jabber_login = xxxxx
jabber_server = jabber.com
jabber_pass = xxxx
email_address = Multigate <[email protected]>
urllogger_urlfile = web/autolink.shtml
urllogger_allurlfile = web/allautolink.shtml