diff options
Diffstat (limited to 'modules/commands/cs_flags.cpp')
-rw-r--r-- | modules/commands/cs_flags.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index cb2e1fd9f..1d861b883 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -130,6 +130,9 @@ class CommandCSFlags : public Command return; } } + + if (na) + mask = na->nick; } ChanAccess *current = NULL; |