diff options
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 064259c06..979493fa4 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -1122,6 +1122,7 @@ char* chanmodes(chanrec *chan) } if (strcmp(chan->key,"")) { + strncat(sparam," ",MAXBUF); strncat(sparam,chan->key,MAXBUF); } if (chan->limit) |