From 16fb5000a08dac5f884f7d95d87b1b89ac01f912 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 6 Oct 2014 15:38:30 +0000 Subject: [PATCH] Remove old copy-pasta comment. --- roles/fedmsg/irc/templates/ircbot.py.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/fedmsg/irc/templates/ircbot.py.j2 b/roles/fedmsg/irc/templates/ircbot.py.j2 index ac089624b4..f00f6cbdec 100644 --- a/roles/fedmsg/irc/templates/ircbot.py.j2 +++ b/roles/fedmsg/irc/templates/ircbot.py.j2 @@ -118,7 +118,6 @@ config = dict( nickname='fedmsg-design', {% endif %} channel='#fedora-design', - # If the word proyecto appears in any message, forward it. filters=dict( body=['^((?!fedora-badges).)*$'], ),