]> jfr.im git - irc/borknet/trunk.git/blame - core/modules/s/s.conf
Q: Removed the '!' at the end of the line directly giving the userpassword
[irc/borknet/trunk.git] / core / modules / s / s.conf
CommitLineData
b1d4498c 1# 01000010 01101111 01110010 01101011 01001110 01100101 01110100
2#
3# 888888b. 888 888b 888 888
4# 888 "88b 888 8888b 888 888
5# 888 .88P 888 88888b 888 888
6# 8888888K. .d88b. 888d888 888 888 888Y88b 888 .d88b. 888888
7# 888 "Y88b d88""88b 888P" 888 .88P 888 Y88b888 d8P Y8b 888
8# 888 888 888 888 888 888888K 888 Y88888 88888888 888
9# 888 d88P Y88..88P 888 888 "88b 888 Y8888 Y8b. Y88b.
10# 8888888P" "Y88P" 888 888 888 888 Y888 "Y8888 "Y888
11#
12#
13# The BorkNet Services Core config file
14#
15# only change what's after the = sign.
16# if you want to add comment lines, use #
17#
18
19#
20# Settings about the Server itself
21#
22
23# the name of the server
24description=BorkNet Spamscan
25
26# the services displayed nick
27nick=S
28
29# the servers ident
30ident=TheSBot
31
32# the servers host
33host=spamscan.borknet.org
34
35# the bot numeric (unique in the core)
36numeric=AAB
37
38# Rules page
39rules=http://www.borknet.org/rules.php
27d60a0f
O
40
41# Scoring system:
42# Users get points added for every line they post, points will add up,
43# someone that says a textline containing an existing channel will get
44# a total of 80 points. Every 10 seconds 20 points are substracted from
45# the user's total.
46# text:
47spamtext=16
48# channel advertising:
49spamchan=64
50# website advertising:
51spamweb=64
52# repeating:
53spamrepeat=24
54# warning:
55spamwarning=80
56# kill:
57spamkill=100
58
b1d4498c 59# 01000010 01101111 01110010 01101011 01001110 01100101 01110100