From 04577f15ddf66915764093cd9846e295009f9193 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 11 Jul 2016 22:40:33 +0200 Subject: [PATCH] Add missing # sign before "!fwarn add" reply --- messages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/en.json b/messages/en.json index ff9570a..64124d8 100644 --- a/messages/en.json +++ b/messages/en.json @@ -813,7 +813,7 @@ "fwarn_points_invalid": "Invalid points, must be a number above 0.", "fwarn_expiry_invalid": "Invalid expiration, must be a number above 0 followed by either d, h, or m, or 'never' for a warning that never expires.", "fwarn_cannot_add": "Cannot add warning, double-check your parameters (the nick might be wrong or you are not joined to the channel).", - "fwarn_added": "Added warning {0}.", + "fwarn_added": "Added warning #{0}.", "fwarn_done": "Done.", "fwarn_sanction_invalid": "Invalid sanction, can be either deny or stasis.", "fwarn_stasis_invalid": "Invalid stasis amount, specify sanction as \"stasis=number\".",