Skip to content

Commit

Permalink
I'm stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Apr 15, 2010
1 parent 2da68a7 commit a7973bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sexpbot/plugins/mail.clj
Expand Up @@ -37,7 +37,7 @@
(let [lower-sender (.toLowerCase sender)
nmess (count-messages lower-sender)]
(when (and (> nmess 0) (alert-time? lower-sender))
(.sendNotice sender channel (str sender ": You have " nmess
(.sendNotice bot sender (str sender ": You have " nmess
" new message(s). Type $getmessages (in PM if you want) to see them."))
(dosync (alter alerted assoc lower-sender (now))))))

Expand Down

0 comments on commit a7973bb

Please sign in to comment.