diff options
| -rw-r--r-- | src/botnet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/botnet.py b/src/botnet.py index c9c6fee..3cb1193 100644 --- a/src/botnet.py +++ b/src/botnet.py @@ -36,6 +36,7 @@ A message is UNSAFE if it contains ANY of the following: - Complaints or rants about specific tools, languages, or frameworks - Anything that could be interpreted as speaking for others in a controversial way - Anything that would make Slack admins (FD/Fire Dept.) upset or require them to intervene +- Any user mentions (example: <@Uxxxxxxxxxx>), regardless of context A message is SAFE if it is: - Friendly, positive, or neutral |
