diff -r 2fa4d58349c8 -r 5fac50efb183 plugins/pubsub.lua --- 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