aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 23:27:37 -0400
committerlempamo <[email protected]>2017-07-21 23:27:37 -0400
commit845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (patch)
tree8d40f8bd46807e3b533fcf0c8f6c1bc0a4a30470 /TimeHACK.Main/OS
parent7c55b52ced5d2a571a07165ef628281b14bbf1e3 (diff)
downloadhistacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.gz
histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.bz2
histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.zip
upcoming achievements :smiley:
Diffstat (limited to 'TimeHACK.Main/OS')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs6
1 files changed, 6 insertions, 0 deletions
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;