File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ Scripts/*.exe
4
4
Scripts /* _TransMAP_ * .txt
5
5
Scripts /temp /
6
6
7
- Lib /_Struct.ahk
8
- Lib /DateParse.ahk
9
- Lib /Gdip * .ahk
10
- Lib /gdiplus.dll
11
- Lib /JSON.ahk
12
- Lib /region.ahk
13
- Lib /sizeof.ahk
14
- Lib /WatchDirectory.ahk
7
+ Lib /
8
+ ! Lib /bluscream.ahk
9
+ ! Lib /logtail.ahk
10
+ ! Lib /region.ahk
11
+ ! Lib /scs.ahk
15
12
16
13
AHKStudio /
17
14
AutoGUI /
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ global queue_pattern := "^Connection established \(position in queue: (\d+)\)\.$
25
25
global joined_msg := " Connection established!"
26
26
27
27
global system_pattern := " ^\[(.*)\] (.*)$"
28
- global others_kick_pattern := " ^(.*)\((\d+)\) has been kicked\.$"
28
+ global others_kick_pattern := " ^Player (.*)\((\d+)\) has been kicked\.$"
29
29
global pm_pattern_from := " ^Message from (.*)\((\d+)\): (.*)$"
30
30
global pm_pattern_to := " ^Message to (.*)\((\d+)\): (.*)$"
31
31
@@ -35,9 +35,6 @@ global afk_warning := "Please move! If you will not move within next minute you
35
35
global headlights_pattern := " ^\*\*\* Turn on your headlights! If you will not enable them, you will be kicked within (\d+) seconds! \*\*\*$"
36
36
37
37
; [07:57:37] You have been kicked from the server. Reason: Invalid accessory set detected. Sorry, you're not a Game Moderator! (NetTruck).
38
- ; [07:44:27] System Message: Message from KartalHD(737): ım go to duisburg hotel ?
39
- ; [07:44:28] Message from Bluscream (ID: 45): /r where are you?
40
- ; [07:44:34] System Message: Message to KartalHD(737): lol
41
38
42
39
global chat_key := GetChatKey()
43
40
global server := ""
You can’t perform that action at this time.
0 commit comments