plugins/pubsub.lua

changeset 87
5fac50efb183
parent 86
2fa4d58349c8
child 88
b7f628541981
--- 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