ircformat.raw makes more sense with the addition of ircformat.err.
This commit is contained in:
parent
5f87bf0e76
commit
75d4af1393
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
def rep(format_string):
|
||||
def raw(format_string):
|
||||
"""Replace based irc formatting"""
|
||||
stuff = {}
|
||||
stuff['col'] = {'[white]':'\x030',
|
||||
|
|
Reference in a new issue