From fd2ecf0decdcf3649af9592efe5f835db1f77935 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 31 May 2014 17:55:44 +0200 Subject: [PATCH] Revert "Relay: set NoticeNonPrivmsgs to True." This reverts commit cc8f96eeaca9dd0209e1ba1bc1aeb3dcfd4bc135. --- plugins/Relay/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Relay/config.py b/plugins/Relay/config.py index 05d68baa0..5646c956d 100644 --- a/plugins/Relay/config.py +++ b/plugins/Relay/config.py @@ -83,7 +83,7 @@ conf.registerChannelValue(Relay, 'ignores', Ignores([], _("""Determines what hostmasks will not be relayed on a channel."""))) conf.registerChannelValue(Relay, 'noticeNonPrivmsgs', - registry.Boolean(True, _("""Determines whether the bot will used NOTICEs + registry.Boolean(False, _("""Determines whether the bot will used NOTICEs rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts, nicks, quits, modes, etc.)""")))