From 845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 21 Jul 2017 23:27:37 -0400 Subject: upcoming achievements :smiley: --- TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TimeHACK.Main/OS/Win95') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 480ac26..cbcf2a1 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -200,6 +200,12 @@ namespace TimeHACK.OS.Win95.Win95Apps case "nomouse": Cursor.Hide(); break; + case "type": + history.ReadOnly = false; + break; + case "notyper": + history.ReadOnly = true; + break; default: if (msgsound) receive.Play(); break; -- cgit v1.2.3