diff options
Diffstat (limited to 'modules/m_ison.c')
-rw-r--r-- | modules/m_ison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_ison.c b/modules/m_ison.c index 88158b4..0e67287 100644 --- a/modules/m_ison.c +++ b/modules/m_ison.c @@ -45,7 +45,7 @@ do_ison(struct Client *client_p, struct Client *source_p, int i; int done = 0; - len = snprintf(buf, sizeof(buf), RPL_ISON, me.name, source_p->name); + len = snprintf(buf, sizeof(buf), form_str(RPL_ISON), me.name, source_p->name); current_insert_point = buf + len; /* |