about summary refs log tree commit diff
path: root/app/lib/bangtags.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/bangtags.rb')
-rw-r--r--app/lib/bangtags.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb
index ec90f5014..e859b8f1b 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -16,6 +16,9 @@ class Bangtags
       'permalink' => ['link'],
       'cloudroot' => ['link'],
       'blogroot' => ['link'],
+
+      'leave' => ['thread'],
+      'part' => ['thread'],
     }
 
     @aliases = {
@@ -264,6 +267,9 @@ class Bangtags
           chunk = nil
           next if cmd[1].nil?
           case cmd[1].downcase
+          when 'leave', 'part'
+            next if status.conversation_id.nil?
+            @account.mute_conversation!(status.conversation)
           when 'reall'
             if status.conversation_id.present?
               participants = Status.where(conversation_id: status.conversation_id)