summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-27 03:26:38 +0100
committerSadie Powell <sadie@witchery.services>2020-09-27 11:37:22 +0100
commite79d4ec07dfb7ecb8b54926906bd2c53a8061e37 (patch)
tree478dfb3172365ff5d3d42368608f47ca12726510 /include
parentb52e957bcf6a0ecadfd1785783a3c163093871f8 (diff)
Make shun block client-only tags by default.
Diffstat (limited to 'include')
-rw-r--r--include/ctables.h1
1 files changed, 1 insertions, 0 deletions
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