From 0991432cfe40d339d6dc729a8041249216d293f7 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sat, 29 Jul 2006 01:36:39 +0000 Subject: [PATCH] Add CSMSG_INVALID_CFLAG string. src/chanserv.c (msgtab): Add entry for "CSMSG_INVALID_CFLAG". git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-22 --- ChangeLog | 13 +++++++++++++ src/chanserv.c | 1 + 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6106714..9d9f54e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,19 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-07-29 01:36:39 GMT Michael Poole patch-22 + + Summary: + Add CSMSG_INVALID_CFLAG string. + Revision: + srvx--devo--1.3--patch-22 + + src/chanserv.c (msgtab): Add entry for "CSMSG_INVALID_CFLAG". + + modified files: + ChangeLog src/chanserv.c + + 2006-07-29 01:34:17 GMT Michael Poole patch-21 Summary: diff --git a/src/chanserv.c b/src/chanserv.c index 0857d92..cdee6db 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -420,6 +420,7 @@ static const struct message_entry msgtab[] = { /* Channel configuration */ { "CSMSG_INVALID_OPTION", "$b%s$b is not a valid %s option." }, + { "CSMSG_INVALID_CFLAG", "$b%s$b is not a recognized channel flag." }, { "CSMSG_CHANNEL_OPTIONS", "Channel Options:" }, { "CSMSG_GREETING_TOO_LONG", "Your greeting ($b%d$b characters) must be shorter than $b%d$b characters." }, -- 2.20.1