]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_loadmodule.cpp
Clean up the logic for parsing oper mode privileges.
[user/henk/code/inspircd.git] / src / coremods / core_loadmodule.cpp
index a725d4322cdb5ceabfcf5b24e3b31fd53482083b..6a54b6d1e84b5c499a606547cc2ca06c3c3584df 100644 (file)
@@ -33,7 +33,13 @@ class CommandLoadmodule : public Command
  public:
        /** Constructor for loadmodule.
         */
-       CommandLoadmodule ( Module* parent) : Command(parent,"LOADMODULE",1,1) { flags_needed='o'; syntax = "<modulename>"; }
+       CommandLoadmodule(Module* parent)
+               : Command(parent,"LOADMODULE", 1, 1)
+       {
+               flags_needed = 'o';
+               syntax = "<modulename>";
+       }
+
        /** Handle command.
         * @param parameters The parameters to the command
         * @param user The user issuing the command