willox / hash.js

Horrific chat bot that was once used in the "Garry's Mod Coders" Steam group chat
http://steamcommunity.com/groups/glua
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

display joiners' IP on join #154

Closed bmwalters closed 8 years ago

bmwalters commented 8 years ago

:^) untested because dEV ON PRODUCTION

SwadicalRag commented 8 years ago

:+1: @meepdarknessmeep pls

Velkon commented 8 years ago

:+1:

mcd1992 commented 8 years ago

Save to a DB and load/create on join.

meepen commented 8 years ago

it's using a seed, you don't have to

bmwalters commented 8 years ago

why when we can use a seeded- fuckin' ninjas

mcd1992 commented 8 years ago

:+1:

mcd1992 commented 8 years ago

Zarf change the seed var name since it's a shit name for a 'global' var and I'll test it sometime.

meepen commented 8 years ago
randomIntSeed = steamID & (2^32 - 1);

this is Wrong

meepen commented 8 years ago

fix it zard