--- a/hedgewars/uIO.pas Sun Apr 26 15:47:03 2009 +0000
+++ b/hedgewars/uIO.pas Thu Apr 30 20:13:44 2009 +0000
@@ -293,6 +293,7 @@
'w': ParseCommand('setweap ' + headcmd^.str[2], true);
't': ParseCommand('taunt ' + headcmd^.str[2], true);
'g': ParseCommand('newgrave', true);
+ 'h': ParseCommand('hogsay ' + copy(headcmd^.str, 2, Pred(headcmd^.len)), true);
'1'..'5': ParseCommand('timer ' + headcmd^.cmd, true);
#128..char(128 + cMaxSlotIndex): ParseCommand('slot ' + char(byte(headcmd^.cmd) - 79), true)
else