summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/motd.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt
index 5813b53c..f6a0369a 100644
--- a/npc/commands/motd.txt
+++ b/npc/commands/motd.txt
@@ -9,7 +9,9 @@ function script displayMOTD {
{
dispbottom $Debug_Messages$[.@i]; // FIXME: send this to the Debug tab instead
}
- dispbottom "---";
+
+ if (.@dsize > 0)
+ dispbottom "---";
}
// generic MOTD