root/gluxi.cfg

Revision 353:1d2876e6b15a, 0.7 KB (checked in by Dmitry Nezhevenko <dion@…>, 3 years ago)

Implement storage for roster. Aliases should work now

Line 
1[log]
2file=gluxi.log
3
4[account]
5user=gluxi
6password=password
7server=jabber.inhex.net
8resource=GluxiBot-dev
9priority=40
10keepalive=60
11
12[access]
13owner=owner@jabber.lan
14
15[muc]
16nick=gluxi
17maxmsglength=500
18maxmsglines=10
19lazyoffline=1
20leave_checkinterval=3600
21leave_minjids=3
22leave_minjids_interval=86400
23
24[database]
25type=QMYSQL
26server=testing
27port=3306
28user=dion
29password=mysql
30database=gluxi
31
32[webstatus]
33socket=/tmp/gluxi_webstatus
34url=http://server/cgi-bin/webstatus.cgi?id=%1
35
36[str]
37ban_reason=You are not welcomed here
38kick_reason=You are not welcomed here
39visitor_reason=You shoud be a visitor
40moderator_reason=You shoud be a moderator
41participant_reason="You should be a participant
42
43[cmd]
44disable_misc_sayjid=1
45
46[roster]
47autocreate_storage=0
Note: See TracBrowser for help on using the browser.