From 23b17c9b3a190d4ca4b49bb4bf656e2238b714ed Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 23 May 2008 17:36:22 +0000 Subject: [PATCH] Fix this being broken over remote links git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9794 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alltime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ -- 2.39.5