1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
|
L 08/23/1999 - 13:16:47: Log file started.
L 08/23/1999 - 13:16:47: Spawning server "2fort"
L 08/23/1999 - 13:16:47: server cvars start
L 08/23/1999 - 13:16:47: "cr_random" = "0"
L 08/23/1999 - 13:16:47: "cr_engineer" = "0"
L 08/23/1999 - 13:16:47: "cr_spy" = "0"
L 08/23/1999 - 13:16:47: "cr_pyro" = "0"
L 08/23/1999 - 13:16:47: "cr_hwguy" = "0"
L 08/23/1999 - 13:16:47: "cr_medic" = "0"
L 08/23/1999 - 13:16:47: "cr_demoman" = "0"
L 08/23/1999 - 13:16:47: "cr_soldier" = "0"
L 08/23/1999 - 13:16:47: "cr_sniper" = "0"
L 08/23/1999 - 13:16:47: "cr_scout" = "0"
L 08/23/1999 - 13:16:47: "decalfrequency" = "30"
L 08/23/1999 - 13:16:47: "mp_autocrosshair" = "1"
L 08/23/1999 - 13:16:47: "mp_flashlight" = "0"
L 08/23/1999 - 13:16:47: "mp_footsteps" = "1"
L 08/23/1999 - 13:16:47: "mp_forcerespawn" = "1"
L 08/23/1999 - 13:16:47: "mp_weaponstay" = "0"
L 08/23/1999 - 13:16:47: "mp_falldamage" = "0"
L 08/23/1999 - 13:16:47: "mp_friendlyfire" = "0"
L 08/23/1999 - 13:16:47: "mp_timelimit" = "0"
L 08/23/1999 - 13:16:47: "mp_fraglimit" = "0"
L 08/23/1999 - 13:16:47: "mp_teamplay" = "0"
L 08/23/1999 - 13:16:47: "tfc_balance_scores" = "1.0"
L 08/23/1999 - 13:16:47: "tfc_balance_teams" = "1.0"
L 08/23/1999 - 13:16:47: "tfc_adminpwd" = ""
L 08/23/1999 - 13:16:47: "tfc_clanbattle_locked" = "0.0"
L 08/23/1999 - 13:16:47: "tfc_clanbattle" = "0.0"
L 08/23/1999 - 13:16:47: "tfc_respawndelay" = "0.0"
L 08/23/1999 - 13:16:47: "tfc_autoteam" = "0.0"
L 08/23/1999 - 13:16:47: "sv_maxrate" = "0"
L 08/23/1999 - 13:16:47: "sv_minrate" = "0"
L 08/23/1999 - 13:16:47: "sv_allowupload" = "1"
L 08/23/1999 - 13:16:47: "sv_allowdownload" = "1"
L 08/23/1999 - 13:16:47: "sv_upload_maxsize" = "0"
L 08/23/1999 - 13:16:47: "sv_spectatormaxspeed" = "500"
L 08/23/1999 - 13:16:47: "sv_spectalk" = "1"
L 08/23/1999 - 13:16:47: "sv_maxspectators" = "8"
L 08/23/1999 - 13:16:47: "sv_cheats" = "0"
L 08/23/1999 - 13:16:47: "sv_clienttrace" = "1"
L 08/23/1999 - 13:16:47: "sv_timeout" = "65"
L 08/23/1999 - 13:16:47: "sv_waterfriction" = "1"
L 08/23/1999 - 13:16:47: "sv_wateraccelerate" = "10"
L 08/23/1999 - 13:16:47: "sv_airaccelerate" = "10"
L 08/23/1999 - 13:16:47: "sv_airmove" = "1"
L 08/23/1999 - 13:16:47: "sv_bounce" = "1"
L 08/23/1999 - 13:16:47: "sv_clipmode" = "0"
L 08/23/1999 - 13:16:47: "sv_stepsize" = "18"
L 08/23/1999 - 13:16:47: "sv_accelerate" = "10"
L 08/23/1999 - 13:16:47: "sv_maxspeed" = "320"
L 08/23/1999 - 13:16:47: "sv_stopspeed" = "100"
L 08/23/1999 - 13:16:47: "edgefriction" = "2"
L 08/23/1999 - 13:16:47: "sv_friction" = "4"
L 08/23/1999 - 13:16:47: "sv_gravity" = "800"
L 08/23/1999 - 13:16:47: "sv_aim" = "1"
L 08/23/1999 - 13:16:47: "sv_password" = ""
L 08/23/1999 - 13:16:47: "pausable" = "1"
L 08/23/1999 - 13:16:47: "coop" = "0"
L 08/23/1999 - 13:16:47: "deathmatch" = "1"
L 08/23/1999 - 13:16:47: "mp_logecho" = "1"
L 08/23/1999 - 13:16:47: "mp_logfile" = "1"
L 08/23/1999 - 13:16:47: "cmdline" = "0"
L 08/23/1999 - 13:16:47: server cvars end
L 08/23/1999 - 13:16:50: Map CRC "-652696221"
L 08/23/1999 - 13:16:53: "sv_aim" = "0"
L 08/23/1999 - 13:16:53: "sv_clienttrace" = "3.5"
L 08/23/1999 - 13:16:53: "pausable" = "0"
L 08/23/1999 - 13:16:53: "sv_maxspeed" = "500"
L 08/23/1999 - 13:16:53: "mp_teamplay" = "21"
L 08/23/1999 - 13:16:53: "mp_timelimit" = "30"
L 08/23/1999 - 13:16:53: "tfc_autoteam" = "1"
L 08/23/1999 - 13:16:53: Server name is "VALVe Test Server"
L 08/23/1999 - 13:16:53: "sv_maxspeed" = "500.000000"
L 08/23/1999 - 13:19:22: "Player<1><WON:198019>" connected, address "24.3.190.138:27005"
L 08/23/1999 - 13:19:34: "Player<1><WON:198019>" has entered the game
L 08/23/1999 - 13:19:40: "Player<1>" joined team "1".
L 08/23/1999 - 13:20:41: "Player<1>" disconnected
L 08/23/1999 - 13:21:02: "Dante<2><WON:1623209>" connected, address "63.75.210.28:27005"
L 08/23/1999 - 13:21:21: "Dante<2><WON:1623209>" has entered the game
L 08/23/1999 - 13:21:23: "Dante<2>" joined team "1".
L 08/23/1999 - 13:21:29: "Dante<2>" changed class to "Sniper"
L 08/23/1999 - 13:21:29: "Dante<2>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:22:48: "cyblet<3><WON:258559>" connected, address "63.193.118.44:27005"
L 08/23/1999 - 13:22:56: "cyblet<3><WON:258559>" has entered the game
L 08/23/1999 - 13:23:03: "cyblet<3>" joined team "2".
L 08/23/1999 - 13:23:10: "cyblet<3>" say "hello"
L 08/23/1999 - 13:23:13: "Dante<2>" say "hi"
L 08/23/1999 - 13:23:16: "cyblet<3>" changed class to "Sniper"
L 08/23/1999 - 13:23:16: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:23:27: "Dante<2>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:23:33: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:24:06: "Dante<2>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:24:07: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:24:25: "cyblet<3>" killed "Dante<2>" with "sniperrifle"
L 08/23/1999 - 13:24:27: "Dante<2>" say "ouch"
L 08/23/1999 - 13:24:28: "Dante<2>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:24:46: "cyblet<3>" say "you have a fast connection"
L 08/23/1999 - 13:24:54: "Dante<2>" say "the server is right next to me"
L 08/23/1999 - 13:24:57: "cyblet<3>" killed "Dante<2>" with "sniperrifle"
L 08/23/1999 - 13:24:58: "Dante<2>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:25:02: "cyblet<3>" say "oh"
L 08/23/1999 - 13:25:16: "ObiWan[TiT]<4><WON:303749>" connected, address "209.197.245.168:27005"
L 08/23/1999 - 13:25:24: "Player<5><WON:727619>" connected, address "209.239.1.102:27005"
L 08/23/1999 - 13:25:29: "cyblet<3>" say "im just testing my new dsl I got today it is great on this server"
L 08/23/1999 - 13:25:36: "Djden<6><WON:1059139>" connected, address "207.69.116.29:21025"
L 08/23/1999 - 13:25:36: "ObiWan[TiT]<4><WON:303749>" has entered the game
L 08/23/1999 - 13:25:40: "ObiWan[TiT]<4>" joined team "1".
L 08/23/1999 - 13:25:41: "cyblet<3>" killed "Dante<2>" with "sniperrifle"
L 08/23/1999 - 13:25:45: "Dante<2>" say "whoa"
L 08/23/1999 - 13:25:45: "Dante<2>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:25:48: "ObiWan[TiT]<4>" changed class to "Demoman"
L 08/23/1999 - 13:25:48: "ObiWan[TiT]<4>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:26:01: "Djden<6><WON:1059139>" has entered the game
L 08/23/1999 - 13:26:07: "Djden<6>" joined team "2".
L 08/23/1999 - 13:26:08: "Player<5><WON:727619>" has entered the game
L 08/23/1999 - 13:26:11: "Djden<6>" changed class to "Soldier"
L 08/23/1999 - 13:26:11: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:26:26: "Player<5>" joined team "1".
L 08/23/1999 - 13:26:36: "-Essix-<7><WON:21269>" connected, address "38.26.153.2:27005"
L 08/23/1999 - 13:26:40: "Dante<2>" killed "Djden<6>" with "normalgrenade"
L 08/23/1999 - 13:26:42: "ObiWan[TiT]<4>" activated the goal "Red Flag"
L 08/23/1999 - 13:26:43: "Player<5>" changed class to "Demoman"
L 08/23/1999 - 13:26:43: "Player<5>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:26:44: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:26:48: "cyblet<3>" say "you knocked me down to 4 health"
L 08/23/1999 - 13:26:57: "Dante<2>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:26:58: "-Essix-<7><WON:21269>" has entered the game
L 08/23/1999 - 13:27:03: "cyblet<3>" say "good shot"
L 08/23/1999 - 13:27:09: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:27:20: "Dante<2>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:27:22: "ObiWan[TiT]<4>" activated the goal "Team 1 dropoff"
L 08/23/1999 - 13:27:24: "cyblet<3>" say "damn"
L 08/23/1999 - 13:27:26: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:27:51: "-Essix-<7>" say "golly?"
L 08/23/1999 - 13:27:56: "Player<5>" say "yo"
L 08/23/1999 - 13:28:01: "Player<5>" say "fruit"
L 08/23/1999 - 13:28:04: "-Essix-<7>" say "u!"
L 08/23/1999 - 13:28:05: "kEtO<8><WON:2112089>" connected, address "24.108.27.102:27005"
L 08/23/1999 - 13:28:08: "Djden<6>" activated the goal "Blue Flag"
L 08/23/1999 - 13:28:15: "Player<5>" say "how i change my name"
L 08/23/1999 - 13:28:23: "kEtO<8><WON:2112089>" has entered the game
L 08/23/1999 - 13:28:25: "Dante<2>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:28:27: "-Essix-<7>" say "do it later u know how to play?"
L 08/23/1999 - 13:28:31: "Player<5>" say "ow"
L 08/23/1999 - 13:28:32: "cyblet<3>" say "doh"
L 08/23/1999 - 13:28:36: "-Essix-<7>" joined team "2".
L 08/23/1999 - 13:28:37: "Player<5>" say "i think so"
L 08/23/1999 - 13:28:41: "-Essix-<7>" changed class to "Engineer"
L 08/23/1999 - 13:28:41: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:28:42: "kEtO<8>" joined team "1".
L 08/23/1999 - 13:28:46: "-Essix-<7>" say "i goin engineer"
L 08/23/1999 - 13:28:52: "kEtO<8>" changed class to "Soldier"
L 08/23/1999 - 13:28:52: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:28:56: "-Essix-<7>" say "lost sound wit alt tab agin"
L 08/23/1999 - 13:28:56: "Djden<6>" activated the goal "Blue Flag"
L 08/23/1999 - 13:28:58: "ObiWan[TiT]<4>" killed "Djden<6>" with "pipebomb"
L 08/23/1999 - 13:28:59: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:29:06: "Player<5>" activated the goal "Red Flag"
L 08/23/1999 - 13:29:09: "Dante<2>" killed "-Essix-<7>" with "headshot"
L 08/23/1999 - 13:29:09: "Player<5>" say "hehe"
L 08/23/1999 - 13:29:09: "[BMA]Edog<9><WON:839449>" connected, address "206.191.177.52:22333"
L 08/23/1999 - 13:29:11: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:29:22: "Djden<6>" killed "Player<5>" with "rocket"
L 08/23/1999 - 13:29:25: "Player<5>" say "ow"
L 08/23/1999 - 13:29:33: "ObiWan[TiT]<4>" say_team "to change your name open the console and type 'name xxxx'"
L 08/23/1999 - 13:29:36: "Dante<2>" killed "-Essix-<7>" with "normalgrenade"
L 08/23/1999 - 13:29:37: "Player<5>" say "where all the weapons?"
L 08/23/1999 - 13:29:38: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:29:40: "Pinball<10><WON:646269>" connected, address "195.44.205.121:27005"
L 08/23/1999 - 13:29:42: "Player<5>" changed name to "Goliath<5>"
L 08/23/1999 - 13:29:47: "Goliath<5>" say "thx"
L 08/23/1999 - 13:29:49: "[BMA]Edog<9><WON:839449>" has entered the game
L 08/23/1999 - 13:29:49: "Goliath<5>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:29:54: "ObiWan[TiT]<4>" say_team "np. your weapons"
L 08/23/1999 - 13:29:57: "[BMA]Edog<9>" joined team "2".
L 08/23/1999 - 13:30:01: "-Essix-<7>" say "no weapons depends what guy u use"
L 08/23/1999 - 13:30:02: "[BMA]Edog<9>" changed class to "Medic"
L 08/23/1999 - 13:30:02: "[BMA]Edog<9>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:05: "Djden<6>" killed "Goliath<5>" with "normalgrenade"
L 08/23/1999 - 13:30:06: "Goliath<5>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:07: "Dante<2>" killed "-Essix-<7>" with "sniperrifle"
L 08/23/1999 - 13:30:09: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:12: "ObiWan[TiT]<4>" say_team "depend on your class. (sorry-busy)"
L 08/23/1999 - 13:30:15: "Pinball<10><WON:646269>" has entered the game
L 08/23/1999 - 13:30:17: "Goliath<5>" say "ahh"
L 08/23/1999 - 13:30:19: "Djden<6>" activated the goal "Blue Flag"
L 08/23/1999 - 13:30:20: "Dante<2>" killed "[BMA]Edog<9>" with "sniperrifle"
L 08/23/1999 - 13:30:21: "[BMA]Edog<9>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:25: "-Essix-<7>" built a "sentry".
L 08/23/1999 - 13:30:26: "Pinball<10>" joined team "1".
L 08/23/1999 - 13:30:35: "Pinball<10>" changed class to "Soldier"
L 08/23/1999 - 13:30:35: "Pinball<10>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:36: "md<11><WON:1739719>" connected, address "152.166.122.0:27005"
L 08/23/1999 - 13:30:37: "Goliath<5>" say "brb essi gotta do somethin real quick"
L 08/23/1999 - 13:30:42: "-Essix-<7>" say "k"
L 08/23/1999 - 13:30:48: "Djden<6>" killed "ObiWan[TiT]<4>" with "rocket"
L 08/23/1999 - 13:30:49: "ObiWan[TiT]<4>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:30:54: "[BMA]Edog<9>" killed "Dante<2>" with "supershotgun"
L 08/23/1999 - 13:30:57: "Dante<2>" disconnected
L 08/23/1999 - 13:30:59: "md<11><WON:1739719>" has entered the game
L 08/23/1999 - 13:31:02: "ObiWan[TiT]<4>" killed "Djden<6>" with "gl_grenade"
L 08/23/1999 - 13:31:04: "[BMA]Edog<9>" killed "Goliath<5>" with "supershotgun"
L 08/23/1999 - 13:31:05: "md<11>" joined team "1".
L 08/23/1999 - 13:31:05: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:09: "md<11>" changed class to "Demoman"
L 08/23/1999 - 13:31:09: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:12: "-Essix-<7>" activated the goal "Blue Flag"
L 08/23/1999 - 13:31:14: "ObiWan[TiT]<4>" killed "-Essix-<7>" with "mirvgrenade"
L 08/23/1999 - 13:31:15: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:16: "Goliath<5>" disconnected
L 08/23/1999 - 13:31:22: "-Essix-<7>" activated the goal "Blue Flag"
L 08/23/1999 - 13:31:26: "-Essix-<7>" killed "kEtO<8>" with "sentrygun"
L 08/23/1999 - 13:31:29: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:32: "Mud_Runt<12><WON:203399>" connected, address "199.174.202.174:27005"
L 08/23/1999 - 13:31:36: "-Essix-<7>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:31:36: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:31:37: "ObiWan[TiT]<4>" killed "Djden<6>" with "mirvgrenade"
L 08/23/1999 - 13:31:38: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:48: "Mud_Runt<12><WON:203399>" has entered the game
L 08/23/1999 - 13:31:49: "ObiWan[TiT]<4>" killed "-Essix-<7>" with "gl_grenade"
L 08/23/1999 - 13:31:51: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:31:54: "Mud_Runt<12>" joined team "1".
L 08/23/1999 - 13:31:59: "-Essix-<7>" killed "md<11>" with "sentrygun"
L 08/23/1999 - 13:32:00: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:32:05: "md<11>" destroyed "-Essix-<7>"'s "sentry".
L 08/23/1999 - 13:32:05: "md<11>" destroyed "-Essix-<7>"'s "sentry".
L 08/23/1999 - 13:32:10: "Mud_Runt<12>" changed class to "Sniper"
L 08/23/1999 - 13:32:10: "Mud_Runt<12>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:32:14: "Mud_Runt<12>" changed to team "2".
L 08/23/1999 - 13:32:14: "Mud_Runt<12>" killed self with "world"
L 08/23/1999 - 13:32:16: "Lucifer<13><WON:1071129>" connected, address "166.72.165.77:27005"
L 08/23/1999 - 13:32:19: "-Essix-<7>" built a "sentry".
L 08/23/1999 - 13:32:19: "ObiWan[TiT]<4>" say "whew.. 5 health. that was close"
L 08/23/1999 - 13:32:23: "[BMA]Edog<9>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:32:45: "md<11>" killed "[BMA]Edog<9>" with "gl_grenade"
L 08/23/1999 - 13:32:47: "Lucifer<13><WON:1071129>" has entered the game
L 08/23/1999 - 13:32:47: "[BMA]Edog<9>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:32:52: "Djden<6>" killed "Pinball<10>" with "rocket"
L 08/23/1999 - 13:32:53: "Lucifer<13>" joined team "1".
L 08/23/1999 - 13:32:54: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:32:55: "Pinball<10>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:03: "Lucifer<13>" changed class to "Demoman"
L 08/23/1999 - 13:33:03: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:03: "[BMA]Edog<9>" killed "md<11>" with "normalgrenade"
L 08/23/1999 - 13:33:06: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:09: "ObiWan[TiT]<4>" killed "-Essix-<7>" with "gl_grenade"
L 08/23/1999 - 13:33:09: "Djden<6>" activated the goal "Blue Flag"
L 08/23/1999 - 13:33:12: "ObiWan[TiT]<4>" killed self with "gl_grenade"
L 08/23/1999 - 13:33:13: "-Essix-<7>" killed "kEtO<8>" with "empgrenade"
L 08/23/1999 - 13:33:14: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:14: "ObiWan[TiT]<4>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:15: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:32: "cyblet<3>" killed "Pinball<10>" with "sniperrifle"
L 08/23/1999 - 13:33:35: "Pinball<10>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:38: "Djden<6>" killed self with "normalgrenade"
L 08/23/1999 - 13:33:40: "cyblet<3>" killed "Lucifer<13>" with "sniperrifle"
L 08/23/1999 - 13:33:40: "Djden<6>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:47: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:33:47: "Lucifer<13>" changed class to "Sniper"
L 08/23/1999 - 13:33:48: "ObiWan[TiT]<4>" killed "-Essix-<7>" with "gl_grenade"
L 08/23/1999 - 13:33:50: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:50: "ObiWan[TiT]<4>" destroyed "-Essix-<7>"'s "sentry".
L 08/23/1999 - 13:33:51: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:33:55: "[SDKR]-*eViL*PFC.cell-<14><WON:1451429>" connected, address "24.94.34.36:27005"
L 08/23/1999 - 13:34:03: "[SDKR]-*eViL*PFC.cell-<14><WON:1451429>" has entered the game
L 08/23/1999 - 13:34:07: "Foo<15><WON:2265889>" connected, address "206.96.140.30:27005"
L 08/23/1999 - 13:34:07: "ObiWan[TiT]<4>" activated the goal "Red Flag"
L 08/23/1999 - 13:34:13: "Djden<6>" disconnected
L 08/23/1999 - 13:34:14: "[BMA]Edog<9>" killed "Lucifer<13>" with "supershotgun"
L 08/23/1999 - 13:34:15: "-Essix-<7>" built a "sentry".
L 08/23/1999 - 13:34:17: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:20: "Lone<16><WON:2146069>" connected, address "24.65.246.166:27005"
L 08/23/1999 - 13:34:27: "Lone<16><WON:2146069>" has entered the game
L 08/23/1999 - 13:34:31: "Lone<16>" joined team "2".
L 08/23/1999 - 13:34:32: "[BMA]Edog<9>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:34:38: "[SDKR]-*eViL*PFC.cell-<14>" joined team "1".
L 08/23/1999 - 13:34:38: "Lone<16>" changed class to "Sniper"
L 08/23/1999 - 13:34:38: "Lone<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:39: "Foo<15><WON:2265889>" has entered the game
L 08/23/1999 - 13:34:41: "cyblet<3>" killed "Lucifer<13>" with "sniperrifle"
L 08/23/1999 - 13:34:42: "[SDKR]-*eViL*PFC.cell-<14>" changed class to "Sniper"
L 08/23/1999 - 13:34:42: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:43: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:45: "Foo<15>" joined team "2".
L 08/23/1999 - 13:34:49: "Foo<15>" changed class to "Demoman"
L 08/23/1999 - 13:34:49: "Foo<15>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:51: "[SDKR]-*eViL*PFC.cell-<14>" killed "Lone<16>" with "sniperrifle"
L 08/23/1999 - 13:34:52: "Lucifer<13>" changed class to "Demoman"
L 08/23/1999 - 13:34:53: "kEtO<8>" killed "-Essix-<7>" with "rocket"
L 08/23/1999 - 13:34:53: "Lone<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:34:57: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:09: "ObiWan[TiT]<4>" say_team "sentry as you leave base. level 1 or 2"
L 08/23/1999 - 13:35:09: "Lone<16>" killed "[SDKR]-*eViL*PFC.cell-<14>" with "sniperrifle"
L 08/23/1999 - 13:35:10: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:11: "[BMA]Edog<9>" killed "md<11>" with "supershotgun"
L 08/23/1999 - 13:35:12: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:13: "cyblet<3>" killed "Lucifer<13>" with "sniperrifle"
L 08/23/1999 - 13:35:16: "Lone<16>" killed "ObiWan[TiT]<4>" with "sniperrifle"
L 08/23/1999 - 13:35:17: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:17: "ObiWan[TiT]<4>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:25: "ObiWan[TiT]<4>" activated the goal "Red Flag"
L 08/23/1999 - 13:35:26: "ObiWan[TiT]<4>" activated the goal "Team 1 dropoff"
L 08/23/1999 - 13:35:28: "[ZOA] IronSausage<17><WON:2424609>" connected, address "24.2.21.111:27005"
L 08/23/1999 - 13:35:28: "-Essix-<7>" killed "Lucifer<13>" with "empgrenade"
L 08/23/1999 - 13:35:28: "-Essix-<7>" killed "kEtO<8>" with "empgrenade"
L 08/23/1999 - 13:35:30: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:30: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:35:31: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:31: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:35:34: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:36: "Lone<16>" killed "[SDKR]-*eViL*PFC.cell-<14>" with "sniperrifle"
L 08/23/1999 - 13:35:37: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:39: "[ZOA] IronSausage<17><WON:2424609>" has entered the game
L 08/23/1999 - 13:35:39: "[ZOA] IronSausage<17>" joined team "1".
L 08/23/1999 - 13:35:39: "Lucifer<13>" changed class to "Spy"
L 08/23/1999 - 13:35:53: "[ZOA] IronSausage<17>" changed class to "Scout"
L 08/23/1999 - 13:35:53: "[ZOA] IronSausage<17>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:55: "-Essix-<7>" killed "Lucifer<13>" with "sentrygun"
L 08/23/1999 - 13:35:57: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:35:59: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:36:01: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:04: "ObiWan[TiT]<4>" say_team "defence"
L 08/23/1999 - 13:36:09: "[BMA]Edog<9>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:36:10: "Foo<15>" killed "kEtO<8>" with "mirvgrenade"
L 08/23/1999 - 13:36:10: "[SDKR]-*eViL*PFC.cell-<14>" killed "Lone<16>" with "sniperrifle"
L 08/23/1999 - 13:36:12: "Lone<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:12: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:14: "Foo<15>" activated the goal "Blue Flag"
L 08/23/1999 - 13:36:14: "ObiWan[TiT]<4>" say_team "defense"
L 08/23/1999 - 13:36:17: "[$FE]Flynn<18><WON:3164189>" connected, address "198.161.206.164:27005"
L 08/23/1999 - 13:36:24: "ObiWan[TiT]<4>" killed "Foo<15>" with "gl_grenade"
L 08/23/1999 - 13:36:25: "Foo<15>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:25: "Lone<16>" killed "Pinball<10>" with "sniperrifle"
L 08/23/1999 - 13:36:34: "[$FE]Flynn<18><WON:3164189>" has entered the game
L 08/23/1999 - 13:36:37: "ObiWan[TiT]<4>" say_team "do we have an engineer?"
L 08/23/1999 - 13:36:37: "cyblet<3>" killed "kEtO<8>" with "sniperrifle"
L 08/23/1999 - 13:36:38: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:39: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:36:42: "cyblet<3>" killed "[SDKR]-*eViL*PFC.cell-<14>" with "sniperrifle"
L 08/23/1999 - 13:36:43: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:48: "[$FE]Flynn<18>" joined team "2".
L 08/23/1999 - 13:36:51: "Lone<16>" changed name to "LoneGunman<16>"
L 08/23/1999 - 13:36:52: "[$FE]Flynn<18>" changed class to "Scout"
L 08/23/1999 - 13:36:52: "[$FE]Flynn<18>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:53: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:36:57: "kEtO<8>" killed "-Essix-<7>" with "rocket"
L 08/23/1999 - 13:36:58: "LoneGunman<16>" killed "kEtO<8>" with "headshot"
L 08/23/1999 - 13:36:59: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:36:59: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:01: "ObiWan[TiT]<4>" killed "Foo<15>" with "gl_grenade"
L 08/23/1999 - 13:37:04: "Foo<15>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:05: "-Essix-<7>" killed "Lucifer<13>" with "sentrygun"
L 08/23/1999 - 13:37:05: "[SDKR]-*eViL*PFC.cell-<14>" killed "LoneGunman<16>" with "sniperrifle"
L 08/23/1999 - 13:37:06: "[ZOA] IronSausage<17>" destroyed "-Essix-<7>"'s "sentry".
L 08/23/1999 - 13:37:06: "LoneGunman<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:10: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:15: "Foo<15>" disconnected
L 08/23/1999 - 13:37:16: "[SDKR]-*eViL*PFC.cell-<14>" killed "-Essix-<7>" with "headshot"
L 08/23/1999 - 13:37:23: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:24: "[ZOA] IronSausage<17>" activated the goal "Team 1 dropoff"
L 08/23/1999 - 13:37:25: "ObiWan[TiT]<4>" killed "cyblet<3>" with "normalgrenade"
L 08/23/1999 - 13:37:26: "[BMA]Edog<9>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:37:29: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:30: "[$FE]Flynn<18>" activated the goal "Blue Flag"
L 08/23/1999 - 13:37:32: "-Essix-<7>" changed class to "Sniper"
L 08/23/1999 - 13:37:32: "[SDKR]-*eViL*PFC.cell-<14>" killed "[BMA]Edog<9>" with "sniperrifle"
L 08/23/1999 - 13:37:32: "Pinball<10>" disconnected
L 08/23/1999 - 13:37:33: "[BMA]Edog<9>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:41: "[SDKR]-*eViL*PFC.cell-<14>" killed "LoneGunman<16>" with "sniperrifle"
L 08/23/1999 - 13:37:42: "LoneGunman<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:37:48: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:37:51: "[ZOA]DoggyStyle<19><WON:2874269>" connected, address "24.1.77.27:27005"
L 08/23/1999 - 13:37:51: "md<11>" changed class to "Engineer"
L 08/23/1999 - 13:37:55: "[SDKR]-*eViL*PFC.cell-<14>" killed "LoneGunman<16>" with "sniperrifle"
L 08/23/1999 - 13:37:58: "[$FE]Flynn<18>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:37:59: "Vulture<20><WON:3011989>" connected, address "216.116.34.81:27005"
L 08/23/1999 - 13:37:59: "-Essix-<7>" built a "sentry".
L 08/23/1999 - 13:38:01: "LoneGunman<16>" changed class to "Demoman"
L 08/23/1999 - 13:38:02: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:38:02: "LoneGunman<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:38:03: "[ZOA]DoggyStyle<19><WON:2874269>" has entered the game
L 08/23/1999 - 13:38:04: "-Essix-<7>" had a "sentry" malfunction.
L 08/23/1999 - 13:38:04: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:38:09: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:38:13: "[ZOA] IronSausage<17>" activated the goal "Team 1 dropoff"
L 08/23/1999 - 13:38:17: "ObiWan[TiT]<4>" killed "[$FE]Flynn<18>" with "gl_grenade"
L 08/23/1999 - 13:38:21: "kEtO<8>" killed "-Essix-<7>" with "supershotgun"
L 08/23/1999 - 13:38:24: "-Essix-<7>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:38:26: "[$FE]Flynn<18>" changed class to "HWGuy"
L 08/23/1999 - 13:38:27: "[$FE]Flynn<18>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:38:27: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "headshot"
L 08/23/1999 - 13:38:35: "GrayFoX_[FoxHounD]<21><WON:2931359>" connected, address "209.5.18.205:27005"
L 08/23/1999 - 13:38:39: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:38:40: "ObiWan[TiT]<4>" changed class to "Engineer"
L 08/23/1999 - 13:38:50: "[ZOA]DoggyStyle<19>" joined team "1".
L 08/23/1999 - 13:38:54: "cyblet<3>" say "hey SDKR youre good"
L 08/23/1999 - 13:38:55: "[ZOA] IronSausage<17>" say_team "BLKUE SODIER, get on DEFENSE, or we are gonna lose"
L 08/23/1999 - 13:39:00: "[SDKR]-*eViL*PFC.cell-<14>" say "thanks"
L 08/23/1999 - 13:39:03: "[$FE]Flynn<18>" killed "[ZOA] IronSausage<17>" with "ac"
L 08/23/1999 - 13:39:05: "[ZOA] IronSausage<17>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:05: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:06: "[ZOA]DoggyStyle<19>" changed class to "Soldier"
L 08/23/1999 - 13:39:06: "[ZOA]DoggyStyle<19>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:12: "GrayFoX_[FoxHounD]<21><WON:2931359>" has entered the game
L 08/23/1999 - 13:39:15: "[BMA]Edog<9>" activated the goal "Team 2 dropoff"
L 08/23/1999 - 13:39:16: "[SDKR]-*eViL*PFC.cell-<14>" killed "[BMA]Edog<9>" with "sniperrifle"
L 08/23/1999 - 13:39:17: "[BMA]Edog<9>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:20: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:39:21: "[BMA]Edog<9>" say "too slow"
L 08/23/1999 - 13:39:21: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:22: "LoneGunman<16>" activated the goal "Blue Flag"
L 08/23/1999 - 13:39:23: "GrayFoX_[FoxHounD]<21>" joined team "2".
L 08/23/1999 - 13:39:26: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:39:30: "[BMA]Edog<9>" infected "kEtO<8>".
L 08/23/1999 - 13:39:32: "GrayFoX_[FoxHounD]<21>" changed class to "Sniper"
L 08/23/1999 - 13:39:32: "GrayFoX_[FoxHounD]<21>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:34: "[$FE]Flynn<18>" killed "[ZOA] IronSausage<17>" with "ac"
L 08/23/1999 - 13:39:35: "[ZOA]DoggyStyle<19>" say_team "geno im up"
L 08/23/1999 - 13:39:36: "[ZOA] IronSausage<17>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:37: "[SDKR]-*eViL*PFC.cell-<14>" killed "[$FE]Flynn<18>" with "headshot"
L 08/23/1999 - 13:39:38: "[$FE]Flynn<18>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:38: "ObiWan[TiT]<4>" killed "LoneGunman<16>" with "gl_grenade"
L 08/23/1999 - 13:39:39: "LoneGunman<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:41: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "Red Flag"
L 08/23/1999 - 13:39:47: "[BMA]Edog<9>" killed "kEtO<8>" with "timer"
L 08/23/1999 - 13:39:47: "[BMA]Edog<9>" killed "kEtO<8>" with "infection"
L 08/23/1999 - 13:39:49: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:56: "cyblet<3>" killed "md<11>" with "sniperrifle"
L 08/23/1999 - 13:39:57: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:39:59: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "Team 1 dropoff"
L 08/23/1999 - 13:40:00: "[ZOA] IronSausage<17>" say_team "BLUE SOLDIER< STAY IN OUR FORT AND DEFEND"
L 08/23/1999 - 13:40:12: "[ZOA]DoggyStyle<19>" killed "LoneGunman<16>" with "rocket"
L 08/23/1999 - 13:40:16: "LoneGunman<16>" changed class to "Sniper"
L 08/23/1999 - 13:40:16: "LoneGunman<16>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:20: "-Essix-<7>" changed class to "Engineer"
L 08/23/1999 - 13:40:22: "[SDKR]-*eViL*PFC.cell-<14>" killed "GrayFoX_[FoxHounD]<21>" with "sniperrifle"
L 08/23/1999 - 13:40:22: "[BMA]Edog<9>" killed "[SDKR]-*eViL*PFC.cell-<14>" with "supershotgun"
L 08/23/1999 - 13:40:23: "[BMA]Edog<9>" killed "kEtO<8>" with "supershotgun"
L 08/23/1999 - 13:40:23: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:24: "GrayFoX_[FoxHounD]<21>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:26: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:34: "[BMA]Edog<9>" activated the goal "Blue Flag"
L 08/23/1999 - 13:40:36: "[SDKR]-*eViL*PFC.cell-<14>" killed "cyblet<3>" with "sniperrifle"
L 08/23/1999 - 13:40:37: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:40:39: "LoneGunman<16>" killed "[SDKR]-*eViL*PFC.cell-<14>" with "sniperrifle"
L 08/23/1999 - 13:40:42: "[SDKR]-*eViL*PFC.cell-<14>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:43: "-Essix-<7>" killed "[ZOA] IronSausage<17>" with "sniperrifle"
L 08/23/1999 - 13:40:44: "[ZOA] IronSausage<17>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:44: "cyblet<3>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:40:45: "[SDKR]-*eViL*PFC.cell-<14>" say "3 of ya now"
L 08/23/1999 - 13:41:00: "[SDKR]-*eViL*PFC.cell-<14>" killed "GrayFoX_[FoxHounD]<21>" with "headshot"
L 08/23/1999 - 13:41:01: "cyblet<3>" killed "kEtO<8>" with "sniperrifle"
L 08/23/1999 - 13:41:01: "[$FE]Flynn<18>" killed "Lucifer<13>" with "ac"
L 08/23/1999 - 13:41:01: "GrayFoX_[FoxHounD]<21>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:41:03: "Lucifer<13>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:41:04: "kEtO<8>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:41:06: "[ZOA] IronSausage<17>" activated the goal "Red Flag"
L 08/23/1999 - 13:41:09: "-Essix-<7>" say_team "lol flynn"
L 08/23/1999 - 13:41:10: "[BMA]Edog<9>" killed "md<11>" with "normalgrenade"
L 08/23/1999 - 13:41:11: "md<11>" activated the goal "info_player_teamspawn"
L 08/23/1999 - 13:41:12: "Lucifer<13>" changed class to "Demoman"
L 08
|