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.

1 bot on 2 networks at the same time? [SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
M
Mewbie
Voice
Posts: 12
Joined: Tue Mar 17, 2009 8:03 am

1 bot on 2 networks at the same time? [SOLVED]

Post by Mewbie »

Hello :)

I would like to have my bot on '2 networks at the same time' (like psybnc does)
1st network would be: efnet
2nd network would be: linknet as a SSL encrypted client (port +7000)

I have my server settings in my bot.conf for efnet servers
Also these default settings referring to networks;

# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 0


And at the bottom:

if {[info exists net-type]} {
switch -- ${net-type} {
"0" {
# EFnet
source scripts/quotepong.tcl
}
"2" {
# Undernet
source scripts/quotepass.tcl
}
}
}

Thank you!
Last edited by Mewbie on Sat Oct 24, 2009 11:25 am, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Without extensive patching or scripting, eggdrop will only remain connected to one irc server at a time.
NML_375
b
blueangelzx
Voice
Posts: 8
Joined: Thu Jun 24, 2004 3:11 am

Post by blueangelzx »

What about old emechs? :D
M
Mewbie
Voice
Posts: 12
Joined: Tue Mar 17, 2009 8:03 am

Post by Mewbie »

Have a working method using psybnc. To see how go to
http://mewbies.com
click on eggdrop then scroll down to "HOW TO HAVE 1 BOT / EGGDROP ON MULTIPLE SERVERS"
Post Reply