Quota management commands.
More...
#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <string.h>
|
void | load_quota (int q_list[], dbref player, int qtype) |
|
void | save_quota (int q_list[], dbref player, int qtype) |
|
void | count_objquota (dbref player, int *aq, int *rq, int *eq, int *tq, int *pq) |
|
void | adjust_quota (dbref player, int qtype, int value, int key) |
|
void | mung_quotas (dbref player, int key, int value) |
|
void | show_quota (dbref player, dbref victim) |
|
void | show_quota_header (dbref player) |
|
void | do_quota (dbref player, __attribute__((unused)) dbref cause, int key, char *arg1, char *arg2) |
|
Quota management commands.
- Author
- TinyMUSH development team (https://github.com/TinyMUSH)
- Version
- 3.3
- Date
- 2021-01-04
- Copyright
- Copyright (C) 1989-2021 TinyMUSH development team. You may distribute under the terms the Artistic License, as specified in the COPYING file.