1969–70 MJHL season

Champion

On March 22, 1970, in Dauphin, the Kings won their second consecutive MJHL title, capturing the Turnbull Memorial Trophy. The Kings completed a successful defense of the trophy by virtue of a 2–1 victory giving them a four-game sweep over the St. James Canadians.

Regular season

North Division GP W L T Pts GF GA
Dauphin Kings34227549195130
Kenora Muskies342013141192148
Portage Terriers341220226127156
Selkirk Steelers34918725155215
South Division GP W L T Pts GF GA
Winnipeg Monarchs341712539136120
St. James Canadians341612638146136
West Kildonan North Stars341218428143165
St. Boniface Saints341119426152176

Playoffs

Divisional Semi-Finals

Kenora defeated Portage 4-games-to-2
St. James defeated West Kildonan 4-games-to-2

Divisional Finals

Dauphin defeated Kenora 4-games-to-1
Winnipeg lost to St. James 4-games-to-3

Turnbull Cup Championship

Dauphin defeated St. James 4-games-to-none

Western Memorial Cup Semi-Final

Dauphin lost to Westfort Hurricanes (TBJHL) 4-games-to-2

Awards

TrophyWinnerTeam
MVP
Top GoaltenderFrank TurnbullWinnipeg Monarchs
Rookie of the YearFrank TurnbullWinnipeg Monarchs
Hockey Ability & Sportsmanship Award
Scoring ChampionKen GeorgeKenora Muskies

All-Star Teams

gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.