Skip to content
Snippets Groups Projects
Commit 2d9aceca authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Address Gitlab issue #10: Bring back irk pretty formatting.

parent 637f478d
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ def main():
sys.exit(1)
target = sys.argv[1]
message = " ".join(sys.argv[2:])
# XXX: why is this necessary?
#message = message.decode('string_escape')
# Allows pretty formatting of irker messages
message = message.decode('string_escape')
try:
irk(target, message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment