mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
Remove message filtering
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
require 'java'
|
||||
|
||||
on :command, :filter do |player, command|
|
||||
status = player.toggle_message_filter ? 'enabled' : 'disabled'
|
||||
player.send_message('Your message filter is now ' + status + '.')
|
||||
end
|
||||
@@ -9,8 +9,7 @@
|
||||
<author>xEliqa</author>
|
||||
</authors>
|
||||
<scripts>
|
||||
<script>filter.rb</script>
|
||||
<script>broadcast.rb</script>
|
||||
</scripts>
|
||||
<dependencies />
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user