aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authoralezakos <electrovesta@gmail.com>2013-08-22 00:33:44 +0300
committeralezakos <electrovesta@gmail.com>2013-08-22 00:33:44 +0300
commitbae68b9156d5e717e7cb03406c21f1084c9bea87 (patch)
treea7683d17a0e48f88067adf71e4f5b381a1e1888c /plugin.py
parent354604dfc0bf29f9bc3a84664f4b226609cfdc2c (diff)
downloadsupybot_github-bae68b9156d5e717e7cb03406c21f1084c9bea87.tar.gz
supybot_github-bae68b9156d5e717e7cb03406c21f1084c9bea87.tar.bz2
supybot_github-bae68b9156d5e717e7cb03406c21f1084c9bea87.zip
Clarify colorAction()'s doc
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.py b/plugin.py
index 85bb6a2..4047ede 100644
--- a/plugin.py
+++ b/plugin.py
@@ -58,7 +58,7 @@ def maxLen(msg, maxn=400):
return ret
def colorAction(action):
- """Get an action string (e.g. created, edited) and get a nice IRC colouring"""
+ """Give an action string (e.g. created, edited) and get a nice IRC colouring"""
if action == "created" or action == "opened" or action == "tagged":
return ircutils.bold(ircutils.mircColor(action, "green"))
if action == "deleted" or action == "closed" or action == "re-tagged" or action == "deleted tag":

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