diff options
Diffstat (limited to 'src/modules/m_alltime.cpp')
-rw-r--r-- | src/modules/m_alltime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index d971daefc..04a3f4a4f 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -40,7 +40,7 @@ class CommandAlltime : public Command } else { - ServerInstance->PI->PushToClient(user, msg); + ServerInstance->PI->PushToClient(user, ":" + msg); } /* we want this routed out! */ |