--- a/hedgewars/uConsole.pas Sun Apr 26 15:47:03 2009 +0000
+++ b/hedgewars/uConsole.pas Thu Apr 30 20:13:44 2009 +0000
@@ -262,6 +262,7 @@
RegisterVariable('chat' , vtCommand, @chChat , true );
RegisterVariable('newgrave', vtCommand, @chNewGrave , false);
RegisterVariable('say' , vtCommand, @chSay , true );
+RegisterVariable('hogsay' , vtCommand, @chHogSay , true );
RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false);
RegisterVariable('+precise', vtCommand, @chPrecise_p , false);
RegisterVariable('-precise', vtCommand, @chPrecise_m , false);