PtokaX forum

Lua 5.3/5.2/5.1 Scripts (for PtokaX 0.4.0.0 and newer) => Request for scripts => Topic started by: Hamachi on 02 July, 2011, 00:12:16

Title: Show users there not join but try connect
Post by: Hamachi on 02 July, 2011, 00:12:16
Some there can make a script like: Show users there not join but try connect

Users send first:
- <unknown>
: SupportsArrival: $Supports UserCommand NoGetINFO NoHello UserIP2 TTHSearch ZPipe0 TLS

After join (login):
[NICK]
: ValidateNickArrival: $ValidateNick [NICK]

maby somfing there look after this !

Thanks :)
Title: Re: Show users there not join but try connect
Post by: Hamachi on 03 July, 2011, 09:35:24
Both i think.

you mean hublist pingers ?
Title: Re: Show users there not join but try connect
Post by: Hamachi on 03 July, 2011, 15:01:32
Nice work

Error:

T[user.sIP] = {os.time(),"The "..rp.." nick,rp}
to
T[user.sIP] = {os.time(),"The "..rp..nick,rp}

it not work 100 like i think it,
i mean then the hub get SupportsArrival it shall be check after that, not after ValidateNickArrival

maby both will be good to have.
Title: Re: Show users there not join but try connect
Post by: Hamachi on 03 July, 2011, 15:29:05
It shall take after SupportsArrival for all, so it dont get the nick but only the ip.

it is for private hubs, so the owners can see if some try connect to the hub, but dont have a login.

Right now i show if user write password a bad password ?
Title: Re: Show users there not join but try connect
Post by: Hamachi on 03 July, 2011, 21:46:41
But thanks Muter :)