]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_xline/cmd_gline.cpp
Use !empty() instead of 'size() > 0' when checking parameter count.
[user/henk/code/inspircd.git] / src / coremods / core_xline / cmd_gline.cpp
index 3f042c3669de0d8292740a22709971c25d881580..49932ba9d473b1ec9342423f9926e659d4d104bd 100644 (file)
@@ -26,7 +26,6 @@ CommandGline::CommandGline(Module* parent)
        : Command(parent, "GLINE", 1, 3)
 {
        flags_needed = 'o';
-       Penalty = 0;
        syntax = "<ident@host> [<duration> :<reason>]";
 }