From 07b5abff7bd8767ea1d8f2ac574beda600f62f86 Mon Sep 17 00:00:00 2001 From: Fletcher Boyd Date: Fri, 6 Sep 2013 14:57:26 +0800 Subject: [PATCH] bb moved to more descriptive rep. --- plugins/util/ircformat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/util/ircformat.py b/plugins/util/ircformat.py index a827dd3..5cd5444 100644 --- a/plugins/util/ircformat.py +++ b/plugins/util/ircformat.py @@ -1,4 +1,4 @@ -def bb(format_string): +def rep(format_string): stuff = {} stuff['col'] = {'[white]':'\x030', '[black]':'\x031',