summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-07 21:18:06 +0000
committerSadie Powell <sadie@witchery.services>2024-03-07 21:18:06 +0000
commitbb94f286f5ffdc86240cadbe713ede22966d6a18 (patch)
treef11c16d590d00194a76e90fb4f80c694cf580594 /include
parent86e3556438942d8cf5b98264e0533e10c873d7af (diff)
Also use drop confirmation codes for nicknames.
Diffstat (limited to 'include')
-rw-r--r--include/language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/language.h b/include/language.h
index a0ca020d9..8dfd004c1 100644
--- a/include/language.h
+++ b/include/language.h
@@ -65,6 +65,7 @@ namespace Language
} // namespace Language
/* Commonly used language strings */
+#define CONFIRM_DROP _("Please confirm that you want to drop \002%s\002 with \002DROP %s %s\002")
#define MORE_INFO _("\002%s%s HELP %s\002 for more information.")
#define BAD_USERHOST_MASK _("Mask must be in the form \037user\037@\037host\037.")
#define BAD_EXPIRY_TIME _("Invalid expiry time.")