cmdassist follow-up bit
This commit is contained in:
@@ -1944,9 +1944,9 @@ char *msg;
|
|||||||
if ((expl = dowhatdoes_core(ctrl, buf2))
|
if ((expl = dowhatdoes_core(ctrl, buf2))
|
||||||
&& (!index(wiz_only_list, sym)
|
&& (!index(wiz_only_list, sym)
|
||||||
#ifdef WIZARD
|
#ifdef WIZARD
|
||||||
|| wizard)
|
|| wizard
|
||||||
#endif
|
#endif
|
||||||
) {
|
)) {
|
||||||
Sprintf(buf, "Are you trying to use ^%c%s?", sym,
|
Sprintf(buf, "Are you trying to use ^%c%s?", sym,
|
||||||
index(wiz_only_list, sym) ? "" :
|
index(wiz_only_list, sym) ? "" :
|
||||||
" as specified in the Guidebook");
|
" as specified in the Guidebook");
|
||||||
|
|||||||
Reference in New Issue
Block a user