summaryrefslogtreecommitdiff
path: root/modules/protocol/plexus.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-24 22:23:04 -0400
committerAdam <Adam@anope.org>2013-08-25 04:48:43 -0400
commit446b3a910d457ce32e6accd4ecc47e6e02f66ed4 (patch)
treed27c3d85a3b65cf5868ea428f3f414244505a52e /modules/protocol/plexus.cpp
parent8be5f53f1fde1ea84a9f2a6669d78756f4f3ee5a (diff)
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
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r--modules/protocol/plexus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp
index 6a2b65794..37516d928 100644
--- a/modules/protocol/plexus.cpp
+++ b/modules/protocol/plexus.cpp
@@ -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'));