mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-12 15:52:33 +01:00
Added admlevel script var and a couple bug fixes
This commit is contained in:
parent
20bfcde9c9
commit
358d18b7fd
5 changed files with 24 additions and 3 deletions
|
|
@ -282,6 +282,7 @@ void snoop_check(struct char_data *ch);
|
|||
bool change_player_name(struct char_data *ch, struct char_data *vict, char *new_name);
|
||||
bool AddRecentPlayer(char *chname, char *chhost, bool newplr, bool cpyplr);
|
||||
void set_default_admin_privs(struct char_data *ch, bool keep_old);
|
||||
int get_admin_level_by_string(char *lv);
|
||||
/* Functions with subcommands */
|
||||
/* do_date */
|
||||
ACMD(do_date);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue