mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Annnd, get the fix right.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5079 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
c6e47f748c
commit
88315e8f8f
@ -117,7 +117,7 @@ std::string userrec::ProcessNoticeMasks(const char *sm)
|
||||
{
|
||||
if ((!IsNoticeMaskSet(*c) && adding) || (IsNoticeMaskSet(*c) && !adding))
|
||||
{
|
||||
if ((oldadding != adding) || (sm == (c+1)))
|
||||
if ((oldadding != adding) || (!output.length()))
|
||||
output += (adding ? '+' : '-');
|
||||
|
||||
this->SetNoticeMask(*c, adding);
|
||||
|
Loading…
x
Reference in New Issue
Block a user