DEADSOFTWARE

net: add 'an' as an alias for announce
[d2df-sdl.git] / src / game / g_console.pas
index 87a1fba23b9c5120f144dd618f41080078dd80ad..7ae8166192d7c16994c1855083076335fbf88d3a 100644 (file)
@@ -1109,6 +1109,8 @@ begin
   AddCommand('bot_removeall', GameCommands);
   AddCommand('chat', GameCommands);
   AddCommand('teamchat', GameCommands);
+  AddCommand('announce', GameCommands);
+  AddCommand('an', GameCommands);
   AddCommand('game', GameCommands);
   AddCommand('host', GameCommands);
   AddCommand('map', GameCommands);