diff options
| author | 2018-11-07 10:58:42 +0000 | |
|---|---|---|
| committer | 2018-11-07 11:20:10 +0000 | |
| commit | 77730fd5f09f8fc193205654c8bba84d34365670 (patch) | |
| tree | 23877567a613e9520797bcbd923b7ae38632f616 /src/listmode.cpp | |
| parent | Implement support for WEBIRC attributes. (diff) | |
| parent | Release v2.0.27 (diff) | |
| download | inspircd++-77730fd5f09f8fc193205654c8bba84d34365670.tar.gz inspircd++-77730fd5f09f8fc193205654c8bba84d34365670.tar.bz2 inspircd++-77730fd5f09f8fc193205654c8bba84d34365670.zip | |
Merge tag 'v2.0.27' into master.
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index 74977b866..d5dbec30e 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -227,7 +227,7 @@ 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"); + source->WriteNumeric(ERR_BANLISTFULL, channel->name, parameter, mode, "Channel ban list is full"); } void ListModeBase::TellAlreadyOnList(User*, Channel*, std::string&) |
