]> jfr.im git - irc/quakenet/qwebirc.git/blob - config.py.example
Add maximum line lengths.
[irc/quakenet/qwebirc.git] / config.py.example
1 IRCSERVER, IRCPORT = "moo.com", 6667
2 HMACKEY = "mrmoo"
3 HMACTEMPORAL = 30
4 UPDATE_FREQ = 0.5
5 MAXBUFLEN = 10000
6 MAXSUBSCRIPTIONS = 3
7 REALNAME = "http://moo.com/"
8 MAXLINELEN = 600