We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e36920 commit baa37b8Copy full SHA for baa37b8
SRC/functionExecute.cpp
@@ -2292,12 +2292,12 @@ static FunctionResult SetRejoinderCode(char* buffer)
2292
2293
if (!stricmp(tag,(char*)"copy") || !stricmp(tag,(char*)"output")) // disable rejoinder
2294
{
2295
- outputRejoinderRuleID = outputRejoinderRuleID = NO_REJOINDER;
+ outputRejoinderRuleID = outputRejoinderTopic = NO_REJOINDER;
2296
return NOPROBLEM_BIT;
2297
}
2298
if (!stricmp(tag,(char*)"input")) // disable rejoinder
2299
2300
- inputRejoinderRuleID = inputRejoinderRuleID = NO_REJOINDER;
+ inputRejoinderRuleID = inputRejoinderTopic = NO_REJOINDER;
2301
2302
2303
0 commit comments