mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Plugins/Plang: fix usage message
This commit is contained in:
parent
5f65b79504
commit
15400b2afb
2
Plang
2
Plang
@ -1 +1 @@
|
||||
Subproject commit 67469a66f11f00434f6d3eb946764ccfbf4a80cd
|
||||
Subproject commit d46ffd17c954e5e2743f9973314c6f0f92455bec
|
@ -55,7 +55,7 @@ sub unload {
|
||||
sub cmd_plang {
|
||||
my ($self, $context) = @_;
|
||||
|
||||
my $usage = "plang <Plang code>; see https://github.com/pragma-/Plang";
|
||||
my $usage = "Usage: plang <code>; see https://github.com/pragma-/Plang";
|
||||
|
||||
return $usage if not length $context->{arguments};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user