Thread: Server Commands
View Single Post
  #1  
Old 12-07-2015, 08:37 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default Server Commands

The server command loading system has been overhauled to simplify alias assignments and eliminate some issues with access levels.


All 'real' commands are hard-coded into the server source code along with a 'default' access value.

Modifying access levels, and now adding aliases, are handled through a new commands table called `command_settings`.


All commands are defaulted back to their peqdb setting or the hard-coded default, if there was not an entry.

Server admins should review their `commands_old` table to reassess what the new command access levels should be.


See changelog.txt for more information.


NOTE: Added a new '#findaliases' (or '#fa') command to assist in finding aliases of a given command. (Full command or alias name must be provided.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 01-08-2016 at 11:47 PM..
Reply With Quote