aboutsummaryrefslogtreecommitdiff
path: root/chat.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-21 14:31:07 -0700
committer1029chris <1029chris@gmail.com>2016-04-21 14:31:07 -0700
commit40cff9688fb0a177c35b067c687fcac701ef60b3 (patch)
treef70d86785f75b37f486762003afa5256f0c335ef /chat.lua
parent93c08eea949389de3d41148197100d232eacc137 (diff)
Notifications fit in bubble
Diffstat (limited to 'chat.lua')
-rw-r--r--chat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.lua b/chat.lua
index 2405948..5fc9902 100644
--- a/chat.lua
+++ b/chat.lua
@@ -43,7 +43,7 @@ function sendMessage(id, message)
msg.new = true
table.insert(msg.msgs, 1, {id, message})
if win[1].ex == true or layer[1] ~= 1 then
- notifyNow("CHAT NOTIFICATION", "New message from\nBest Friend:\n\n" .. message)
+ notifyNow("CHAT NOTIFICATION", "New message from\nBest Friend:\n" .. message)
end
if msg.c ~= 21 then
msg.c = msg.c + 1