]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_stripcolor.cpp
Add const std::string &original_command to OnPreCommand and OnPostCommand, which...
[user/henk/code/inspircd.git] / src / modules / m_stripcolor.cpp
index 73abba72ce5089d0d11d0b8fc3c6521e82dc15e2..fd149e5f2a30eae8886678a354ff435185cd53c9 100644 (file)
@@ -23,6 +23,8 @@ using namespace std;
 
 /* $ModDesc: Provides channel +S mode (strip ansi colour) */
 
+/** Handles channel mode +S
+ */
 class ChannelStripColor : public ModeHandler
 {
  public: