mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
Make aka usage message more concise
This commit is contained in:
parent
e4d62a2e18
commit
4091127213
@ -131,7 +131,7 @@ sub aka_unlink {
|
|||||||
sub list_also_known_as {
|
sub list_also_known_as {
|
||||||
my ($self, $from, $nick, $user, $host, $arguments) = @_;
|
my ($self, $from, $nick, $user, $host, $arguments) = @_;
|
||||||
|
|
||||||
my $usage = "Usage: aka [-h] [-i] [-n] [-g] [-r] [-w] <nick>; -h show hostmasks; -i show ids; -n show nickserv accounts; -g show gecos, -r show relationships; -w show weak links";
|
my $usage = "Usage: aka [-hingr] <nick>; -h show hostmasks; -i show ids; -n show nickserv accounts; -g show gecos, -r show relationships";
|
||||||
|
|
||||||
if(not length $arguments) {
|
if(not length $arguments) {
|
||||||
return $usage;
|
return $usage;
|
||||||
|
Loading…
Reference in New Issue
Block a user