summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-19 11:18:29 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-19 11:18:29 +0000
commit9a22354250f69cd9cd64916e569e6f7c207a0429 (patch)
tree036a411d71ef6590f847947b678228ab205fc837 /modules/core
parent1af5fefc6305ca382d3862339626baa6bde8002d (diff)
- Rename Ban::username structure member to Ban::user
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2295 82007160-df01-0410-b94d-b575c5fd34c7
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;