summaryrefslogtreecommitdiff
path: root/jabber-chat.el
diff options
context:
space:
mode:
Diffstat (limited to 'jabber-chat.el')
-rw-r--r--jabber-chat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber-chat.el b/jabber-chat.el
index db52178..0c2cea3 100644
--- a/jabber-chat.el
+++ b/jabber-chat.el
@@ -450,7 +450,7 @@ TIMESTAMP is timestamp, or nil for now."
;; If this message comes from the room itself, nick will be nil.
;; jabber-format-body understands that as a system message,
;; and gives it another face.
- (if body (insert (jabber-format-body body
+ (if body (insert (jabber-format-body (concat body "\n")
jabber-groupchat-prompt-format
'jabber-chat-prompt-foreign
(format-time-string jabber-chat-time-format timestamp)