From bae68b9156d5e717e7cb03406c21f1084c9bea87 Mon Sep 17 00:00:00 2001 From: alezakos Date: Thu, 22 Aug 2013 00:33:44 +0300 Subject: Clarify colorAction()'s doc --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.py') 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": -- cgit v1.2.3