]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Fix an oversight in the previous commit.
[user/henk/code/inspircd.git] / include / ctables.h
index 45d0b2aff80477d4410f35610b979c529586716d..792f3b9c3d078599ee5dfe0ed914db8bf0d8e121 100644 (file)
@@ -146,6 +146,7 @@ class CoreExport CommandBase : public ServiceProvider
 
                /** Retrieves the IRCv3 message tags. */
                const ClientProtocol::TagMap& GetTags() const { return tags; }
+               ClientProtocol::TagMap& GetTags() { return tags; }
        };
 
        /** Minimum number of parameters command takes