diff options
author | Test_User <hax@andrewyu.org> | 2024-07-05 21:37:48 -0400 |
---|---|---|
committer | Test_User <hax@andrewyu.org> | 2024-07-05 21:37:48 -0400 |
commit | d87cbdc36b04a8d27ee09ebcfb2ba941448f3349 (patch) | |
tree | b7305a3b71d4f75f390681e3361aa933ca32a619 | |
parent | Configurable command prefix (diff) | |
download | lua_coupserv-master.tar.gz lua_coupserv-master.zip |
-rw-r--r-- | network.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network.lua b/network.lua index 1fdd678..49cb0d7 100644 --- a/network.lua +++ b/network.lua @@ -160,6 +160,7 @@ message_handler = { ["SQUIT"] = function(con, sourge, args, original) if juped_list and juped_list[args[1]] then con:send(":"..config.sid.." SERVER "..servlist[args[1]].address.." * 0 "..args[1].." :Juped.\n") + juped_list[args[1]] = nil end end, |