diff options
author | Kim Alvefur <zash@zash.se> | 2018-04-06 01:46:14 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-04-06 01:46:14 +0200 |
commit | 08ffe9fdb6d741ea90dadbf80e1c004f2ed401dc (patch) | |
tree | d1877a3e60980e8b73f6e0ff52e78d6fa2de089c /net | |
parent | d01d132996c0d275ba20b6f660e9c1ccb55102fd (diff) | |
download | prosody-08ffe9fdb6d741ea90dadbf80e1c004f2ed401dc.tar.gz prosody-08ffe9fdb6d741ea90dadbf80e1c004f2ed401dc.zip |
net.connlisteners: Remove duplicated field in exports [luacheck]
Diffstat (limited to 'net')
-rw-r--r-- | net/connlisteners.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/connlisteners.lua b/net/connlisteners.lua index 259b80ee..9b8f88c3 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -12,7 +12,6 @@ end return { register = fail; - register = fail; get = fail; start = fail; -- epic fail |