From 0c95e0543f8e0ffc7e7b3d33799b78e03c1049d2 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 1 May 2012 13:41:01 +0100 Subject: Updated sender to try and get things into UTF8 where poss. --- bin/mauvesend | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/mauvesend') 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 -- cgit v1.2.1