From 4b03606cecab4adbbed773a86ca423385900d3bd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 6 Aug 2011 23:37:11 -0400 Subject: [PATCH] really, really minor fix in docstring of watcher_logic.py --- irc/watcher_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/watcher_logic.py b/irc/watcher_logic.py index 585e832..a7a6476 100644 --- a/irc/watcher_logic.py +++ b/irc/watcher_logic.py @@ -6,7 +6,7 @@ EarwigBot's IRC Watcher Logic This file contains (configurable!) rules that EarwigBot's watcher uses after it recieves an event from IRC. -This should, ideally, be in config.xml somehow, but Python code makes more +This should, ideally, be in config.json somehow, but Python code makes more sense for this sort of thing... so... """