summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-16 14:40:43 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-16 14:40:43 +0000
commitc9b879f7fe2a5ee5346c9ecfb471006859ef763d (patch)
treeb3cca239664d084139207f09e9dc0e9b4291d3d0 /Echolot/Config.pm
parent2336ace305d36c260a75d6081f6fe91b75c7a08d (diff)
Have show_chainpings
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm3
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} ]