Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set mimic back to SuperUser #616

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/Plugins/Managed/documentation.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions TwitchPlaysAssembly/Src/Commands/GlobalCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,8 @@ public static void EnableWhitelist()
/// <name>Mimic</name>
/// <syntax>mimic [player] [command]</syntax>
/// <summary>Makes it seem like another player ran the specified command. Only works with players of the same rank or lower.</summary>
/// <restriction>Admin</restriction>
[Command(@"(?:issue|say|mimic)(?: ?commands?)?(?: ?as)? (\S+) (.+)", AccessLevel.Admin, AccessLevel.Admin)]
/// <restriction>SuperUser</restriction>
[Command(@"(?:issue|say|mimic)(?: ?commands?)?(?: ?as)? (\S+) (.+)", AccessLevel.SuperUser, AccessLevel.SuperUser)]
public static void Mimic([Group(1)] string targetPlayer, [Group(2)] string newMessage, IRCMessage message)
{
targetPlayer = targetPlayer.FormatUsername();
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.