1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-25 02:00:37 +01:00

[irc_modpack & rofl] Update and cleaning

- Clean a print in ROFL
- Update irc_modpack with unique `login` command for both tokens and passwords
This commit is contained in:
LeMagnesium 2015-11-30 18:34:26 +01:00
parent fba60e122e
commit c5dd73d12f
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit eca49efd4a337a42e6f9dd8c42ab901b7352bb4c Subproject commit c8538c762bf62478bbda5b5a9df14b2868fab9fa

View File

@ -235,7 +235,6 @@ function tick()
for x = 1, rofl.conf.Apertick do for x = 1, rofl.conf.Apertick do
if not rofl.buffers.ACache[1] then break end if not rofl.buffers.ACache[1] then break end
print(minetest.pos_to_string(rofl.buffers.ACache[1][1]) .. " : " .. rofl.buffers.ACache[1][2].name)
minetest.set_node(rofl.buffers.ACache[1][1], rofl.buffers.ACache[1][2]) minetest.set_node(rofl.buffers.ACache[1][1], rofl.buffers.ACache[1][2])
table.remove(rofl.buffers.ACache, 1) table.remove(rofl.buffers.ACache, 1)
end end