aboutsummaryrefslogtreecommitdiffstats
path: root/local/theme/Theme.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2016-09-16 14:14:41 +0300
committerkongr45gpen <electrovesta@gmail.com>2016-09-16 14:29:53 +0300
commit97483dc403c2ac89f9647bfb5f4982c7f1e83259 (patch)
treefdef8d0566452a52cb66b89ca5d08d0b7e926a67 /local/theme/Theme.py
parent3902f3b980c0e2a885b965b4f2503244c3e68782 (diff)
downloadsupybot_github-97483dc403c2ac89f9647bfb5f4982c7f1e83259.tar.gz
supybot_github-97483dc403c2ac89f9647bfb5f4982c7f1e83259.tar.bz2
supybot_github-97483dc403c2ac89f9647bfb5f4982c7f1e83259.zip
Don't send the issue name if it appears too often
Diffstat (limited to 'local/theme/Theme.py')
-rw-r--r--local/theme/Theme.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/local/theme/Theme.py b/local/theme/Theme.py
index c209e49..df8929a 100644
--- a/local/theme/Theme.py
+++ b/local/theme/Theme.py
@@ -2,6 +2,7 @@ class Theme(object):
def __init__(self, repository, brackets = "()"):
self.msgs = []
self.repoInfo = repository
+ self.repoId = repository['id']
self.brackets = brackets
def finalize(self):

© 2014-2024 Faster IT GmbH | imprint | privacy policy