Skip to content

Commit

Permalink
actually use {} because prefixes is a hash :X
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Apr 8, 2014
1 parent fc1a0e2 commit 3ecd6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irclj/core.clj
Expand Up @@ -130,7 +130,7 @@
(let [{:keys [in] :as connection} (connection/create-connection host port ssl?)
irc (ref {:connection connection
:shutdown? false
:prefixes []
:prefixes {}
:pass pass
:nick nick
:real-name real-name
Expand Down

0 comments on commit 3ecd6db

Please sign in to comment.