diff options
author | Michael Czigler <michaelczigler@icloud.com> | 2020-08-21 12:40:16 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-08-21 21:50:42 -0400 |
commit | 113075e58d9f93b9c5a569f9bf7d439866103fbb (patch) | |
tree | db3e581a721de25a18debe98c95caf103c680996 /.gitignore | |
parent | add -o argument option for irc chat logging (diff) | |
download | kirc-113075e58d9f93b9c5a569f9bf7d439866103fbb.tar.gz kirc-113075e58d9f93b9c5a569f9bf7d439866103fbb.tar.bz2 kirc-113075e58d9f93b9c5a569f9bf7d439866103fbb.tar.xz kirc-113075e58d9f93b9c5a569f9bf7d439866103fbb.tar.zst kirc-113075e58d9f93b9c5a569f9bf7d439866103fbb.zip |
print formatted text (pre wordwrap) instead of raw to log
add new parser2 function for testing
removing unusable parser2 function
remove test log file
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ kirc *.a *.o +*.txt |