2006 Waterford Senior Hurling Championship
The 2006 Waterford Senior Hurling Championship was the 106th staging of the Waterford Senior Hurling Championship since its establishment by the Waterford County Board in 1897.
Champions | Eoin McGrath (captain) Páraic Fanning (manager) | ||
---|---|---|---|
Runners-up | Andy Moloney (captain) John Fitzpatrick (manager) | ||
|
Ballygunner were the defending champions.
On 22 October 2006, Mount Sion won the championship after a 2-13 to 0-12 defeat of Ballygunner in the final.[1] This was their 35th championship title overall and their first title since 2004.
Results
Final
22 October 2006 Final | Mount Sion | 2-13 - 0-12 | Ballygunner | Fraher Field, Dungarvan |
K McGrath 0-7 (4f), M White 1-2, S Ryan 1 -0, E McGrath 0-2, E Kelly 0-1. | Report | B Mullane 0-3, S O'Sullivan 0-3 (2f, 1 '65'), A Moloney, P Flynn 0-2 each, J Kearney, G O'Connor 0-1 each. | Referee: T O'Sullivan (Cappoquin-Affane) |
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
gollark: There, much better.
References
- "McGraths fire Sion to victory over Gunners". Irish Independent. 23 October 2006. Retrieved 15 September 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.