mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
irc/limnoria/{mute-on-chan,notice}.md: add reverting
This commit is contained in:
parent
c44f8a9daf
commit
3489a49c8f
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user