Unbans the given steamid.
function ULib.unban( steamid, admin )
Converts ‘\\’ to ‘\’
function ULib.unescapeBackslash( s )
Check for updates for a named plugin at a given URL (usually you will want to use the URL specified in registerPlugin).
function ULib.updateCheck( name, url )
Adds or removes an access tag in the allows or denies for a user.
function ucl.userAllow( id, access, revoke, deny )