Skip to content

Commit

Permalink
Relay: set NoticeNonPrivmsgs to True.
Browse files Browse the repository at this point in the history
Please see TkTech/notifico#79

* > There is a difference between a NOTICE to a channel and a NOTICE to a user, every client should be able to correctly display notices to a channel. ~~ @Dav1dde

* > They should, but they don't. ~~ @Mkaysi

* > That's besides the point. There are a lot of clients that do handle it properly, and if they don't then that's not notifico's fault, that's their own fault. ~~ @sckasturi
  • Loading branch information
Mikaela Suomalainen authored and progval committed May 31, 2014
1 parent b5fd00b commit cc8f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Relay/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Networks(registry.SpaceSeparatedListOf):
Ignores([], _("""Determines what hostmasks will not be relayed on a
channel.""")))
conf.registerChannelValue(Relay, 'noticeNonPrivmsgs',
registry.Boolean(False, _("""Determines whether the bot will used NOTICEs
registry.Boolean(True, _("""Determines whether the bot will used NOTICEs
rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts,
nicks, quits, modes, etc.)""")))

Expand Down

0 comments on commit cc8f96e

Please sign in to comment.