From: Ari Johnson Date: Wed, 21 Feb 2007 00:53:49 +0000 (+0000) Subject: Changed Wizard to privileged in a comment X-Git-Tag: 0.73~152 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=bf8f9944c9aaacdcbd91430b6ee3196aa34fe198;p=cobramush.git Changed Wizard to privileged in a comment --- diff --git a/src/predicat.c b/src/predicat.c index 993f33d..9dd3b9b 100644 --- a/src/predicat.c +++ b/src/predicat.c @@ -973,7 +973,7 @@ ok_function_name(const char *name) /** Does params contain only acceptable HTML tag attributes? * Right now, this means: filter out SEND and XCH_CMD if - * the player isn't a Wizard. Params may contain a space-separated + * the player isn't a privileged. Params may contain a space-separated * list of tag=value pairs. It's probably possible to fool this * checking. Needs more work, or removing HTML support. * \param player player using the attribute, or NOTHING for internal.