From 4091127213a61ed802b2a576e2c189fe098bbd75 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 22 Sep 2016 08:25:50 -0700 Subject: [PATCH] Make aka usage message more concise --- PBot/MessageHistory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/MessageHistory.pm b/PBot/MessageHistory.pm index a0941cef..714ff2fa 100644 --- a/PBot/MessageHistory.pm +++ b/PBot/MessageHistory.pm @@ -131,7 +131,7 @@ sub aka_unlink { sub list_also_known_as { my ($self, $from, $nick, $user, $host, $arguments) = @_; - my $usage = "Usage: aka [-h] [-i] [-n] [-g] [-r] [-w] ; -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] ; -h show hostmasks; -i show ids; -n show nickserv accounts; -g show gecos, -r show relationships"; if(not length $arguments) { return $usage;