summaryrefslogtreecommitdiff
path: root/modules/m_eob.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_eob.c')
-rw-r--r--modules/m_eob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/m_eob.c b/modules/m_eob.c
index ceeff0c..bf3bc14 100644
--- a/modules/m_eob.c
+++ b/modules/m_eob.c
@@ -42,7 +42,8 @@ ms_eob(struct Client *client_p, struct Client *source_p,
assert(IsServer(source_p));
assert(client_p == source_p);
- sendto_realops_flags(UMODE_ALL, L_ALL, "End of burst from %s (%u seconds)",
+ sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
+ "End of burst from %s (%u seconds)",
source_p->name,
(unsigned int)(CurrentTime - source_p->localClient->firsttime));
AddFlag(source_p, FLAGS_EOB);