merge
1 files changed, 1 insertions(+), 1 deletions(-) M infocalypse/__init__.py
M infocalypse/__init__.py +1 -1
@@ 921,7 921,7 @@ entry = extensions.wrapcommand(commands. entry[1].extend(FCP_OPTS) entry[1].extend(WOT_OPTS) entry[1].extend(WOT_CREATE_OPTS) -entry[1].extend([NOSEARCH_OPT, AGGRESSIVE_OPT]) +entry[1].extend(NOSEARCH_OPT + AGGRESSIVE_OPT)