diff options
| author | 2006-10-07 19:59:26 +0000 | |
|---|---|---|
| committer | 2006-10-07 19:59:26 +0000 | |
| commit | 45bf4292a2ab013ed40c6817409ecbdf35d158e9 (patch) | |
| tree | 69d7c9931c78e401153831276c4725447d675994 /src/commands.cpp | |
| parent | <han solo> Where'd you dig up that old fossil (diff) | |
I FUCKING HATE STABLE
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5455 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 1ce816c6b..14529d5ef 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -281,7 +281,7 @@ bool host_matches_everyone(const std::string &mask, userrec* user) for (user_hash::iterator u = clientlist.begin(); u != clientlist.end(); u++) { strlcpy(buffer,u->second->ident,MAXBUF); - charlcat(buffer,'@',MAXBUF); + strlcat(buffer,"@",MAXBUF); strlcat(buffer,u->second->host,MAXBUF); if (match(buffer,mask.c_str())) matches++; |
