summaryrefslogtreecommitdiff
path: root/src/operserv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/operserv.cpp')
-rw-r--r--src/operserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.cpp b/src/operserv.cpp
index ef561a03d..2d509f25f 100644
--- a/src/operserv.cpp
+++ b/src/operserv.cpp
@@ -494,7 +494,7 @@ XLine *SGLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
Anope::string realreason = reason;
if (u && Config->AddAkiller)
- realreason = "[" + u->nick + "]" + reason;
+ realreason = "[" + u->nick + "] " + reason;
XLine *x = new XLine(mask, u ? u->nick : (OperServ ? OperServ->nick : "OperServ"), expires, realreason);