Use IRC nick as default IRC 'real name'

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
This commit is contained in:
Sebastian Crane 2022-02-28 16:29:35 +00:00
parent 71deb2c91d
commit a180f7927e
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
(irclj.core/connect server
port
nick
:real-name name
:real-name (or name nick)
:callbacks {:privmsg (partial irc-callback state config)})
(catch Exception e nil))))