diff options
Diffstat (limited to 'README.md')
-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= ``` |