Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiredman committed Aug 26, 2011
1 parent 941630c commit 647116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojurebot/coreII.clj
Expand Up @@ -116,7 +116,7 @@
(a-arr (fn [x]
(when x
(doseq [line (.split x "\n")]
(send-notice target xline))))))
(send-notice target line))))))

(defmethod target :xmpp [[_ jid-from jid-to]]
(when jid-to
Expand Down

0 comments on commit 647116f

Please sign in to comment.