]> jfr.im git - irc/evilnet/x3.git/commit - configure
This is a spam checking module, remember to disable it just comment out the nick...
authorsirvulcan <redacted>
Tue, 30 May 2006 04:42:11 +0000 (04:42 +0000)
committersirvulcan <redacted>
Tue, 30 May 2006 04:42:11 +0000 (04:42 +0000)
commit63c95a478af1b51ad021abef19f630de189f0229
treed650cab0bf8eebc4a25d066498631c11371f8f34
parentfe32eb19f4e389897848fdc91adb0be2a0156403
This is a spam checking module, remember to disable it just comment out the nick section in x3.conf. Its based on feiglings spamserv patch, extra additions include badword scanning and optional halfop checks. Modified some variables and the help file. Needs a bit of a clean up still in places. I plan to add statistics, if you think of anything else for it msg me or email me. Theres also a couple of other fixes included in this commit, see the changelog
16 files changed:
ChangeLog
configure
configure.in
src/Makefile.am
src/Makefile.in
src/chanserv.c
src/chanserv.h
src/helpfile.c
src/main.c
src/modcmd.c
src/opserv.c
src/proto-common.c
src/spamserv.c [new file with mode: 0644]
src/spamserv.h [new file with mode: 0644]
src/spamserv.help [new file with mode: 0644]
x3.conf.example