# HG changeset patch # User Jaroslav Tulach # Date 1266441703 -3600 # Node ID a11db932458097d051d7e147c8feb2543606ec9d # Parent 3ea04696a115f9222a659a591f91f669f45dcfbb Don't show the whole email address, just the part before @ diff -r 3ea04696a115 -r a11db9324580 emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala --- a/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala Tue Feb 16 01:22:36 2010 +0100 +++ b/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala Wed Feb 17 22:21:43 2010 +0100 @@ -44,7 +44,7 @@ val ret = allPlayers() for (val address <- emails(ret.keySet)) { - Console.println("Sending message to " + address) + Console.println("Sending message to " + address.split('@')(0)) sendEmail( "quoridor@xelfi.cz",