I'm planning on making this look more presentable, but as of now this works.
MasterKuni & RaysFire are mostly responsible for this. I cant thank them enough.
Adding IRC to your TF2:
2. THIS IS IMPORTANT: If you have a custom cfg, either delete the file named motd_entries or make sure it replaces motd_entries in that folder \Steam\SteamApps\common\Team Fortress 2\tf\custom\...
Otherwise just replace the motd_entries file in your root tf cfg folder
\Steam\SteamApps\common\Team Fortress 2\tf\cfg
3. Open TF2 and find the news tab on the main menu. Click "Read More" and the windows will open in your steam community overlay (Shift+Tab screen)
If you would like to add your name to connect faster or add more windows, go into the motd_entries file you downloaded. It will look like this.
"motd_entries"
{
"last_request_time" "2099-05-05 21:40:25"
"last_request_language" "english"
"1"
{
"post_time" "2014-05-05 00:00:00"
"title_english" "Competitive TF2 Links BETA"
"text_english" "Test"
"url" "javascript:window.location.assign('http://tf2center.com');
window.open('http://irc.lc/gamesurge/tf2mix/', 'tf2mix');
window.open('http://irc.lc/geeksirc/tf2.pug.na', 'pugna');"
"image" ""
"header_type" "2"
"header_english" "News"
}
}
To add your name to IRC: 'http://irc.lc/gamesurge/tf2mix/NAME' & 'http://irc.lc/geeksirc/tf2.pug.na/NAME'
To add windows: window.open('URL', 'RENAME WINDOW');
Make sure to paste the code inbetween the semicolon and quotes. ('URL', 'NAME');HERE"