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.

Search found 61 matches

by Buffy_25
Sun Feb 06, 2005 6:07 pm
Forum: Archive
Topic: Tcl error [joinproc]: invalid command name "}"
Replies: 13
Views: 4559

Tcl error [joinproc]: invalid command name "}"

Hi, I have a problem with my code below. I have two bots in my channel. When Blacky joins, this bot1 sends the current uptime of the online users in #channel to Blacky. But before that those times are being sent to Blacky, Blacky needs to reset it's times. So this bot1 sends (putbot) "clear&quo...
by Buffy_25
Sun Nov 28, 2004 8:31 am
Forum: Archive
Topic: AI bot
Replies: 6
Views: 3713

Hi YooHoo, In fact J-Alice can be found on http://j-alice.sourceforge.net/ I knew how to join a channel passw protected and to identify to nickserv. but thnx anyway :lol: Is alice.tcl very elaborated chat bot? (since J-alice was acting as real human...). But i don't know if J-alice is restricted to ...
by Buffy_25
Sun Nov 28, 2004 4:22 am
Forum: Archive
Topic: AI bot
Replies: 6
Views: 3713

AI bot

Hi, I made a search on the forum for this, but in vain :-? I have eggdrop 1.6.17 and downloaded J-Alice (AI bot). I'm encountering some difficulties to understand how this is working (maybe some of you already tried this...) I can make this J-alice work and enter a channel. But it doesn't seem to be...
by Buffy_25
Sun Sep 26, 2004 9:03 am
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Same here !
Sorry...clicked several times on submit. Deleted the same msg...

Buffy
by Buffy_25
Sun Sep 26, 2004 9:02 am
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Hi YooHoo, In fact i would like to recongize the users joining (not my bot's nick). So how can i make my script recognize if the users that are joining with a nick (that looks like their handle on my bot i.e. Blargo and he joins with Blargo_zzz) and don't add him additionally with that X_zzz handle ...
by Buffy_25
Sun Sep 19, 2004 4:17 am
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Anyone please?

Thnx.

Buffy
by Buffy_25
Thu Sep 16, 2004 2:22 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Thnx user! This is working great. :D Btw, i looked on the forum with the search results for a script that added a user automatically on a onjoin. But in vain :-? Can someone please help me to put me on the right way to start a script like this: When a person joins my #channel. My bot then checks if ...
by Buffy_25
Sun Sep 05, 2004 4:02 am
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

How can i put in an setuser XTRA parameter a timer? For example: setuser $hand XTRA startjointime "start a timer now in seconds" ? Is this possible? So i would like that when i do setuser for a certain person, it starts counting from 0 sec till i ask the getuser (with this i'll get the ela...
by Buffy_25
Sat Aug 28, 2004 1:49 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Hi,

Can someone help me a bit more please? :-?

Thnx.

Buffy
by Buffy_25
Wed Aug 25, 2004 2:41 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Alchera, Thnx for the info. After having some time again, i read some TCL/.../ pages you wrote above, and tried to script this part again. Find below what i want to do, and how i tried to script it: (i have 2 bots in my channel. Let's say bot1 is connected, and bot2 isn't) When bot1 joins, he needs ...
by Buffy_25
Fri Jul 30, 2004 6:04 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Hi, Can someone please show me an example how i can add some info into the XTRA field and how i can make it visible in a channel on a certain command? I searched on the internet to have some more info about setuser and getuser but couldn't find info needed on how to work with it :( All additional in...
by Buffy_25
Tue Jul 27, 2004 6:02 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Hi, Still having some questions after reading the docs... In the tcl-commands.doc, do the <handle> (i think this is the nick of the person i saved on my bot) needs to be a created/saved handle before the info can be stored into the XTRA field of that handle? Let's say a new person enters my channel,...
by Buffy_25
Wed Jul 21, 2004 8:04 am
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

meij,
So you mean when my bot connects to the botnet, he gets the info to him?

gb,
What you mean with user's XTRA field? Is that a specific way to store data in tcl?

Regards,

Buffy
by Buffy_25
Mon Jul 19, 2004 6:14 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Hi,

Can some1 please help me with this? :-?

Thnx.

Buffy
by Buffy_25
Sat Jul 17, 2004 12:18 pm
Forum: Archive
Topic: Sending info from one bot to the other
Replies: 18
Views: 6010

Sending info from one bot to the other

Hi, I'm trying to send info from one bot to my other bot. What i wanna do is: Bot one is connected and is controlling the channel. He keeps also the times from the persons that are online. Let's say bot two connects 1 day later, then i want that bot one sends the connected time of my members (that a...