The plugin simply allows to specify the channels 'rules' or 'code of conduct'.
The commands must be executed within a public channel.
No external libraries necessary.
Install via the !repos
command.
!repos install https://github.com/sijis/err-rules.git
Simple example usages
# Refer to a website
!rules add http://github.com/sijis/err-rules/raw/rules-of-channel.txt
# Add the rules directly
!rules add No yelling allowed!
# Delete the rule
!rules delete
# List all channels with a rule defined
!rules list
Feedback and pull requests are always welcomed.