diff options
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r-- | modules/commands/cs_xop.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index bf86c06ce..9524446ea 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -176,6 +176,9 @@ class CommandCSXOP : public Command return; } } + + if (na) + mask = na->nick; } for (unsigned i = 0; i < ci->GetAccessCount(); ++i) |