diff options
| author | 2020-09-27 03:26:38 +0100 | |
|---|---|---|
| committer | 2020-09-27 11:37:22 +0100 | |
| commit | e79d4ec07dfb7ecb8b54926906bd2c53a8061e37 (patch) | |
| tree | 478dfb3172365ff5d3d42368608f47ca12726510 /include | |
| parent | Refactor the shun module slightly. (diff) | |
| download | inspircd++-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.h | 1 |
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 |
