<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,11 +30,11 @@ begin
     puts &quot;Status: #{Clickatell::API::MessageStatus[status]} (##{status}).&quot;
     exit 0
   else
-    puts &quot;Sending '#{options.message}' to #{options.recipient}...&quot;
+    puts &quot;Sending '#{options.message}' to #{[options.recipient].flatten.join(&quot;, &quot;)}...&quot;
     additional_opts = {}
     additional_opts[:from] = options.from if options.from
     msg_id = api.send_message(options.recipient, options.message, additional_opts)
-    puts &quot;Message sent successfully (message id: #{msg_id}).&quot;
+    puts &quot;Message sent successfully (message id: #{[msg_id].flatten.join(&quot;, &quot;)}).&quot;
     exit 0
   end
   </diff>
      <filename>bin/sms</filename>
    </modified>
    <modified>
      <diff>@@ -73,6 +73,8 @@ module Clickatell
             puts parser
             exit
           end
+          
+          @options.recipient = @options.recipient.split(&quot;,&quot;)
 
           return @options
         </diff>
      <filename>lib/clickatell/utility/options.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f98ff1f6c034e5a81a14178d75542ba37ede290f</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/clickatell/commit/a5b8caece9ad793143d5967a27d3de8d16f314d2</url>
  <id>a5b8caece9ad793143d5967a27d3de8d16f314d2</id>
  <committed-date>2009-10-06T10:47:25-07:00</committed-date>
  <authored-date>2009-10-06T10:47:25-07:00</authored-date>
  <message>Updated the SMS utility to support comma-separated recipients</message>
  <tree>cc588c8357c124823912dcc5b6bf79f85502dcbf</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
