summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/gmfunctions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/gmfunctions.cpp b/src/utils/gmfunctions.cpp
index d548cf79d..b037bcce5 100644
--- a/src/utils/gmfunctions.cpp
+++ b/src/utils/gmfunctions.cpp
@@ -90,9 +90,9 @@ void runCharCommand(const std::string &command,
chatHandler->talk(std::string(
settings.gmCharCommandSymbol).append(
command).append(
- " ").append(
+ " \"").append(
name).append(
- " ").append(
+ "\" ").append(
params),
GENERAL_CHANNEL);
}