Merge pull request #4229 from Citadel-Station-13/upstream-merge-33268
[MIRROR] Fixes ahelp trimming
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
//get message text, limit it's length.and clean/escape html
|
||||
if(!msg)
|
||||
msg = input(src,"Message:", "Private message to [key_name(recipient, 0, 0)]") as text|null
|
||||
|
||||
msg = trim(msg)
|
||||
if(!msg)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user