If you join them through the group tab in your friends list it doesnt take much time, can't really see what the effort is...
Comment has been collapsed.
Get banned from each of them. That way you're under no obligation to join them.
Comment has been collapsed.
....appreciate the groups that you are in and don't lurk
Comment has been collapsed.
This is for Firefox, but probably works on all other broswers as well. Right click on the join chat link on the group page and copy link address. Go to about:home on Firefox and bookmark it. Find the bookmark and edit the saved address to the chat link. Save. Done. One click bookmark for a group.
Comment has been collapsed.
you can create an empty text file and then edit it and write :
change the "D:\Steam\steam.exe" to the steam path in your system ofc :P
If you want to run this on startup you can add a starting timeout in the file and then move it to the startup folder.
Start /d
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
timeout 1
D:\Steam\steam.exe steam://friends/joinchat/"numbers"
and so on
change the file extension to .cmd and you're good:P
Comment has been collapsed.
41 Comments - Last post 5 seconds ago by hebert2099
103 Comments - Last post 5 minutes ago by Geralt28
3,388 Comments - Last post 8 minutes ago by Hikkomi
1,433 Comments - Last post 10 minutes ago by sensualshakti
214 Comments - Last post 16 minutes ago by RiPPn
1,304 Comments - Last post 19 minutes ago by HenryESP
18 Comments - Last post 37 minutes ago by Golwar
11 Comments - Last post 7 minutes ago by fernandopa
31 Comments - Last post 9 minutes ago by meneldur
21 Comments - Last post 10 minutes ago by magicmase
42 Comments - Last post 11 minutes ago by Masafor
123 Comments - Last post 17 minutes ago by MyrXIII
30,931 Comments - Last post 20 minutes ago by ManOman
4,536 Comments - Last post 30 minutes ago by blalilulelo
Hi,
I´m joining about six chat-rooms regularly and doing this manually everytime I startup steam isn´t really fun (translate as: I´m lazy :P).
I´ve added five of the chats (max number of characters reached) to my steam short-cut (target: blah/steam.exe steam://friends/joinchat/103582791432125620 and so on) so that they´ll be joined when I startup steam but only the first chat in the shortcut will actually be joined.
Can someone come up with a solution (maybe some script I could launch with the steam-shortcut :?) that allows me to join all of them with less action to take?
Edit: Solved it myself. In Case someone else has use for this, this is how I´ve done it.
@ECHO OFF
START steam://friends/joinchat/103582791432125620
PING 127.0.0.1 -n 2
START steam://friends/joinchat/xyz
PING 127.0.0.1 -n 2
START steam://friends/joinchat/xyz
and so on...
The ID (the numbers after the last backslash) of the chat is found in the source of the groups steam profile page (strg+f for joinchat)
I´ve added the ping line to have a short break between each cmd since it didn´t work correct every time without it. Probably there is a more elegant way to do this but it´s a while since I´ve done this stuff...
After starting Steam you now just need to double click your .bat-file and it will join your favorite chatrooms for you :)
Best wishes
deumas
Comment has been collapsed.