The last man turns off the light.

This commit is contained in:
acmgit 2022-03-03 02:29:51 +01:00
parent 8252826d5e
commit 0fe753592d
4 changed files with 12 additions and 6 deletions

View File

@ -23,6 +23,11 @@ sc.registered_commands[cname] = function(player)
end -- if(not privs.channelmod
if(not sc.irc_on) then
sc.print(player, sc.red .. S("Sorry, the own IRC is off."))
return
end
if(sc.automatic_reconnect) then
sc.reconnect = 0
sc.print(player, sc.green .. S("Automatic reconnect started."))

View File

@ -121,8 +121,8 @@ Moves a player to <channel> or to self.=Verschiebt einen Spieler in <Kanal> oder
Automatic reconnect started.=Automatische Neuverbindung gestartet
Error: You are not a channelmod.=Fehler: Du bist kein Kanalmoderator.
IRC is already connected.=IRC ist schon verbunden.
New connect to irc started.=Neue Verbindung zu IRC gestartet.
Sorry, the own IRC is off.=Entschuldigung, aber der eigene IRC ist offline.
Starts the counter for automatic reconnect.=Startet den Zähler für automatische Neuverbindungen.
### cmd_status.lua ###
@ -198,5 +198,6 @@ Unknown Command. No helpsystem available.=Unbekanntes Kommando. Hilfssystem nich
##### not used anymore #####
IRC is already connected.=IRC ist schon verbunden.
joins the World=betritt die Welt.
leaves the World=verlässt die Welt.

View File

@ -121,8 +121,8 @@ Moves a player to <channel> or to self.=
Automatic reconnect started.=
Error: You are not a channelmod.=
IRC is already connected.=
New connect to irc started.=
Sorry, the own IRC is off.=
Starts the counter for automatic reconnect.=
### cmd_status.lua ###