mirror of
https://github.com/Histacom/Histacom.git
synced 2025-01-22 09:02:00 -05:00
Quick spelling mistake fix
This commit is contained in:
parent
636946ca54
commit
a5edbb7a3a
1 changed files with 11 additions and 7 deletions
|
@ -68,7 +68,7 @@
|
||||||
Label5.Show()
|
Label5.Show()
|
||||||
Button5.Show()
|
Button5.Show()
|
||||||
Case 63
|
Case 63
|
||||||
history.Text += ("12padams: We will start now. Il'l send 0.2 of time distorter and " & mainname & " can download it!" & Environment.NewLine)
|
history.Text += ("12padams: We will start now. I'll send 0.2 of time distorter and " & mainname & " can download it!" & Environment.NewLine)
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
Case 62
|
Case 62
|
||||||
history.Text += ("The Hidden Hacker: Ok then. When do we start?" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Ok then. When do we start?" & Environment.NewLine)
|
||||||
|
@ -197,11 +197,11 @@
|
||||||
history.Text += ("12padams: Yea I'm not angrey at any of you..." & Environment.NewLine)
|
history.Text += ("12padams: Yea I'm not angrey at any of you..." & Environment.NewLine)
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
Case 21
|
Case 21
|
||||||
history.Text += ("The Hidden Hacker: What???" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: What?!" & Environment.NewLine)
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
Case 20
|
Case 20
|
||||||
history.Text += ("12padams: Oh for goodness sake what's wrong with you 2... I am not angrey" & Environment.NewLine)
|
history.Text += ("12padams: Oh for goodness sake what's wrong with you two... I am not angry!" & Environment.NewLine)
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
Case 19
|
Case 19
|
||||||
history.Text += ("The Hidden Hacker: Crap the close button is not working!!!" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Crap the close button is not working!!!" & Environment.NewLine)
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
|
@ -209,8 +209,8 @@
|
||||||
history.Text += ("12padams: Come on guys..." & Environment.NewLine)
|
history.Text += ("12padams: Come on guys..." & Environment.NewLine)
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
Case 17
|
Case 17
|
||||||
history.Text += ("The Hidden Hacker: Log off... um whatever your name is wh owns that windows 98 computer!!!!" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Log off... um whatever your name is, who owns that windows 98 computer!" & Environment.NewLine)
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
Case 16
|
Case 16
|
||||||
history.Text += ("The Hidden Hacker: Oh CRAP!!!" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Oh CRAP!!!" & Environment.NewLine)
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
|
@ -383,6 +383,10 @@
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles TextBox2.TextChanged
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
||||||
If Not waitfor02download Then
|
If Not waitfor02download Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
|
|
Loading…
Reference in a new issue