diff options
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 98dd1fc7f..779bc94cc 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -443,7 +443,7 @@ void GenRandomHandler::Call(char *output, size_t max) ModResult OnCheckExemptionHandler::Call(User* user, Channel* chan, const std::string& restriction) { unsigned int mypfx = chan->GetPrefixValue(user); - char minmode; + char minmode = 0; std::string current; irc::spacesepstream defaultstream(ServerInstance->Config->ConfValue("options")->getString("exemptchanops")); |