This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

gseen module

Old posts that have not been replied to for several years.
Locked
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

How do we remove the nicks-being-tracked database from the bot?

Like i tried to delete the .dat file which stores info, but it comes back again by the next 'ls'.

Any way?
Dormant egghead.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

try killing the bot and deleting it
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Darn!.. Why cudnt i think of it!, anyways, thanks a lot.

Another thing, therez a script on gseen's website which doesnt make multiple of the channel bots running gseen to reply to !seen requests.

But i didnt understand how to quite accomplish what i want.

Actually, i have 2 bots, out of which one currently runs the gseen bot.. But i want to run gseen on the other bot, and only one to reply when both are around.
But when one is down, i want the other to reply. And the script sez that the bot that is flagged '1' will be kept quiet during a !seen.

Any ideas?
Dormant egghead.
b
bleah

Post by bleah »

On 2002-03-16 06:09, Yourname wrote:
Darn!.. Why cudnt i think of it!, anyways, thanks a lot.

Another thing, therez a script on gseen's website which doesnt make multiple of the channel bots running gseen to reply to !seen requests.

But i didnt understand how to quite accomplish what i want.
You can have other bots linked on the botnet running gseen, but are not in the same channels.

YourBot is in #yourchannel, #theretoo
SomeonesBot is in #hisownchannel, #somewhereelse

in #yourchannel, someone is looking for "Lamer". Lamer has never been seen in #yourchannel and #theretoo, so the bot forwards the seen request to SomeonesBot, then YourBot returns the forwarded info: SomeonesBot said that Lamer has been last seen yesterday in #hisownchannel (blah)

The AI also has a verification routine that will avoid bots talking to each other, creating a loop or something.

Reminds me of a channel where I said "meow" and 2 auto-reply scripts started meow'ing back to me, then to each other, triggering each other's script...
Actually, i have 2 bots, out of which one currently runs the gseen bot.. But i want to run gseen on the other bot, and only one to reply when both are around.
But when one is down, i want the other to reply. And the script sez that the bot that is flagged '1' will be kept quiet during a !seen.

Any ideas?
You will need a little TCL skill to script something that will identify the main bot and the secondary, monitor the channel for each other's presence, the secondary takes over if the primary is missing and no longer replies when the main bot comes back...
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

If only i were purrrrrfect at TCL, i just got started.
Dormant egghead.
Locked