lelegram: init

This is an IRC/Telegram bridge.

It does multi-account puppet-like access to IRC making everyone's life
easier.

Compared to teleirc it also:
 - is smarter about converting messages
 - uses teleimg for public image access
 - is not written in JS

Experimental for now.

Change-Id: I66ba3f83abdfdea6463ab3be5380d8d3f2769291
diff --git a/WORKSPACE b/WORKSPACE
index 391980c..0d69a6e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1904,3 +1904,21 @@
     remote = "https://github.com/ulule/limiter",
     vcs = "git",
 )
+
+go_repository(
+    name = "com_github_go_telegram_bot_api_telegram_bot_api",
+    commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
+    importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
+)
+
+go_repository(
+    name = "com_github_technoweenie_multipartstreamer",
+    commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
+    importpath = "github.com/technoweenie/multipartstreamer",
+)
+
+go_repository(
+    name = "in_gopkg_irc_v3",
+    commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
+    importpath = "gopkg.in/irc.v3",
+)