mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +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:
@@ -369,7 +369,6 @@ class ProtoPlexus : public Module
|
||||
ModeManager::AddChannelMode(new ChannelMode("NOEXTERNAL", 'n'));
|
||||
ModeManager::AddChannelMode(new ChannelMode("NONOTICE", 'N'));
|
||||
ModeManager::AddChannelMode(new ChannelMode("PRIVATE", 'p'));
|
||||
ModeManager::AddChannelMode(new ChannelModeNoone("REGISTERED", 'r'));
|
||||
ModeManager::AddChannelMode(new ChannelMode("SECRET", 's'));
|
||||
ModeManager::AddChannelMode(new ChannelMode("TOPIC", 't'));
|
||||
ModeManager::AddChannelMode(new ChannelModeOperOnly("OPERONLY", 'O'));
|
||||
|
||||
Reference in New Issue
Block a user