If it's possible, I'd like myself and users to be able to use CASE commands by clicking on a button, rather than typing.
So instead of typing something like "!lapperversion", you just click a button that reads 'Lapper Version'.
Less chance of forgetting exclamation mark and/or mispelling.
I've tried various things, but nothing has worked, or given an error message in the logs.
Things like;
Sub Version($text)
$text = "!ver";
EndSub
Sub Version($command)
$command = "!ver";
EndSub
I haven't made changes to lapper since V6.014, and I regret to say that my memory is failing me, and I'm even struggling to understand a lot of the code I've written for add-ons.
If it can be done, any help would be appreciated.
So instead of typing something like "!lapperversion", you just click a button that reads 'Lapper Version'.
Less chance of forgetting exclamation mark and/or mispelling.
I've tried various things, but nothing has worked, or given an error message in the logs.
Things like;
Sub Version($text)
$text = "!ver";
EndSub
Sub Version($command)
$command = "!ver";
EndSub
I haven't made changes to lapper since V6.014, and I regret to say that my memory is failing me, and I'm even struggling to understand a lot of the code I've written for add-ons.
If it can be done, any help would be appreciated.