diff options
| author | 2006-04-06 02:25:20 +0000 | |
|---|---|---|
| committer | 2006-04-06 02:25:20 +0000 | |
| commit | a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2 (patch) | |
| tree | ba6da52898a7ce1e157bef549647664c5258fe48 /src/modules/m_noctcp.cpp | |
| parent | More verbose error output (diff) | |
| download | inspircd++-a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2.tar.gz inspircd++-a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2.tar.bz2 inspircd++-a7b0c26a4c56440e4bc5ddc6d3ecfeb36089dbb2.zip | |
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE THEM - we now have no stupid spaces. This was mostly a mass find/replace, so some indentation may be stuffed. Minor issue, though.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3838 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_noctcp.cpp')
| -rw-r--r-- | src/modules/m_noctcp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_noctcp.cpp b/src/modules/m_noctcp.cpp index 42d233002..7d69a92b6 100644 --- a/src/modules/m_noctcp.cpp +++ b/src/modules/m_noctcp.cpp @@ -42,10 +42,10 @@ class ModuleNoCTCP : public Module List[I_OnExtendedMode] = List[I_On005Numeric] = List[I_OnUserPreMessage] = List[I_OnUserPreNotice] = 1; } - virtual void On005Numeric(std::string &output) - { + virtual void On005Numeric(std::string &output) + { InsertMode(output,"C",4); - } + } virtual int OnUserPreMessage(userrec* user,void* dest,int target_type, std::string &text, char status) { |
