mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[FIX] Handle logic mistake in plumbing
This commit is contained in:
parent
17474bda0f
commit
b7c360d528
2 changed files with 18 additions and 15 deletions
|
|
@ -25,7 +25,7 @@ CommandHead(CmdPlumb, cmd, argp)
|
|||
|
||||
/* Check MUC viability */
|
||||
if (ParseeManageBan(args->data, muc, NULL) ||
|
||||
ParseeIsMUCWhitelisted(args->data, muc))
|
||||
!ParseeIsMUCWhitelisted(args->data, muc))
|
||||
{
|
||||
ReplySprintf("MUC '%s' is not allowed on this bridge.", muc);
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue