From 64209e05030ae7a300d909aa0e10d88b7187a2ed Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 18 Apr 2020 11:43:56 -0400
Subject: [PATCH] Removed some unused commands.

---
 lib/aethyr/core/commands/command_parser.rb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lib/aethyr/core/commands/command_parser.rb b/lib/aethyr/core/commands/command_parser.rb
index 3370bde..f9c2698 100644
--- a/lib/aethyr/core/commands/command_parser.rb
+++ b/lib/aethyr/core/commands/command_parser.rb
@@ -11,10 +11,6 @@ module CommandParser
   'sit',
   'stand',
   'pose',
-  'enter',
-  'climb',
-  'jump',
-  'crawl',
   'gait'
   ])
 
@@ -67,7 +63,6 @@ module CommandParser
   'alook',
   'adesc',
   'acarea',
-  'acopy',
   'acomment',
   'acomm',
   'aconfig',
@@ -222,9 +217,6 @@ module CommandParser
         event[:pose] = $1.strip
       when /^stand$/i
         event[:action] = :stand
-      when /^(jump|crawl|climb|enter)$/i
-        input.downcase!
-        return nil  ### TODO: handle portal movement
       else
         return nil
       end
-- 
GitLab