aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:02:58 +0200
committerkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:02:58 +0200
commit07f5ee7b61092488202783737b1a74dd8327973d (patch)
tree78ba559d71bd304c121cf2b006a8a5e0c7daba73
parent975a58985eb290d4bad05c62941a7aef95975e2d (diff)
downloadsupybot_github-07f5ee7b61092488202783737b1a74dd8327973d.tar.gz
supybot_github-07f5ee7b61092488202783737b1a74dd8327973d.tar.bz2
supybot_github-07f5ee7b61092488202783737b1a74dd8327973d.zip
Also show label changes when an issue is unlabeled
-rw-r--r--local/theme/DefaultTheme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/theme/DefaultTheme.py b/local/theme/DefaultTheme.py
index 00a1171..e7a8643 100644
--- a/local/theme/DefaultTheme.py
+++ b/local/theme/DefaultTheme.py
@@ -86,7 +86,7 @@ class DefaultTheme(Theme):
extra = ''
if action == 'assigned':
extra = " to %s" % ircutils.bold(ircutils.mircColor(assignee, "green"))
- elif action == 'labeled':
+ elif action == 'labeled' or action == 'unlabeled':
extra = " as %s" % ircutils.mircColor(labelName, hexToMirc(labelColor))
self.msgs.append( "%s: %s %s issue #%s \"%s\"%s%s%s %s%s)%s" % (

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