summary refs log tree commit diff
path: root/contrib/vertobot/bot.pl
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-28 06:55:05 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-28 06:55:05 +0000
commitf7fb4675a61d084bc5b46fa00f00825d022e2f2b (patch)
tree073a81d60a593cac3cce48c6e9e9b116782fee0a /contrib/vertobot/bot.pl
parenta simple matrix->verto bot, distantly related to the irc bridge (diff)
downloadsynapse-f7fb4675a61d084bc5b46fa00f00825d022e2f2b.tar.xz
clean up a vertobot a bit
Diffstat (limited to 'contrib/vertobot/bot.pl')
-rw-r--r--contrib/vertobot/bot.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/vertobot/bot.pl b/contrib/vertobot/bot.pl
index 30cde41ce7..0c693cdc1d 100644
--- a/contrib/vertobot/bot.pl
+++ b/contrib/vertobot/bot.pl
@@ -11,7 +11,6 @@ use JSON;
 use YAML;
 use Data::UUID;
 use Getopt::Long;
-use Digest::SHA qw( hmac_sha1_base64 );
 use Data::Dumper;
 
 binmode STDOUT, ":encoding(UTF-8)";