Author Topic: Getting the entire auto-admin/auto-superadmin list.  (Read 591 times)

I'm sure it's possible, how can I read the entire auto admin or auto super admin lists without the players having to join the game first?

Check $Pref::Server::AutoAdminList and $Pref::Server::AutoSuperAdminList?

Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.

Check $Pref::Server::AutoAdminList and $Pref::Server::AutoSuperAdminList?
Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.
Ah.

Okay, I knew there'd be a much simpler way than I thought. Thanks.

Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.
Space-delimited.