summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/m_sjoin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/m_sjoin.c b/modules/core/m_sjoin.c
index 9894398..e9e4532 100644
--- a/modules/core/m_sjoin.c
+++ b/modules/core/m_sjoin.c
@@ -819,7 +819,7 @@ remove_ban_list(struct Channel *chptr, struct Client *source_p,
*mbuf++ = c;
cur_len += plen;
- pbuf += sprintf(pbuf, "%s!%s@%s ", banptr->name, banptr->username,
+ pbuf += sprintf(pbuf, "%s!%s@%s ", banptr->name, banptr->user,
banptr->host);
++count;