aboutsummaryrefslogtreecommitdiffstats
path: root/src/listmode.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-11-07 10:58:42 +0000
committerGravatar Peter Powell2018-11-07 11:20:10 +0000
commit77730fd5f09f8fc193205654c8bba84d34365670 (patch)
tree23877567a613e9520797bcbd923b7ae38632f616 /src/listmode.cpp
parentImplement support for WEBIRC attributes. (diff)
parentRelease v2.0.27 (diff)
downloadinspircd++-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.cpp2
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&)