Oh, also, here's a thing I did for people who like AusGAF chat and have keyboards that have macro keys.
Code:
set shell = createobject("wscript.shell")
success = shell.AppActivate("AusGaf - Group Chat")
if success then
wscript.Sleep 10
shell.sendkeys "%{F4}"
End If
wscript.Sleep 250
shell.run("steam://friends/joinchat/103582791430120104")
Copy that into a notepad document, save as join.vbs. Then go into your keyboard macro editor (so the G15 gamekey thing whatever it's called) and tell it to run that file as a shortcut. It'll instantly join you to the AusGAF chat, so you don't have to go through friends > group > ausgaf > join.
Alternatively, if AusGAF chat is running, it'll exit out and re-enter. Which... I have been using for when I get kicked by aon.
Completely useless little script. You could probably just stick a shortcut on your desktop that opens the steam hyperlink above and it'd do effectively the same thing. It's handy when booting up your PC, though.