aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Programs/ChatApp.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 19:19:24 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 19:19:24 -0400
commit129cc4373485a1d1151442ca250ddd8b0d3a8a15 (patch)
tree2e30da52e10c52008abf752e3b01bee0b03f07ef /Project Ports/Programs/ChatApp.cs
parent09b2be5ca629edb85bb678ddb2b087c8c84057bb (diff)
downloadProject-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.tar.gz
Project-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.tar.bz2
Project-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.zip
Added a new QuantumSite and added a little secret egg (kicks and giggles)
Diffstat (limited to 'Project Ports/Programs/ChatApp.cs')
-rw-r--r--Project Ports/Programs/ChatApp.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Project Ports/Programs/ChatApp.cs b/Project Ports/Programs/ChatApp.cs
index aeb384d..50d89c6 100644
--- a/Project Ports/Programs/ChatApp.cs
+++ b/Project Ports/Programs/ChatApp.cs
@@ -41,10 +41,8 @@ namespace Project_Ports
Properties.Settings.Default.chatterStoryline = false;
#endif
-
if (Properties.Settings.Default.chatterStoryline == true)
{
- Thread.Sleep(2000);
txtSentMessages.AppendText("Adam has entered the channel..." + Environment.NewLine);
Thread.Sleep(2000);
txtSentMessages.AppendText("<Adam> Hey there user!" + Environment.NewLine);