diff options
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 2698dd4..9c7405c 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.55 2003/02/16 10:07:27 weasel Exp $ +# $Id: Config.pm,v 1.56 2003/02/16 14:40:43 weasel Exp $ # =pod @@ -168,6 +168,7 @@ sub init($) { 'mix' => 1 }, do_chainpings => 1, + show_chainpings => 1, which_chainpings => { 'cpunk' => [ qw{cpunk-dsa cpunk-rsa cpunk-clear} ], 'mix' => [ qw{mix} ] |