mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Revert "Relay: set NoticeNonPrivmsgs to True."
This reverts commit cc8f96eeaca9dd0209e1ba1bc1aeb3dcfd4bc135.
This commit is contained in:
parent
cc8f96eeac
commit
fd2ecf0dec
@ -83,7 +83,7 @@ conf.registerChannelValue(Relay, 'ignores',
|
|||||||
Ignores([], _("""Determines what hostmasks will not be relayed on a
|
Ignores([], _("""Determines what hostmasks will not be relayed on a
|
||||||
channel.""")))
|
channel.""")))
|
||||||
conf.registerChannelValue(Relay, 'noticeNonPrivmsgs',
|
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,
|
rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts,
|
||||||
nicks, quits, modes, etc.)""")))
|
nicks, quits, modes, etc.)""")))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user