summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-09-23 17:44:44 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-09-25 16:02:37 -0400
commit4b404b554bb09e10e1366691c9990c9abd98122b (patch)
treea4454760b387903afa0fc22bc71a1b30b666f408
parentfa5d1e5c89346e704b84c06de79a91c21f6c9618 (diff)
disable spamfilter module
-rw-r--r--bot_settings.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot_settings.sh b/bot_settings.sh
index 2e12d86..cff7942 100644
--- a/bot_settings.sh
+++ b/bot_settings.sh
@@ -180,7 +180,7 @@ config_transport_dir="transport"
############################
# should we always ask to be channel op upon join
-readonly BECOME_OP_ON_JOIN=1
+readonly BECOME_OP_ON_JOIN=0
# which channels are we allowed to be op
readonly OP_CHANNELS='#parabola'
# mail directory to use to trigger creation of internally injected messages (e.g. redmine changes)
@@ -206,7 +206,8 @@ readonly IPC_NOTICE_CHANNEL='#parabola'
#
# The list should normally start with "modules rehash services umodes autojoin"
# Some modules should be placed last. "factoids" and "karma are such modules.
-config_modules="modules rehash services umodes autojoin ctcp translate spamfilter"
+#config_modules="modules rehash services umodes autojoin ctcp translate spamfilter"
+config_modules="modules rehash services umodes autojoin ctcp translate"
# Where are modules stored, this can be a relative path from the
# main script of the bot, or an absolute path.