]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_servprotect.cpp
Nuke trailing spaces
[user/henk/code/inspircd.git] / src / modules / m_servprotect.cpp
index 12484e195c9cdd348226c960b306a5918778a387..7f0500fe5fedba18f5c9bc23bd18f55c100d6305 100644 (file)
@@ -24,7 +24,7 @@ class ServProtectMode : public ModeHandler
 
        ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool)
        {
-               /* Because this returns MODEACTION_DENY all the time, there is only ONE 
+               /* Because this returns MODEACTION_DENY all the time, there is only ONE
                 * way to add this mode and that is at client introduction in the UID command,
                 * as this calls OnModeChange for each mode but disregards the return values.
                 * The mode cannot be manually added or removed, not even by a server or by a remote