2021-12-18 14:50:41 -07:00
|
|
|
dofile("modpol_core/modpol.lua")
|
2021-12-18 14:02:14 -07:00
|
|
|
|
2021-12-20 21:28:54 -07:00
|
|
|
modpol.orgs.reset()
|
|
|
|
|
|
2021-12-18 14:02:14 -07:00
|
|
|
print("Log in as which user?")
|
|
|
|
|
local username = io.read()
|
|
|
|
|
|
|
|
|
|
print()
|
|
|
|
|
modpol.interactions.dashboard(username)
|