aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd_ison.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_ison.cpp')
-rw-r--r--src/cmd_ison.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_ison.cpp b/src/cmd_ison.cpp
index e7256b2a2..6de027083 100644
--- a/src/cmd_ison.cpp
+++ b/src/cmd_ison.cpp
@@ -48,7 +48,7 @@ void cmd_ison::Handle (char **parameters, int pcnt, userrec *user)
if (u)
{
strlcat(retbuf, u->nick, MAXBUF);
- charlcat(retbuf, ' ', MAXBUF);
+ strlcat(retbuf, " ", MAXBUF);
}
}