aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r--src/modules/m_sethost.cpp2
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)