X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_modcmd.c;h=c1066ec1c30c74282ec6f81df075699f52e1e4da;hp=1aaa040b2a0dbd85a4c14e5376cf9c2f306e8146;hb=c5f46740e0362d66c6ae976300d2e039474fa3e5;hpb=b1513885643cadcc6beec1cf47b960fa891b468b diff --git a/src/modules/global.mod/cmd_global_modcmd.c b/src/modules/global.mod/cmd_global_modcmd.c index 1aaa040..c1066ec 100644 --- a/src/modules/global.mod/cmd_global_modcmd.c +++ b/src/modules/global.mod/cmd_global_modcmd.c @@ -113,6 +113,7 @@ static const struct { {"FUNCMD", CMDFLAG_FUNCMD}, {"ESCAPED_ARGS", CMDFLAG_ESCAPE_ARGS}, //allows arguments to be escaped ("a\ b" = "a b" as one argument) {"NO_CROSSCHAN", CMDFLAG_NO_CROSSCHAN}, + {"SUB_LINKER", CMDFLAG_SUB_LINKER}, //adds a "quiet" subcommand linker with the binding function as default {NULL, 0} };