summaryrefslogtreecommitdiff
path: root/src/listmode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/listmode.cpp')
-rw-r--r--src/listmode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp
index 23f98bf3f..a8f6e5108 100644
--- a/src/listmode.cpp
+++ b/src/listmode.cpp
@@ -221,6 +221,10 @@ bool ListModeBase::ValidateParam(User*, Channel*, std::string&)
return true;
}
+void ListModeBase::OnParameterMissing(User*, User*, Channel*)
+{
+}
+
void ListModeBase::TellListTooLong(User* source, Channel* channel, std::string& parameter)
{
source->WriteNumeric(ERR_BANLISTFULL, channel->name, parameter, "Channel ban list is full");