diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index 96fdacd0..a7cfa5b7 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1145,6 +1145,11 @@ static char * const pevt_chanban_help[] = { N_("The ban mask"), }; +static char * const pevt_chanquiet_help[] = { + N_("The nick of the person who did the quieting"), + N_("The quiet mask"), +}; + static char * const pevt_chanrmkey_help[] = { N_("The nick who removed the key"), }; @@ -1172,6 +1177,11 @@ static char * const pevt_chanunban_help[] = { N_("The ban mask"), }; +static char * const pevt_chanunquiet_help[] = { + N_("The nick of the person of did the unquiet'ing"), + N_("The quiet mask"), +}; + static char * const pevt_chanexempt_help[] = { N_("The nick of the person who did the exempt"), N_("The exempt mask"), |