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.

values from one bot to an other

Old posts that have not been replied to for several years.
Locked
m
misterys
Voice
Posts: 23
Joined: Sun Mar 30, 2003 2:43 pm

values from one bot to an other

Post by misterys »

hi,

just a new problem,

i have to give some values from one bot to an other bot, how can i do this?

except for bind msg oder bind notc...
sometimes it's working, sometimes not..

e.g.
this doesnt work:

Code: Select all

bind msg - "lala_fleetlost" olala_niederlage
proc olala_niederlage { nick uhost handle keyword } { 
...}
and the same stuff, just with other bind words is working in an other proc

is there an other way to give values from one bot to an other?
maybe with a botnet?

btw eggdrop 1.6.15 and tcl version: 8.3.3, i will upgrade to eggdrop 1.6.17 in a minute
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

If your bots are linked you can pass information across using 'putbot'.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked