diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/u_listmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u_listmode.h b/include/u_listmode.h index 119559789..a2a394045 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -137,7 +137,7 @@ class ListModeBase : public ModeHandler { irc::modestacker modestack(false); std::deque<std::string> stackresult; - const char* mode_junk[MAXMODES+1]; + const char* mode_junk[MAXMODES+2]; mode_junk[0] = channel->name; userrec* n = new userrec(ServerInstance); n->SetFd(FD_MAGIC_NUMBER); |