PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: AdamLC on 16 November, 2003, 16:23:20

Title: Search Script
Post by: AdamLC on 16 November, 2003, 16:23:20
Just a simple script that would pm me what users where searching and when the join and leave.

Also is it pobbible to reg all my bots under the same name?
Title:
Post by: BrokenBrick on 16 November, 2003, 16:30:31
If you are using dc++ just use the search spy function to see what people are searching for, anf how many times each search string was tried

If you want to reg all bots under one name, the only way would be to combine all your scripts into one huge script.  If you don't want them around for aesthetic reasons just remove the following function:

function Main()
frmHub:RegBot( bot_name )

end

Its usually in a little section by itself near the beginning of a script
Title:
Post by: AdamLC on 16 November, 2003, 19:44:16
I have just thought of something better. If possible could someone please make a script that will decode the ptokax command messages and them pm them to me.

E.G. Istead of ptokax command : $RevConnectToMe Spurrious Jedi|

A nice command is pm'ed too you like "Spurrious Has Connect To Jedi"

Ptokax Command : $To: Matt From: [RO]Phaze $<[RO]Phaze> i cant find a host for a hub i want to start|

Pm command : [RO]Phaze has PM'ed Matt "i cant find a host for a hub i want to start"

If someone could make this script or a script that pm's just me the ptokax commands strait off

Thanx Adam