mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Add events for quiet
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user