diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:54 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:54 +0100 |
| commit | 9cf2ebcd75282eca80c93eac759bf84561c2e8f5 (patch) | |
| tree | 6aa3598785465ed18cad88c238a38a1f611570df /TimeHACK.Main/OS/Win95 | |
| parent | 4db6df01a8ee3f40c13b67174c6acc498a060951 (diff) | |
| parent | 845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (diff) | |
| download | histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.tar.gz histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.tar.bz2 histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 6 |
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; |
