hedgewars/uIO.pas
changeset 2017 7845c77c8d31
parent 1888 e76274ce7365
child 2043 1f2b91b5e7ef
--- 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