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.

I need a special script, that i cannot find anywhere ???

Old posts that have not been replied to for several years.
Locked
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

I need a special script, that i cannot find anywhere ???

Post by Moonshine »

Hi everybody ...

My problem:

There is a user in a chan in for example Undernet

Now i would like to have a bot that post everything that special user says in the chan in another chan in EFNET.

I think that is not possible because, the bot cannot join 2 different irc networks.
So my idea was to make it with 2 bots. One bot is in the chan in undernet and telnets to the other bot, that is in efnet and make a ".say #chan #message"

Is that possible ? Is there another solution for that problem ? Or could somebody code such a tcl script. ( Perhaps alot of ppl could use such a script)

TIA Moonshine
Perhaps
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Yes,i think such script could work,im thinking im must make it so, so bot wil say messege on telnet to the other bot....I will try to make it, but if i will make it , it will take long time, because i havent got many time to making tcl scripts....

I will try to find one way ....


Greetings 8)
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

Post by Moonshine »

hey ]Kami[

TIA ... really great if u would code it. :D

it would be fantastic if the script would be as flexible as possible.
I mean:
  • if possible please try to make it easy to set the user (and its chan) who should be monitored (or that the bot can monitor more that 1 user in different chans),
    the ip and port of the other bot
    and also very important:a username and pass that exist on the bot we want telnet to
i really don't understand why there isn't already such a script. :wink:
I think it is pretty need !

Gr33tz
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Moonshine wrote:hey ]Kami[

TIA ... really great if u would code it. :D

it would be fantastic if the script would be as flexible as possible.
I mean:
  • if possible please try to make it easy to set the user (and its chan) who should be monitored (or that the bot can monitor more that 1 user in different chans),
    the ip and port of the other bot
    and also very important:a username and pass that exist on the bot we want telnet to
i really don't understand why there isn't already such a script. :wink:
I think it is pretty need !

Gr33tz
I'm sure there already are.. try a search of the various tcl archives for 'relay' and 'chanrelay' and variations ..
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

actually, since kall has made categories in the TCL archive... there is a category for this type of scripts, there are a lot.
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

Moonshine, go to this page and search for the word "relay"

http://www.egghelp.org/tcl.htm
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

check this page.

at the http://www.egghelp.org/tcl.htm :
Channel Linking Scripts (8)
Link channels on different IRC networks, with the bots relaying channel activity between them
this is the category I was talking about.
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

Post by Moonshine »

i looked one more time into that category ( of coursed, i had searched there already before i had posted here ;)... but unfortunately i cannot find a script, that has a setting to select only 1 or 2 certain user who should be spyed.
All the scripts ( at leased the scripts that connect 2 different networks) send the messages of all users. U can only set some settings for topic, Op or unop ... things like that.

Tell me if i am wrong.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Just add a custom flag to the binds of some existing script and chattr the users you want relayed +that flag
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

Post by Moonshine »

OK ... i got that script to relay 2 chan from 2 different networks.

http://irchelp.unibg.org/irchelp/Downlo ... ink.tcl.gz

And so far ... everythink works great!

But it would be really need, if somebody could explain WHAT and WHERE i have to insert something, that only one certain user will be linked from the one chan to the other !!!

I really appreciate your help ...
I just don't get it myself :(

Moonlight
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

http://www.egghelp.org/tclhtml/3478-4-4-0-1.htm

all those are are channel linking scripts :p on this sites tcl archive
XplaiN but think of me as stupid
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

Post by Moonshine »

http://www.egghelp.org/tclhtml/3478-4-4-0-1.htm

all those are are channel linking scripts :p on this sites tcl archive
404: Not Found
The requested URL /tclhtml/3478-4-4-0-1.htm was not found on this server.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

are you sur ?

http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=289 try this

dude its on this site ?? its a section in tcl archive there is a section called channel linking, thats what it is ..
XplaiN but think of me as stupid
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=716

or try this cause that other one is a compresed using an installer ...? go figure why
XplaiN but think of me as stupid
M
Moonshine
Voice
Posts: 19
Joined: Sat Aug 09, 2003 4:19 pm

Post by Moonshine »

hi Ofloo ... I just dont get it ...

1. Like i already wrote, i searched in that section already for a script.
2. I couldn't find a script that can easily link only ONE user to another chan. And the netlink107 script cannot do it aswell.
(u can only set that only voiced user will be linked or u can turn certain users off)
3. All i want to do is link ONE user ... so i thought that i wouldn't need the biggest and most complicated script, like:netlink107.tcl
4. That was the reason i tried the clink script (see the link in my forth post)
5.Now, all i want to know is how to do this:
Just add a custom flag to the binds of some existing script and chattr the users you want relayed +that flag
or something similar so that only the certain user/bot is linked.

6. If i'm just to stupid and that's what u try to tell me all the time ... i'm really sorry ... perhaps i missed some oxygen in my early days :o
Be patiently :roll:
Locked