//////////////////////////////////////////
// SERVER BLACKBOX 			//
// by Sir Drink a lot			//
// for Counter-Strike			//
// (works perhaps for other mods too)	//
//					//
//////////////////////////////////////////
// Logs all commands used	//
// by players on server.	//
// 				//
//				//
// v.85: added option <n/i>	//
//	in admin_bbox_who	//
// v.84: added search <ID> 	//
//	in admin_bbox_who	//
// v.83: optimized code of	//
//	admin_bbox_who		//
// v.82: added 			//
//	admin_bbox_who		//
// v.81: specmode for adding	//
//	/check steam_id		//
//////////////////////////////////

WHAT DOES IT DO:
-----------------
- This plugin logs all steam_ids with their playernames in blackbox/index.log when they enter the game (max. 500 for default)
- This plugin logs all say/say_team commands in blackbox/say_cmds.log
- This plugin logs all "admin_" commands in blackbox/admin_cmds.log
- This plugin logs special retribution commands in blackbox/retribution_cmds.log like:
   "slap","slay","kick","ban","bury","unbury","gag","ungag",
  "llama","unllama","slayteam","ct","t","vote_kick","execclient",
  "execall","execteam","restrict","unrestrict","unban"
- Additionally, this plugin logs all commands again in blackbox/database/own_playerfile.log what player with steam id has done.
- The plugin allows to read maximal 10 entries of a player again with command admin_bbox_read <user> <entries>

- new: added admin_bbox_who ['n' or 'i'] ['n'=part of playername/steam_id - 'i'=database_id] for searching nicknames using same steam_id.
  Example: first you search for nickname, then you can search for steam_id or directly for database_id to display more nicknames.

COMMANDS:
-----------------
- admin_bbox <on/off>
- admin_bbox_read <user> <last entries>
- admin_bbox_who ['n' or 'i'] ['n'=part of playername/steam_id - 'i'=database_id]

INSTALL:
-----------------
- This plugin must the first one in plugin.ini
- file_access_read and file_access_write must be enabled in adminmod.cfg!!!!
- folder blackbox must exist under addons/adminmod/config
- folder blackbox/database must exist under addons/adminmod/config


