Revert "Relay: set NoticeNonPrivmsgs to True."

This reverts commit cc8f96eeac.
This commit is contained in:
Valentin Lorentz 2014-05-31 17:55:44 +02:00
parent cc8f96eeac
commit fd2ecf0dec

View File

@ -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.)""")))