# HG changeset patch # User Kim Alvefur # Date 1313887820 -7200 # Node ID 5fac50efb1836661a3ab007e61c4640fbccec87f # Parent 2fa4d58349c89a9f0a06a529d94039b25b667472 plugins.pubsub: Remove 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