onCommandSudo

Sends supplied text to the server, verbatim.

You need basic knowledge of IRC server strings to use this.

version(WithAdminPlugin && Debug)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(omniscientChannelPolicy).addCommand(IRCEventHandler.Command().word("sudo").policy(PrefixPolicy.nickname).description("[debug] Sends supplied text to the server, verbatim.").addSyntax("$command [raw string]"))
void
onCommandSudo