plugins.pubsub: Remove

Sun, 21 Aug 2011 02:50:20 +0200

author
Kim Alvefur <zash@zash.se>
date
Sun, 21 Aug 2011 02:50:20 +0200
changeset 87
5fac50efb183
parent 86
2fa4d58349c8
child 88
b7f628541981

plugins.pubsub: Remove

plugins/pubsub.lua file | annotate | diff | comparison | revisions
--- a/plugins/pubsub.lua	Sun Aug 21 02:50:10 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-function riddim.plugins.pubsub(bot)
-	bot.stream:add_plugin("pubsub");
-	bot.pubsub = bot.stream.pubsub;
-
-	-- Maybe pubsub/event/ns/element or something?
-	bot.stream:hook("pubsub/event", function(event)
-		return bot:event("pubsub/event", event);
-	end);
-end

mercurial