Hi all,
ive been hammering my head now on a way to do this for quite some time, I need a script that works from a database ( i.e database.txt, database.db )
It needs to Scan both every 5 minutes or manually for users within a list possibly a better way to explain is to provide and example lol.
<user>!uscan
<bot> Nick1 Is Online [ note about user here ]
<bot> Nick1 #channellist here
<bot> Nick4 is Online [ note about user here ]
<bot> Nick4 #channelist here
so basicaly the database would need to hold both nicknames for the bot to look for and whois aswell as a short info line about the user
also i dont wish to show not online users the best match i found to my needs is http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=669
the problem with this is it seems to hang after first run
... is this possible ?
thanx guys