mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Don't resync the silence list when it comes from the network.
This isn't presently networked but it should prevent future issues.
This commit is contained in:
parent
a4bee21ab5
commit
62f3278a4a
@ -270,7 +270,7 @@ public:
|
||||
}
|
||||
|
||||
// The value was well formed.
|
||||
Set(user, list);
|
||||
Set(user, list, false);
|
||||
}
|
||||
|
||||
std::string ToInternal(const Extensible* container, void* item) const noexcept override
|
||||
|
Loading…
x
Reference in New Issue
Block a user