I'm new to Python, meaning I only edited some scripts for ES and never created anything myself (though I have lots of experience from other languages) so I'd like to apologize in advance for any silly questions I might come up with.
Currently I'm working on a gather section on IRC for CS:GO and the IRC part is done (written in TCL for Eggdrop).
Next step in my project is the server-sided handling where I want to avoid giving admins the rcon to control the servers.
All users are added with STEAMID to a MySQL database (external access has been setup).
I want the admins to be able to use commands directly in the console, like; start, pregame, kick and so on.
When triggering these commands, I want to check if the users STEAMID, via the MySQL database, has admin rights and if so, perform what's needed.
Because there is a lack of examples and tutorials for SP, I'm hoping to get some advise and pointers from the users here on the forum.
After checking around on the forum, I've gotten a bit confused as most of the posts here doesn't tell exactly what's needed for the things I've stated above.
Let me just point out that I'm searching for someone to make anything for me but simply get some pointers to how I can achieve what I stated above regarding what to import and perhaps an example of how I would set up the code.
I hope someone is able to help out.
Thanks in advance.

//psyche