From 1155320da0ba4454f028b30bc0fb5313e33946b3 Mon Sep 17 00:00:00 2001 From: B00mX0r Date: Sat, 7 Apr 2018 16:11:40 -0700 Subject: Fix an invalid mode parameters numeric upon attempting to view a list mode --- src/listmode.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/listmode.cpp') 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"); -- cgit v1.3.1-10-gc9f91