mirror of
https://github.com/anope/anope.git
synced 2026-07-03 20:23:13 +02:00
Save unconfirmed status and passcodes in the database.
Fix db_sql_live to not reinsert all records if there are extra columns. Plexus has no chmode +r
This commit is contained in:
@@ -340,8 +340,8 @@ class NSRegister : public Module
|
||||
CommandNSConfirm commandnsconfirm;
|
||||
CommandNSResend commandnsrsend;
|
||||
|
||||
PrimitiveExtensibleItem<bool> unconfirmed;
|
||||
PrimitiveExtensibleItem<Anope::string> passcode;
|
||||
SerializableExtensibleItem<bool> unconfirmed;
|
||||
SerializableExtensibleItem<Anope::string> passcode;
|
||||
|
||||
public:
|
||||
NSRegister(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
|
||||
|
||||
Reference in New Issue
Block a user