diff options
| author | 2008-05-23 17:36:22 +0000 | |
|---|---|---|
| committer | 2008-05-23 17:36:22 +0000 | |
| commit | 23b17c9b3a190d4ca4b49bb4bf656e2238b714ed (patch) | |
| tree | ffbcbdf49b52449ce6fdcc6de244b8690e269b26 /src/modules/m_alltime.cpp | |
| parent | Fix uuid generation to not generate ten character uuids, thanks nenolod (diff) | |
| download | inspircd++-23b17c9b3a190d4ca4b49bb4bf656e2238b714ed.tar.gz inspircd++-23b17c9b3a190d4ca4b49bb4bf656e2238b714ed.tar.bz2 inspircd++-23b17c9b3a190d4ca4b49bb4bf656e2238b714ed.zip | |
Fix this being broken over remote links
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9794 e03df62e-2008-0410-955e-edbf42e46eb7
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! */ |
