From 88315e8f8f0128325e17fce1fa942cc02c6e0e38 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 21:45:27 +0000 Subject: Annnd, get the fix right. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5079 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index b919ae759..36874d0d7 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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); -- cgit v1.2.3