aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-14 08:22:21 +0000
committerGravatar jesopo2018-11-14 08:22:21 +0000
commit775177a7ff0d2bb10dbeeec3b2d8054bc2cd165f (patch)
tree921b7f8d554d333485e54d8d35e536ecbb2890f1 /modules
parentOnly reset ansi bolding when both color-bold and bold are false (diff)
signature
Add 375 data to server.motd_lines
Diffstat (limited to 'modules')
-rw-r--r--modules/line_handler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py
index ddba32ea..50c9302f 100644
--- a/modules/line_handler.py
+++ b/modules/line_handler.py
@@ -181,6 +181,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("raw.375")
def motd_start(self, event):
event["server"].motd_lines.clear()
+ event["server"].motd_lines.append(event["args"][1])
@utils.hook("raw.372")
def motd_line(self, event):