mirror of
https://github.com/anope/anope.git
synced 2026-07-04 04:43:13 +02:00
Trying to make things a little more const-safe, a work in progress but this is a bit better.
This commit is contained in:
@@ -1215,7 +1215,7 @@ void moduleAddIRCDMsgs()
|
||||
}
|
||||
|
||||
/* Borrowed part of this check from UnrealIRCd */
|
||||
bool ChannelModeFlood::IsValid(const Anope::string &value)
|
||||
bool ChannelModeFlood::IsValid(const Anope::string &value) const
|
||||
{
|
||||
if (value.empty())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user