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... """