summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-17 18:53:15 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-17 18:53:15 +0000
commitd43f43f5c9453ebeaaab8704e5b1b8a1f1b67114 (patch)
tree5a1a71e06c816589b94fa85c3d3789742525bfde /Echolot/Config.pm
parent4556e8641919997ee102d066dd173a15da3bdff5 (diff)
Stats can be sorted by latency rather than nick
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 e01461e..98474a3 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.29 2002/07/17 17:53:44 weasel Exp $
+# $Id: Config.pm,v 1.30 2002/07/17 18:53:15 weasel Exp $
#
=pod
@@ -73,6 +73,7 @@ sub init($) {
seperate_rlists => 0,
combined_list => 0,
thesaurus => 1,
+ stats_sort_by_latency => 0,
# Timers and Counters
processmail => 60, # process incomng mail every minute