]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_wallops.cpp
Fix double dot in half-cloaked resolved hosts
[user/henk/code/inspircd.git] / src / commands / cmd_wallops.cpp
index 98b3d3f349a707c620ca159d1d2757f03daf044c..7894419c185793889788eda94ef65fa3f70b360f 100644 (file)
@@ -31,7 +31,7 @@ class CommandWallops : public Command
  public:
        /** Constructor for wallops.
         */
-       CommandWallops (InspIRCd* Instance, Module* parent) : Command(Instance,parent,"WALLOPS","o",1,1) { syntax = "<any-text>"; }
+       CommandWallops ( Module* parent) : Command(parent,"WALLOPS",1,1) { flags_needed = 'o'; syntax = "<any-text>"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command