Add two missing colons for sendto_one_notice().

This commit is contained in:
Jilles Tjoelker 2008-01-06 00:12:51 +01:00
parent c728f9934c
commit e4b9c8e115
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
}

View file

@ -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))