summaryrefslogtreecommitdiff
path: root/src/s_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_user.c')
-rw-r--r--src/s_user.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s_user.c b/src/s_user.c
index c05459d..ebbeecd 100644
--- a/src/s_user.c
+++ b/src/s_user.c
@@ -623,6 +623,9 @@ introduce_client(struct Client *source_p)
ubuf, source_p->username, source_p->host,
source_p->servptr->name, source_p->info);
}
+
+ if (!EmptyString(source_p->certfp))
+ sendto_one(server, ":%s CERTFP %s", ID(source_p), source_p->certfp);
}
}