From 4d0d8ca826dba5f8baa8829fe02b3eab47eff586 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 30 May 2009 21:24:20 +0200 Subject: [PATCH] Added list of bcalcs --- Commands/PA.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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) { -- 2.39.2