aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_s2s.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_s2s.lua b/plugins/mod_s2s.lua
index 9fed6e0c..783746f5 100644
--- a/plugins/mod_s2s.lua
+++ b/plugins/mod_s2s.lua
@@ -179,7 +179,7 @@ end
local function keepalive(event)
local session = event.session;
if not session.notopen then
- return event.session.send(' ');
+ return event.session.sends2s(' ');
end
end