summaryrefslogtreecommitdiff
path: root/modules/m_userhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_userhost.c')
-rw-r--r--modules/m_userhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_userhost.c b/modules/m_userhost.c
index 46490f5..1f7c604 100644
--- a/modules/m_userhost.c
+++ b/modules/m_userhost.c
@@ -50,7 +50,7 @@ m_userhost(struct Client *client_p, struct Client *source_p,
int cur_len;
int rl;
- cur_len = snprintf(buf, sizeof(buf), RPL_USERHOST, me.name, source_p->name, "");
+ cur_len = snprintf(buf, sizeof(buf), form_str(RPL_USERHOST), me.name, source_p->name, "");
t = buf + cur_len;
for (nick = strtoken(&p, parv[1], " "); nick && i++ < 5;