Skip to content

Commit

Permalink
Removed ip from finger command
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Mar 31, 2023
1 parent db9b8ea commit 85aa40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ygo/parsers/lobby_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ def finger(caller):
pl.notify(pl._("Encoding: %s.")%(account.encoding))
if account.banned:
pl.notify(pl._("This account is banned."))
pl.notify(pl._("IP address: %s.")%(account.ip_address))

@LobbyParser.command(names=["reloadlanguages"], allowed = lambda c: c.connection.player.is_admin)
def reloadlanguages(caller):
Expand Down

0 comments on commit 85aa40b

Please sign in to comment.