diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-22 15:52:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 15:52:33 -0400 |
commit | b33150e94ddba5e7ae58e70c69d2d4938e8098d7 (patch) | |
tree | a38ce899818846bd8d73909f6915b336cdb7e40d | |
parent | Update kirc.c (diff) | |
download | kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.gz kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.bz2 kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.xz kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.zst kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.zip |
remove extra spaces
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -111,9 +111,7 @@ For example, lets assume an authentication identity of `jilles` and password `se ```shell $ python -c 'import base64; print(base64.encodebytes(b"jilles\x00jilles\x00sesame"))' - b 'amlsbGVzAGppbGxlcwBzZXNhbWU=\n' - $ kirc -n jilles -a amlsbGVzAGppbGxlcwBzZXNhbWU= ``` |