1
0
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:
Adam
2013-08-24 22:23:04 -04:00
parent 8be5f53f1f
commit 446b3a910d
4 changed files with 14 additions and 11 deletions
-1
View File
@@ -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'));