From e79d4ec07dfb7ecb8b54926906bd2c53a8061e37 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 27 Sep 2020 03:26:38 +0100 Subject: Make shun block client-only tags by default. --- include/ctables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3