ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

IRC should not use account-name #143

Closed SM411 closed 9 years ago

SM411 commented 9 years ago

Using account-name (login name) on IRC is bad for account security. Please use Steam Profile name.

Mitarex-git commented 9 years ago

I agree. It's insecure and not logical, because it isn't the same as Steam Community name so people are named differently in-game and in IRC.

kevin-abiera commented 9 years ago

We can actually use profile name using:

$J('.supernav.username').html().trim()

The only problem is that it is not unique (multiple accounts can have the same profile name) unlike the account name. I can create a PR but I cannot test it yet, Steam servers seem down.

vanZeben commented 9 years ago

I've already pulled a fix in, using the integrated system... it was just annoying as hell to implement and a bunch of unnecessary code if I did it the quick way