Config channel@network based command response behaviour/blocking #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are certain channels where this plugin is inappropriate.
Undesirable solns:
Have global blocking for certain commands with a
Private=True
(??) flag on the command function.Use channel capabilities to block <plugin.command> where required.
Desirable Solution:
To have a settable
config
variable for channel white/beigelisting and black/blocklisting.It should ideally have the ability to template a response as well see <insert.issue> per channel@network. And with custom
replyInPrivate
orreplyInPrivateWithNotice
.Something along those lines.