about summary refs log tree commit diff
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-20 06:37:20 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-20 06:37:20 -0500
commit2d99300a6db1a3282cc9060a9f8568540e2b3d39 (patch)
treeb17d795b36f8f1528b72fd4edf74b73342ce060f
parent29cdfc36fccd8698ff7cb58ba0d260332e6e2c7b (diff)
add `visibility:community`, `visibility:c` aliases
-rw-r--r--app/lib/bangtags.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb
index 409dddcac..f052a21a1 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -485,6 +485,8 @@ class Bangtags
 
             'local'       => :local,
             'monsterpit'  => :local,
+            'community'   => :local,
+            'c'           => :local,
             'l'           => :local,
             'm'           => :local,