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 /include/users.h | |
parent | 44038491264a350a8849e1d7e8547bbdec134d74 (diff) |
Made the Flag class able to convert flags to strings and back
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 8eba0e476..d54fd13be 100644 --- a/include/users.h +++ b/include/users.h @@ -14,6 +14,7 @@ extern CoreExport patricia_tree<User *> UserListByUID; class CoreExport ChannelStatus : public Flags<ChannelModeName, CMODE_END * 2> { public: + ChannelStatus(); Anope::string BuildCharPrefixList() const; Anope::string BuildModePrefixList() const; }; |