diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/command_parse.h | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/command_parse.h')
| -rw-r--r-- | include/command_parse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index e384e992a..5e6806a85 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -33,15 +33,15 @@ */ class CoreExport CommandParser final { - public: +public: typedef std::unordered_map<std::string, Command*, irc::insensitive, irc::StrHashComp> CommandMap; - private: +private: /** Command list, a hash_map of command names to Command* */ CommandMap cmdlist; - public: +public: /** Get a command name -> Command* map containing all client to server commands * @return A map of command handlers keyed by command names */ |
