diff options
| author | 2022-09-30 20:21:59 +0100 | |
|---|---|---|
| committer | 2022-09-30 20:21:59 +0100 | |
| commit | e4efd41a99e1237b61336555af0398ef5f634a4d (patch) | |
| tree | 33d556a2347e0e1531546cf0d661b40512c3b620 /src/modules/m_sethost.cpp | |
| parent | Use auto instead of type names where the type is obvious. (diff) | |
Use a global typedef for representing a character set.
Diffstat (limited to 'src/modules/m_sethost.cpp')
| -rw-r--r-- | src/modules/m_sethost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index dac4fdae7..769f51cb5 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -29,7 +29,7 @@ class CommandSethost final : public Command { public: - std::bitset<UCHAR_MAX + 1> hostmap; + CharState hostmap; CommandSethost(Module* Creator) : Command(Creator,"SETHOST", 1) |
