Paul Rubin <http://phr.cx@NOSPAM.invalid> writes: > # add the user to the connected user list, with timestamp and remote IP > status = request(user_list.append, self, time(), remote_ip=whatever) Editing error, ignore the "self," arg up there. Of course there may be other mistakes too, I didn't test any of that code ;-)