plugins/mod_windows.lua
author Kim Alvefur <zash@zash.se>
Sun, 15 May 2022 16:12:34 +0200
changeset 12508 c589874fe348
parent 6003 28a90f5fea46
permissions -rw-r--r--
mod_smacks: Initialize queue before sending <enable> Setting the .smacks field enables code paths that expects the queue to be present. The queue is initialized in wrap_session_out(). With opportunistic writes enabled this happens immediately on .sends2s(), so the sending <enable> must happen before OR after these two lines, not in the middle.

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here