summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network.lua1
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,