ircformat.raw makes more sense with the addition of ircformat.err.

This commit is contained in:
Fletcher Boyd 2013-09-06 15:10:39 +08:00
parent 5f87bf0e76
commit 75d4af1393

View file

@ -1,4 +1,4 @@
def rep(format_string): def raw(format_string):
"""Replace based irc formatting""" """Replace based irc formatting"""
stuff = {} stuff = {}
stuff['col'] = {'[white]':'\x030', stuff['col'] = {'[white]':'\x030',