diff options
author | Adam <Adam@anope.org> | 2011-01-08 00:25:11 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-01-08 00:25:11 -0500 |
commit | 512d23d60f25203ab88605ba131a0704cadd2263 (patch) | |
tree | f7bf42a648677f02f170db1e6692fafad10d81c6 /src/modes.cpp | |
parent | 44038491264a350a8849e1d7e8547bbdec134d74 (diff) |
Made the Flag class able to convert flags to strings and back
Diffstat (limited to 'src/modes.cpp')
-rw-r--r-- | src/modes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modes.cpp b/src/modes.cpp index ce5543f93..4f09e0545 100644 --- a/src/modes.cpp +++ b/src/modes.cpp @@ -101,6 +101,10 @@ void SetDefaultMLock(ServerConfig *config) } } +ChannelStatus::ChannelStatus() : Flags<ChannelModeName, CMODE_END * 2>(ChannelModeNameStrings) +{ +} + Anope::string ChannelStatus::BuildCharPrefixList() const { Anope::string ret; |