irc/limnoria/{mute-on-chan,notice}.md: add reverting

This commit is contained in:
Aminda Suomalainen 2021-06-17 00:15:58 +03:00
parent c44f8a9daf
commit 3489a49c8f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 18 additions and 0 deletions

View File

@ -37,3 +37,13 @@ config channel #CHAN supybot.reply.inPrivate True
In order to answer all commands in private instead of the channel, while
that may not be so desirable either especially in presense of relays.
## Reverting
config reset channel #CHAN supybot.reply.whenAddressedBy.chars
config reset channel #CHAN supybot.reply.whenAddressedBy.nick
config reset channel #CHAN supybot.reply.whenAddressedBy.nick.atEnd
config reset channel #CHAN supybot.reply.whenAddressedBy.nicks
config reset channel #CHAN supybot.reply.whenAddressedBy.strings
config reset channel #CHAN supybot.reply.whenNotAddressed
config reset channel #CHAN supybot.reply.inPrivate

View File

@ -21,3 +21,11 @@ config channel #CHAN supybot.plugins.RSS.notice False
```
* RSS announces as NOTICEs
### Reverting
```
config reset channel #CHAN supybot.reply.error.withNotice
config reset channel #CHAN supybot.reply.withNotice
config reset channel #CHAN supybot.plugins.RSS.notice False
```