Skip to content

Commit

Permalink
Merge pull request #131 from retropc/raw
Browse files Browse the repository at this point in the history
RAW: now requires NO_DEVELOPER
  • Loading branch information
retropc authored Oct 13, 2023
2 parents 8007a44 + 85c9e2b commit f959c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MODULE_VERSION("");
int controlraw(void *sender, int cargc, char **cargv);

void _init() {
registercontrolhelpcmd("raw", NO_OPER, 2, &controlraw, "Usage: raw <type> <text>\ntype is one of client,server,raw\nUSE THIS COMMAND WITH CAUTION, YOU WILL MOST LIKELY CORRUPT NEWSERV STATE.");
registercontrolhelpcmd("raw", NO_DEVELOPER, 2, &controlraw, "Usage: raw <type> <text>\ntype is one of client,server,raw\nUSE THIS COMMAND WITH CAUTION, YOU WILL MOST LIKELY CORRUPT NEWSERV STATE.");
}

void _fini() {
Expand Down

0 comments on commit f959c98

Please sign in to comment.