diff -r b73bf885e127 -r 5f4ef3db0a65 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Mon Oct 11 16:23:36 2010 -0400 +++ b/hedgewars/uChat.pas Mon Oct 11 16:28:54 2010 -0400 @@ -253,11 +253,6 @@ ParseCommand('/taunt ' + char(i), true); exit end; - if (s = '/newgrave') then - begin - ParseCommand('/newgrave', true); - exit - end; end else ParseCommand('/say ' + s, true);