summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-23 17:36:22 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-23 17:36:22 +0000
commit23b17c9b3a190d4ca4b49bb4bf656e2238b714ed (patch)
treeffbcbdf49b52449ce6fdcc6de244b8690e269b26
parent322cd2e5924a9c820f14894d42bb1c8ee7ac4d81 (diff)
Fix this being broken over remote links
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9794 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules/m_alltime.cpp2
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! */