diff options
| author | 2009-09-02 00:53:03 +0000 | |
|---|---|---|
| committer | 2009-09-02 00:53:03 +0000 | |
| commit | 0377d937c5d1bf20fa0c29d4a41c7fd89502ab38 (patch) | |
| tree | 4947668cb5670ced506dc3fb34e88e3f99b84734 /src/modules/m_check.cpp | |
| parent | Add modules to the VF_COMMON list in backwards compatability link mode, trans... (diff) | |
Remote user messaging fixes
Add format string output to DumpText
Fix PI->PushToClient prefixing issue
Fix ENCAP routing to use SID rather than server name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11658 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 15f5a42b6..7f85b1869 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -116,7 +116,7 @@ class CommandCheck : public Command chliststr = targuser->ChannelList(targuser); std::stringstream dump(chliststr); - ServerInstance->DumpText(user,checkstr + " onchans ", dump); + ServerInstance->DumpText(user,checkstr + " onchans", dump); FOREACH_MOD_I(ServerInstance,I_OnSyncUser,OnSyncUser(targuser,creator,(void*)user)); dumpExtra(user, checkstr, targuser); |
