X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fctables.h;h=792f3b9c3d078599ee5dfe0ed914db8bf0d8e121;hb=10714b0ded0ff1304034bb3c2eab9ef5fb163616;hp=45d0b2aff80477d4410f35610b979c529586716d;hpb=44489ddf7e90413d8f656aea24d74445bab227af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/ctables.h b/include/ctables.h index 45d0b2aff..792f3b9c3 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -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