parent
7a38aca803
commit
7863bc71f8
@ -56,7 +56,7 @@ static void supports_quiet (banlist_info *, int);
|
|||||||
|
|
||||||
static mode_info modes[MODE_CT] = {
|
static mode_info modes[MODE_CT] = {
|
||||||
{
|
{
|
||||||
"Bans",
|
N_("Bans"),
|
||||||
"(b) ",
|
"(b) ",
|
||||||
'b',
|
'b',
|
||||||
RPL_BANLIST,
|
RPL_BANLIST,
|
||||||
@ -65,7 +65,7 @@ static mode_info modes[MODE_CT] = {
|
|||||||
supports_bans
|
supports_bans
|
||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
"Exempts",
|
N_("Exempts"),
|
||||||
"(e) ",
|
"(e) ",
|
||||||
'e',
|
'e',
|
||||||
RPL_EXCEPTLIST,
|
RPL_EXCEPTLIST,
|
||||||
@ -74,7 +74,7 @@ static mode_info modes[MODE_CT] = {
|
|||||||
supports_exempt
|
supports_exempt
|
||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
"Invites",
|
N_("Invites"),
|
||||||
"(I) ",
|
"(I) ",
|
||||||
'I',
|
'I',
|
||||||
RPL_INVITELIST,
|
RPL_INVITELIST,
|
||||||
@ -83,7 +83,7 @@ static mode_info modes[MODE_CT] = {
|
|||||||
supports_invite
|
supports_invite
|
||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
"Quiets",
|
N_("Quiets"),
|
||||||
"(q) ",
|
"(q) ",
|
||||||
'q',
|
'q',
|
||||||
RPL_QUIETLIST,
|
RPL_QUIETLIST,
|
||||||
|
Loading…
Reference in New Issue
Block a user