aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-09-27 03:26:38 +0100
committerGravatar Sadie Powell2020-09-27 11:37:22 +0100
commite79d4ec07dfb7ecb8b54926906bd2c53a8061e37 (patch)
tree478dfb3172365ff5d3d42368608f47ca12726510 /include
parentRefactor the shun module slightly. (diff)
downloadinspircd++-e79d4ec07dfb7ecb8b54926906bd2c53a8061e37.tar.gz
inspircd++-e79d4ec07dfb7ecb8b54926906bd2c53a8061e37.tar.bz2
inspircd++-e79d4ec07dfb7ecb8b54926906bd2c53a8061e37.zip
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