mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
irc/limnoria: add molly-guard-announce.md
This commit is contained in:
parent
ecec834b28
commit
e0592db57f
18
irc/limnoria/molly-guard-announce.md
Normal file
18
irc/limnoria/molly-guard-announce.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Preventing accidental owner announces
|
||||||
|
|
||||||
|
By default `announce` command sends a message to every channel the bot is on
|
||||||
|
prefixed by `Announcement from my owner (username):` and this may be easy
|
||||||
|
to trigger by accident when not specifying the plugin such as `GitHub` or `RSS`.
|
||||||
|
|
||||||
|
However this is easy to avoid with a couple of plugins
|
||||||
|
|
||||||
|
1. `/query botname`
|
||||||
|
1. `load Aka`
|
||||||
|
1. `load <Reply|Utilities>` meaning to load either Reply or Utilities
|
||||||
|
1. `aka add announce "<reply reply|utilities echo> You didn't mean for me to send that message everywhere, so I am hijacking it instead"`
|
||||||
|
* here again one is picked, "utilities echo" will just repeat the message
|
||||||
|
on channel while "reply reply" will ping you. The name of the plugin is
|
||||||
|
specified in case the command "echo" or "reply" was in multiple plugins.
|
||||||
|
1. `defaultplugin announce aka` so that when `announce` is called, it's
|
||||||
|
assumed that our new `aka` is meant instead of Owner which is an important
|
||||||
|
plugin and loaded by default.
|
Loading…
Reference in New Issue
Block a user