1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 05:53:13 +02:00

Set access masks to the case of the nick they match, if any

This commit is contained in:
Adam
2014-10-14 21:09:41 -04:00
parent 0cd3bfa24f
commit 62a01dcc87
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -130,6 +130,9 @@ class CommandCSFlags : public Command
return;
}
}
if (na)
mask = na->nick;
}
ChanAccess *current = NULL;