summaryrefslogtreecommitdiff
path: root/npc/commands/numa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/numa.txt')
-rw-r--r--npc/commands/numa.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/numa.txt b/npc/commands/numa.txt
index b8b0a924..da3948b1 100644
--- a/npc/commands/numa.txt
+++ b/npc/commands/numa.txt
@@ -41,21 +41,25 @@ L_Holiday:
"Halloween.", L_HalloweenDebug,
"Easter.", L_EasterDebug;
+// FIXME
L_XmasDebug:
gmlog strcharinfo(0) + " accessed the Xmas debug.";
callfunc "XmasDebug";
goto L_close;
+// FIXME
L_HalloweenDebug:
gmlog strcharinfo(0) + " accessed the Halloween debug.";
callfunc "HalloweenDebug";
goto L_close;
+// FIXME
L_EasterDebug:
gmlog strcharinfo(0) + " accessed the Easter debug.";
callfunc "Easter Debug";
goto L_close;
+// FIXME
L_Event:
if (GM < EVT_DEBUG && GM < G_EVENT) goto L_GM;
gmlog strcharinfo(0) + " accessed the GM event debug.";
@@ -64,9 +68,10 @@ L_Event:
L_StoneBoard:
if (GM < DBG_SCHEDULED && GM < G_SYSOP) goto L_GM;
- callfunc "SBConfig";
+ callfunc "StoneBoard";
goto L_close;
+// FIXME?
L_MOTD:
if (GM < DBG_MOTD && GM < G_SYSOP) goto L_GM;
callfunc "MOTDConfig";