diff options
Diffstat (limited to 'src/command_parse.cpp')
| -rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index e2e3ba194..5c48a58de 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -215,7 +215,7 @@ int CommandParser::LoopCall(command_t* fn, char **parameters, int pcnt, userrec */ if ((joins) && (*keylist) && (total>0)) // more than one channel and is joining { - charlcat(keylist,',',MAXBUF); + strlcat(keylist,",",MAXBUF); } /* If we're doing JOIN handling (e.g. we've had to kludge for two |
