diff options
Diffstat (limited to 'modules/m_xline.c')
-rw-r--r-- | modules/m_xline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_xline.c b/modules/m_xline.c index f8d55b2..1c3e53e 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -374,7 +374,7 @@ remove_xline(struct Client *source_p, char *gecos) "%s has removed the X-Line for: [%s]", get_oper_name(source_p), gecos); ilog(LOG_TYPE_XLINE, "%s removed X-Line for [%s]", - source_p->name, gecos); + get_oper_name(source_p), gecos); } else sendto_one(source_p, ":%s NOTICE %s :No X-Line for %s", |