X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fbroadcast.lua;h=be17461db3fa607a5c69f8787e8d88c1ca1a1e82;hb=492c253d150aeb7edb6687eb9bf085be6c33133a;hp=8f6af2fdd2f65bb633e648ce774d4dcde1d774d5;hpb=7931393301311ac7fc4d5c372b5467edfd060f38;p=prosody.git diff --git a/util/broadcast.lua b/util/broadcast.lua index 8f6af2fd..be17461d 100644 --- a/util/broadcast.lua +++ b/util/broadcast.lua @@ -1,14 +1,14 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- -local ipairs, pairs, setmetatable, type = - ipairs, pairs, setmetatable, type; +local ipairs, pairs, setmetatable, type = + ipairs, pairs, setmetatable, type; module "pubsub"