| AddAccount | ||
|---|---|---|
| Prototype | void AddAccount( username, password, email, flags ) | |
| Purpose | Add a new account using the specified details | |
| Example of Usage | AddAccount( username, password, email, flags ); /??? | |
| DelAccount | ||
|---|---|---|
| Prototype | void DelAccount( username ); | |
| Purpose | PERMANENTLY remove a specified account | |
| Example of Usage | DelAccount( username ); DelAccount( accountID ); | |