From 83458d328f349581ad37e7ea64162dc8097b58c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 25 May 2010 16:31:16 +0100 Subject: [PATCH] Load trouts-local too --- .gitignore | 1 + config.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f3d74a9..6791423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *~ +trouts-local diff --git a/config.py b/config.py index 1f989c6..2971de1 100644 --- a/config.py +++ b/config.py @@ -60,6 +60,7 @@ def __load(filename): # (troutlist,selftroutmsg,DoSmsg,notargetmsg,nofishmsg,fishpond,selftroutprob) troutcfg = ( __load("trouts"), + __load("trouts-local"), ' (at the instigation of %s)', "Sorry, but %s is being a spoilsport.", "Who do you wish me to trout?", -- 2.30.2