Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Mats Zuccarello, Mika Zibanejad, Michael Grabner, Zach Parise, Ryan Spooner
Gardien
#1 : Henrik Lundqvist, #2 : Antti Raanta
Lignes d'Attaque Perso. en Prol.
Mats Zuccarello, Mika Zibanejad, Conor Sheary, Zach Parise, Vladislav Namestnikov, Loui Eriksson, Loui Eriksson, Carl Hagelin, Jesper Fast, Derek Ryan, Jimmy Vesey
Lignes de Défense Perso. en Prol.
Kevin Shattenkirk, Matt Niskanen, Sami Vatanen, Nick Holden, Erik Johnson
Astuces sur les Filtres (Anglais seulement)
Priority
Type
Description
1
| or OR
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Capacité de l'Aréna - Tendance du Prix des Billets - %
Niveau 1
Niveau 2
Niveau 3
Niveau 4
Luxe
Capacité de l'Aréna
7000
6000
3000
5000
2000
Prix des Billets
92
54
28
22
191
Assistance
274,876
236,987
119,961
198,815
77,778
Attendance PCT
95.78%
96.34%
97.53%
96.98%
94.85%
Revenus
Matchs à domicile Restants
Assistance Moyenne - %
Revenus Moyen par Match
Revenus Annuels à ce Jour
Capacité de l'Aréna
Popularité de l'Équipe
0
22157 - 96.33%
2,204,994$
90,404,742$
23000
100
Dépenses
Dépenses Annuelles à Ce Jour
Salaire Total des Joueurs
Salaire Total Moyen des Joueurs
Salaire des Coachs
Valeur du Cap Salarial Spécial
94,341,508$
97,443,104$
29,664,504$
0$
1,000,000$
Cap Salarial Par Jour
Cap salarial à ce jour
Taxe de Luxe Totale
Joueurs Inclut dans la Cap Salariale
Joueurs Exclut dans la Cap Salariale
501,719$
93,478,673$
0$
25
2
Éstimation
Revenus de la Saison Éstimés
Jours Restants de la Saison
Dépenses Par Jour
Dépenses de la Saison Éstimées
0$
0
526,719$
0$
Total de l'Équipe Éstimé
Dépenses de la Saison Éstimées
Cap Salarial de la Saison Éstimé
Compte Bancaire Actuel
Compte Bancaire Projeté
0$
94,478,673$
44,495,373$
44,495,373$
Charte de Profondeur
Ailier Gauche
Centre
Ailier Droit
Kevin Hayes
AGE:26
PO:0
OV:88
Mika Zibanejad
AGE:25
PO:0
OV:87
Chris Kreider
AGE:27
PO:0
OV:87
Zach Parise
AGE:34
PO:0
OV:86
Mats Zuccarello
AGE:31
PO:0
OV:86
Loui Eriksson
AGE:33
PO:0
OV:86
Carl Hagelin
AGE:30
PO:0
OV:84
Vladislav Namestnikov
AGE:25
PO:0
OV:83
Devante Smith-Pelly
AGE:26
PO:0
OV:83
Michael Grabner
AGE:30
PO:0
OV:83
Conor Sheary
AGE:26
PO:0
OV:81
Jimmy Vesey
AGE:25
PO:0
OV:81
*Brian Gibbons
AGE:30
PO:0
OV:79
Mark Borowiecki
AGE:29
PO:0
OV:79
Scott Laughton
AGE:24
PO:0
OV:78
Cory Conacher
AGE:28
PO:0
OV:77
Matt Beleskey
AGE:30
PO:0
OV:77
Matt Martin
AGE:29
PO:0
OV:76
Cody McLeod
AGE:34
PO:0
OV:74
Josh Leivo
AGE:25
PO:0
OV:73
Brad Malone
AGE:29
PO:0
OV:71
Zach Sanford
AGE:23
PO:0
OV:69
Kevin Hayes
AGE:26
PO:0
OV:88
Mika Zibanejad
AGE:25
PO:0
OV:87
Chris Kreider
AGE:27
PO:0
OV:87
Vladislav Namestnikov
AGE:25
PO:0
OV:83
Derek Ryan
AGE:31
PO:0
OV:82
Ryan Spooner
AGE:26
PO:0
OV:81
Scott Laughton
AGE:24
PO:0
OV:78
Peter Holland
AGE:27
PO:0
OV:78
Cory Conacher
AGE:28
PO:0
OV:77
Oscar Lindberg
AGE:26
PO:0
OV:77
Tanner Kero
AGE:26
PO:0
OV:77
Josh Jooris
AGE:28
PO:0
OV:76
*Boo Nieves
AGE:24
PO:0
OV:73
Brad Malone
AGE:29
PO:0
OV:71
Michael Sgarbossa
AGE:26
PO:0
OV:71
Vinni Lettieri
AGE:23
PO:0
OV:71
*Lias Andersson
AGE:19
PO:0
OV:71
*Steven Fogarty
AGE:25
PO:0
OV:70
Stephen Gionta
AGE:34
PO:0
OV:70
Kevin Hayes
AGE:26
PO:0
OV:88
Mika Zibanejad
AGE:25
PO:0
OV:87
Mats Zuccarello
AGE:31
PO:0
OV:86
Loui Eriksson
AGE:33
PO:0
OV:86
Carl Hagelin
AGE:30
PO:0
OV:84
Vladislav Namestnikov
AGE:25
PO:0
OV:83
Devante Smith-Pelly
AGE:26
PO:0
OV:83
Michael Grabner
AGE:30
PO:0
OV:83
Derek Ryan
AGE:31
PO:0
OV:82
Conor Sheary
AGE:26
PO:0
OV:81
Jesper Fast
AGE:26
PO:0
OV:81
Ryan Spooner
AGE:26
PO:0
OV:81
Cal Clutterbuck
AGE:30
PO:0
OV:80
Cory Conacher
AGE:28
PO:0
OV:77
Oscar Lindberg
AGE:26
PO:0
OV:77
Matt Martin
AGE:29
PO:0
OV:76
Ryan Reaves
AGE:31
PO:0
OV:75
*Jordan Szwarz
AGE:27
PO:0
OV:73
Stephen Gionta
AGE:34
PO:0
OV:70
Marek Hrivik
AGE:27
PO:0
OV:69
Nicklas Jensen
AGE:25
PO:0
OV:67
Défense #1
Défense #2
Gardien
Matt Niskanen
AGE:31
PO:0
OV:92
Erik Johnson
AGE:30
PO:0
OV:91
Dan Girardi
AGE:34
PO:0
OV:88
Sami Vatanen
AGE:27
PO:0
OV:87
Nick Holden
AGE:31
PO:0
OV:87
Kevin Shattenkirk
AGE:29
PO:0
OV:86
Brendan Smith
AGE:29
PO:0
OV:83
Adam McQuaid
AGE:31
PO:0
OV:82
Mark Borowiecki
AGE:29
PO:0
OV:79
*John Gilmour
AGE:25
PO:0
OV:78
Rob O'Gara
AGE:25
PO:0
OV:78
Steven Kampfer
AGE:29
PO:0
OV:77
Adam Clendening
AGE:25
PO:0
OV:76
Matt Bartkowski
AGE:30
PO:0
OV:76
Jamie McBain
AGE:30
PO:0
OV:73
Taylor Fedun
AGE:30
PO:0
OV:73
Henrik Lundqvist
AGE:36
PO:0
OV:96
Antti Raanta
AGE:29
PO:0
OV:92
Marek Mazanec
AGE:27
PO:0
OV:83
*Brandon Halverson
AGE:22
PO:0
OV:79
Éspoirs
Astuces sur les Filtres (Anglais seulement)
Priority
Type
Description
1
| or OR
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
[2019-02-24 16:50:40] - TRADE : From Hellpepitos to MobyDicks : Matt Niskanen (92). [2019-02-24 16:50:40] - TRADE : From MobyDicks to Hellpepitos : Tony DeAngelo (80). [2018-11-27 19:06:34] - TRADE : From Kings to MobyDicks : Lias Andersson (71), Scott Laughton (78). [2018-11-27 19:06:34] - TRADE : From MobyDicks to Kings : Olli Maatta (86), Y:2021-RND:2-SPA, Y:2021-RND:3-HOO, Y:2023-RND:2-MOB, Y:2023-RND:3-MOB. [2018-10-13 06:34:03] - TRADE : From Hellpepitos to MobyDicks : Jimmy Vesey (81). [2018-10-13 06:34:03] - TRADE : From MobyDicks to Hellpepitos : Paul Byron (82), Kristian Tanus (P). [2018-10-11 19:38:23] - TRADE : From Warpath to MobyDicks : Kevin Shattenkirk (86). [2018-10-11 19:38:23] - TRADE : From MobyDicks to Warpath : Derek Stepan (88), 1 000 000 $ (Salary Cap). [2018-10-08 12:20:40] - TRADE : From MobyDicks to Expos : Andrew Mangiapane (66), Y:2020-RND:2-PIR, Y:2023-RND:1-MOB. [2018-10-08 12:20:40] - TRADE : From Expos to MobyDicks : Vitali Kravtsov (P). [2018-09-29 06:20:30] - TRADE : From MobyDicks to Beholders : Paul Carey (76). [2018-09-29 06:20:30] - TRADE : From Beholders to MobyDicks : 75 000 $ (Money). [2018-09-29 06:18:58] - TRADE : From Raiders to MobyDicks : Adam McQuaid (82). [2018-09-29 06:18:58] - TRADE : From MobyDicks to Raiders : 75 000 $ (Money). [2018-09-21 05:59:14] - Ondrej Pavelec retired from MobyDicks [2018-09-17 06:20:25] - TRADE : From Titans to MobyDicks : Vladislav Namestnikov (83). [2018-09-17 06:20:25] - TRADE : From MobyDicks to Titans : Y:2019-RND:2-SPA. [2018-09-15 16:50:16] - TRADE : From MobyDicks to Cousin : Andrew MacDonald (86), Rudolfs Balcers (P), Y:2019-RND:2-Out, Y:2021-RND:4-MOB. [2018-09-15 16:50:16] - TRADE : From Cousin to MobyDicks : Ryan Spooner (81), Brendan Smith (84), Zach Sanford (69). [2018-09-15 16:49:09] - TRADE : From MobyDicks to Expos : Marc Staal (85), Y:2019-RND:6-Exp. [2018-09-15 16:49:09] - TRADE : From Expos to MobyDicks : Loui Eriksson (87). [2018-09-15 16:44:31] - General Manager Change : MobyDicks hired general manager Francois Bedard [2018-09-15 16:44:31] - General Manager Change : MobyDicks fired general manager François Bedard [2018-09-15 12:05:59] - General Manager Change : MobyDicks hired general manager François Bedard [2018-09-15 12:05:59] - General Manager Change : MobyDicks fired general manager François Bédard [2018-09-11 19:12:34] - Zach Parise has been selected as captain for MobyDicks. [2018-09-11 19:12:34] - Unknown Player is no longer captain for MobyDicks. [2018-08-30 16:13:20] - TRADE : From MobyDicks to Lycans : Dustin Byfuglien (95). [2018-08-30 16:13:20] - TRADE : From Lycans to MobyDicks : Olli Maatta (86), Andrew MacDonald (86), Ville Meskanen (P), Y:2019-RND:2-Out. [2018-08-29 10:55:14] - TRADE : From Space to MobyDicks : Andrew Mangiapane (67), Y:2019-RND:2-SPA, Y:2019-RND:6-Exp, Y:2020-RND:2-PIR, Y:2021-RND:2-SPA. [2018-08-29 10:55:14] - TRADE : From MobyDicks to Space : Bode Wilde (P), Ruslan Iskhakov (P). [2018-08-21 10:30:27] - Matt Martin signed with MobyDicks for 650 000 $ for 2 year(s). [2018-08-21 10:30:27] - Matt Martin was added to MobyDicks. [2018-08-21 10:30:02] - Ryan Reaves signed with MobyDicks for 650 000 $ for 2 year(s). [2018-08-21 10:30:02] - Ryan Reaves was added to MobyDicks. [2018-08-21 10:29:35] - Steven Kampfer signed with MobyDicks for 650 000 $ for 2 year(s). [2018-08-21 10:29:35] - Steven Kampfer was added to MobyDicks. [2018-08-14 06:46:09] - Cody McLeod signed with MobyDicks for 650 000 $ for 2 year(s). [2018-08-14 06:46:09] - Cody McLeod was added to MobyDicks. [2018-08-12 06:00:00] - Cal Clutterbuck signed with MobyDicks for 650 004 $ for 2 year(s). [2018-08-12 06:00:00] - Cal Clutterbuck was added to MobyDicks. [2018-08-11 07:42:59] - Devante Smith-Pelly signed with MobyDicks for 1 300 000 $ for 2 year(s). [2018-08-11 07:42:59] - Devante Smith-Pelly was added to MobyDicks. [2018-08-11 07:20:12] - Vinni Lettieri signed with MobyDicks for 925 000 $ for 2 year(s). [2018-08-11 07:20:12] - Vinni Lettieri was added to MobyDicks. [2018-08-04 09:27:53] - Boo Nieves was added to MobyDicks. [2018-08-04 08:36:11] - TRADE : From MobyDicks to Piranhas : Erik Karlsson (97). [2018-08-04 08:34:41] - Erik Karlsson has been added to MobyDicks. [2018-08-04 08:20:33] - Tony DeAngelo was added to MobyDicks. [2018-08-04 07:27:40] - Steven Fogarty was added to MobyDicks. [2018-08-04 07:27:40] - Jordan Szwarz was added to MobyDicks. [2018-08-04 07:27:40] - John Gilmour was added to MobyDicks. [2018-08-04 07:27:40] - Brian Gibbons was added to MobyDicks. [2018-08-04 07:27:40] - Brandon Halverson was added to MobyDicks.
[2019-04-03 05:38:50] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-04-02 06:01:59] Game 816 - Chris Kreider from MobyDicks is injured (Abdominal Strain) and is out for 2 weeks.
[2019-04-01 06:01:18] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-30 07:40:29] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-29 05:59:41] Game 792 - Kevin Hayes from MobyDicks is injured (Strained Right Elbow) and is out for 3 months.
[2019-03-28 05:31:07] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-26 06:14:58] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-25 06:06:16] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-19 05:32:34] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-18 06:04:26] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-18 06:04:26] Jesper Fast of MobyDicks was sent to pro.
[2019-03-18 06:04:26] Adam McQuaid of MobyDicks was sent to pro.
[2019-03-17 08:01:57] Auto Lines Function has been run for MobyDicks.
[2019-03-17 08:01:57] MobyDicks lines errors : Conor Sheary is used twice in OT Forward
[2019-03-17 08:01:57] Auto Lines Partial Function has been run for MobyDicks.
[2019-03-17 08:01:57] MobyDicks lines errors : Conor Sheary is used twice in OT Forward
[2019-03-16 07:49:08] Erik Johnson from MobyDicks is back from Sprained Right Finger Injury.
[2019-03-15 06:02:32] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-13 05:22:38] Auto Lines Partial Function has been run for MobyDicks.
[2019-03-13 05:22:38] MobyDicks lines errors : LastMinDef line RW is empty.
[2019-03-13 05:22:32] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-10 08:57:05] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-09 06:36:06] Mats Zuccarello from MobyDicks is back from Strained Back Injury.
[2019-03-09 06:36:05] Game 699 - Erik Johnson from MobyDicks is injured (Sprained Right Finger) and is out for 1 week.
[2019-03-08 07:21:39] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-06 06:19:50] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-04 06:53:17] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-02 06:49:53] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-03-01 05:06:46] Erik Johnson from MobyDicks is back from Strained Left Knee Injury.
[2019-03-01 05:06:44] Game 661 - Erik Johnson from MobyDicks is injured (Strained Left Knee) and is out for 3 days.
[2019-02-25 19:35:22] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-02-24 16:50:40] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database. [2019-02-24 16:50:40] TRADE : From Hellpepitos to MobyDicks : Matt Niskanen (92). [2019-02-24 16:50:40] TRADE : From MobyDicks to Hellpepitos : Tony DeAngelo (80).
[2019-02-24 06:56:21] Last 7 Days Farm Star : 1 - Oscar Lindberg of Leftovers (7-26-33) / 2 - Scott Laughton of Leftovers (17-12-29) / 3 - Cory Conacher of Leftovers (13-10-23)
[2019-02-23 06:41:32] Scott Laughton from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Matt Beleskey from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Cory Conacher from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Devante Smith-Pelly from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Oscar Lindberg from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Josh Jooris from Leftovers has scored a Hat Trick!
[2019-02-23 06:41:32] Tanner Kero from Leftovers has scored a Hat Trick!
[2019-02-20 06:08:01] Scott Laughton from Leftovers has scored a Hat Trick!
[2019-02-20 06:08:01] Adam McQuaid from Leftovers has scored a Hat Trick!
[2019-02-20 06:08:01] Cory Conacher from Leftovers has scored a Hat Trick!
[2019-02-20 06:08:01] Devante Smith-Pelly from Leftovers has scored a Hat Trick!
[2019-02-20 06:08:01] Josh Jooris from Leftovers has scored a Hat Trick!
[2019-02-19 21:07:41] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.
[2019-02-18 06:06:05] Scott Laughton from Leftovers has scored a Hat Trick!
[2019-02-17 06:37:02] Successfully loaded MobyDicks lines done with Web Base Client and SQLite Database.