diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-01 13:41:01 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-01 13:41:01 +0100 |
commit | 0c95e0543f8e0ffc7e7b3d33799b78e03c1049d2 (patch) | |
tree | 439adb0f9126a094eec6e9d521b35b6c55513082 /bin | |
parent | 69ddc82f0aef0fb31ff6b3f12ba11dcfa8d35758 (diff) |
Updated sender to try and get things into UTF8 where poss.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mauvesend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mauvesend b/bin/mauvesend index edb8e33..a61af49 100644 --- a/bin/mauvesend +++ b/bin/mauvesend @@ -318,8 +318,6 @@ begin error "Cannot send update -- not all libraries are available" if update.nil? error "No alerts specified" unless !update.alert.empty? || update.replace - update.transmission_id = rand(2**63) - Mauve::Sender.new(ARGV).send(update, verbose) rescue ArgumentError => ae |