Add more aliases for enabling/disabling proxying
This commit is contained in:
parent
73b2631280
commit
f610f88351
@ -121,6 +121,8 @@ namespace PluralKit.Bot.Commands
|
|||||||
else if (ctx.Match("disable", "off", "remove", "allow"))
|
else if (ctx.Match("disable", "off", "remove", "allow"))
|
||||||
return ctx.Execute<ModCommands>(BlacklistRemove, m => m.SetBlacklisted(ctx, false));
|
return ctx.Execute<ModCommands>(BlacklistRemove, m => m.SetBlacklisted(ctx, false));
|
||||||
else return PrintCommandExpectedError(ctx, BlacklistAdd, BlacklistRemove);
|
else return PrintCommandExpectedError(ctx, BlacklistAdd, BlacklistRemove);
|
||||||
|
if (ctx.Match("proxy", "enable", "disable"))
|
||||||
|
return ctx.Execute<SystemCommands>(SystemProxy, m => m.SystemProxy(ctx));
|
||||||
if (ctx.Match("invite")) return ctx.Execute<MiscCommands>(Invite, m => m.Invite(ctx));
|
if (ctx.Match("invite")) return ctx.Execute<MiscCommands>(Invite, m => m.Invite(ctx));
|
||||||
if (ctx.Match("mn")) return ctx.Execute<MiscCommands>(null, m => m.Mn(ctx));
|
if (ctx.Match("mn")) return ctx.Execute<MiscCommands>(null, m => m.Mn(ctx));
|
||||||
if (ctx.Match("fire")) return ctx.Execute<MiscCommands>(null, m => m.Fire(ctx));
|
if (ctx.Match("fire")) return ctx.Execute<MiscCommands>(null, m => m.Fire(ctx));
|
||||||
|
Loading…
Reference in New Issue
Block a user