Skip to content

Non-case sensitive command (commando)#440

Open
TzunamiDev wants to merge 1 commit intowalterhiggins:developmentfrom
TzunamiDev:patch-1
Open

Non-case sensitive command (commando)#440
TzunamiDev wants to merge 1 commit intowalterhiggins:developmentfrom
TzunamiDev:patch-1

Conversation

@TzunamiDev
Copy link

Example:
commando('test', function(params, sender) {
echo(sender, 'Hello');
}

allows to use: /test, /Test, /TEst, etc

Example:
commando('test', function(params, sender) {
 echo(sender, 'Hello');
}

allows to use: /test, /Test, /TEst, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant