aboutsummaryrefslogtreecommitdiffstats
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-09 19:17:39 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:35 -0400
commitecdf81507ab724ab8341240597ef1891fcdea124 (patch)
tree76ddedfffb1f79e2cc1e5057e818ef3f47f1102d /src/mode.cpp
parentSend mode lists in netburst (diff)
Add the rest of the <modeletters> support
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 5bad36de2..e64e4eb49 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -78,6 +78,8 @@ void ModeHandler::AdjustModeChar(char proposed_letter)
{
if (fixed_letter)
return;
+ if (!proposed_letter && GetPrefixRank())
+ return;
mode = proposed_letter;
}