From d1264ac89250eee9f887a2ffa77f7ef55c0bc25b Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 6 Jan 2008 00:12:51 +0100 Subject: [PATCH] Add two missing colons for sendto_one_notice(). --- modules/m_stats.c | 2 +- src/s_user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/m_stats.c b/modules/m_stats.c index 0312210..acee006 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -263,7 +263,7 @@ stats_delay(struct Client *source_p) DICTIONARY_FOREACH(nd, &iter, nd_dict) { - sendto_one_notice(source_p, "Delaying: %s for %ld", + sendto_one_notice(source_p, ":Delaying: %s for %ld", nd->name, (long) nd->expire); } } diff --git a/src/s_user.c b/src/s_user.c index 2a1b229..58b0568 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -832,7 +832,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf) if(IsConfExemptLimits(aconf)) { SetExemptLimits(source_p); - sendto_one_notice(source_p, "*** You are exempt from user limits. congrats."); + sendto_one_notice(source_p, ":*** You are exempt from user limits. congrats."); } if(IsConfExemptFlood(aconf))