diff --git a/ethermess.py b/ethermess.py index 7f34d51..e428dee 100644 --- a/ethermess.py +++ b/ethermess.py @@ -254,7 +254,7 @@ def handle_user_command(backend, line): elif command == '/peers' and rest == '': # List all the known peers for mac, peer in peers.items(): - print('--- ~%s (%s) [%s]' % (timestamp(), peer.nick, peer.status.name, format_mac(mac))) + print('--- ~%s (%s) [%s]' % (peer.nick, peer.status.name, format_mac(mac))) elif command == '/available' and rest == '': # Set status to available