1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-08 22:56:06 -04:00
perlbuut-pastebin/app.cfg

36 lines
652 B
INI

[features]
memcached=true
evalserver=true
[memcached]
namespace="pastebin"
unique_namespace=true
hash_namespace=1
io_timeout=0.5
max_failures=3
failure_timeout=2
max_size=524288
[[memcached.servers]]
address="localhost:11211"
weight="2.5"
[evalserver]
server="localhost:..."
languages=[ "perl" ]
# Config for a non-local server. Has a lower weight so that the local one gets checked first
# [[memcached.servers]]
# address="remotehost:11211"
# weight="1.0"
[announce]
endpoint="localhost:1234"
protocol="perlbot"
[announce.channels]
"freenode#perl"="Freenode #perl"
"freenode#perlbot"="Freenode #perlbot"
"magnet#perl"="irc.perl.net #perl"