From: Michael Andreen Date: Sat, 30 May 2009 19:24:20 +0000 (+0200) Subject: Added list of bcalcs X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=4d0d8ca826dba5f8baa8829fe02b3eab47eff586;p=NDIRC.git Added list of bcalcs --- diff --git a/Commands/PA.pm b/Commands/PA.pm index 811d102..b6cd08c 100644 --- a/Commands/PA.pm +++ b/Commands/PA.pm @@ -29,6 +29,14 @@ use MooseX::MethodAttributes; use NDIRC::Misc; use ND::Include; + +sub bcalc + : Help(Lists bcalc and stats info) +{ + my ($self, $c, $msg) = @_; + $c->reply("http://game.planetarion.com/bcalc.pl http://game.planetarion.com/manual.php?page=stats"); +} + sub p : Help(usage: .p X:Y:Z | or .p nick with high enough access) {