aboutsummaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h6
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
*/