mirror of
https://github.com/anope/anope.git
synced 2026-06-27 10:06:38 +02:00
Fixed compile errors on release build
This commit is contained in:
@@ -767,7 +767,7 @@ class DBPlain : public Module
|
||||
db_buffer << "MD FLAGS " << ci->ToString() << endl;
|
||||
if (ci->HasFlag(CI_SUSPENDED))
|
||||
{
|
||||
Anope::string *by = ci->GetExt<Anope::string *>("suspend_by"), *reason = ci->GetExt<Anope::string *>("suspend_reason");
|
||||
Anope::string *by = ci->GetExt<ExtensibleString *>("suspend_by"), *reason = ci->GetExt<ExtensibleString *>("suspend_reason");
|
||||
if (by && reason)
|
||||
db_buffer << "MD SUSPEND " << *by << " :" << *reason << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user