mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-02-16 13:40:49 +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
|
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.
|
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
|
* 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…
x
Reference in New Issue
Block a user