Add events for quiet

This commit is contained in:
TingPing
2013-04-07 17:49:30 -04:00
parent c766b24920
commit 3c4a154f0a
3 changed files with 47 additions and 0 deletions

View File

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