X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodcmd.h;h=6d01cbf3940a1402a746123f5cae837bc673670c;hp=7df181c7e5992ac4712b3996b8bfd9817fb0ab6c;hb=c575e458c6257e75b97884847143b20965a5dfda;hpb=ea3d053ce9a94ec944710faa11de948dc48b5d76 diff --git a/src/modcmd.h b/src/modcmd.h index 7df181c..6d01cbf 100644 --- a/src/modcmd.h +++ b/src/modcmd.h @@ -1,4 +1,4 @@ -/* modcmd.h - NeonServ v5.0 +/* modcmd.h - NeonServ v5.2 * Copyright (C) 2011 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -30,6 +30,7 @@ #define CMDFLAG_CHAN_PARAM 0x0080 #define CMDFLAG_LOG 0x0100 #define CMDFLAG_OPLOG 0x0200 +#define CMDFLAG_EMPTY_ARGS 0x0400 struct ClientSocket; struct UserNode;