summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index f6658db95..2b2e5963e 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -38,6 +38,7 @@ void chanrec::SetCustomMode(char mode,bool mode_on)
temp[count] = '\0';
strncpy(custom_modes,temp,MAXMODES);
log(DEBUG,"Custom mode %c removed",mode);
+ this->SetCustomModeParam(mode,"",false);
}
}