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.

Time out on Connect

General support and discussion of Eggdrop bots.
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Time out on Connect

Post by kaio! »

Hi again
i have a problem on connecting to irc...

Code: Select all

[13:16] Verbindung getrennt von irc.yumi.dairc.us
[13:17] Versuche Server irc.pacifica.dairc.us:6667
[13:17] Connected to irc.pacifica.dairc.us
[13:17] Verbindung getrennt von irc.pacifica.dairc.us
[13:18] Versuche Server irc.deltaanime.net:6667
[13:19] Timeout: connect to irc.deltaanime.net
[13:19] Versuche Server irc.yumi.dairc.us:6667
[13:19] Connected to irc.yumi.dairc.us
[13:19] Verbindung getrennt von irc.yumi.dairc.us
[13:20] Versuche Server irc.pacifica.dairc.us:6667
[13:21] Timeout: connect to irc.pacifica.dairc.us
[13:21] Versuche Server irc.deltaanime.net:6667
[13:21] Connected to irc.deltaanime.net
[13:21] Verbindung getrennt von irc.deltaanime.net
[13:22] Versuche Server irc.yumi.dairc.us:6667
[13:23] Timeout: connect to irc.yumi.dairc.us
[13:23] Versuche Server irc.pacifica.dairc.us:6667
its in german but i think you know what it mean

the egdrop conf part:
set servers {
irc.deltaanime.net
irc.yumi.dairc.us:6667
irc.pacifica.dairc.us
irc.deltaanime.net:6667
}
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Firewall? Can you connect to these servers using your IRC client?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

solved it was port 6669 ...

another problem
i load scripts like dice and seen but if i type in the chan
!seen kaio
noting happens
!seen someone noting....
!dice / !play bot
nothing

the bot dont respond or run the scripts...
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Does the bot show the putlog line indicating that the script was actually loaded?

How are you trying to load them?
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

he wirtes that the script is loaded

i load them with the eggdrop.conf
source scripts/script.tcl
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Do the scripts require enabling them per channel?
The dice script from kungfoo does require enabling it, I use the bseen module not the seen script, but I'm pretty certain the seen script also requires enabling it per channel..
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

you mean the chanel set in script?
i have edited it...
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

ok now i compiled a .17 bot

a badword script works

BUT
the public command script
dont works
!k name reason
nothing happens -.-
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

user error.. Read: http://forum.egghelp.org/viewtopic.php?t=10215
and then post some error info, cos otherwise we've no way to guess what you're doing wrong.
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

# have your .tcl and .set commands enabled, meaning that you need to open your config and comment out (or remove) the following lines:
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
then save config and restart the bot

1: done
1: the bot still reply `What? You need .help', ...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

kaio!: If you did what was requested and it is not working then you did not .restart your bot.

Changes to binds require restarts, not rehash. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
k
kaio!
Voice
Posts: 19
Joined: Fri Nov 10, 2006 6:59 pm

Post by kaio! »

im not stupid q.q

i restart my bot i restart the damn root o.o

but it says What? You need .help!
(at both commands .set .tcl)
and scripts still wont work
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

kaio! wrote:im not stupid q.q
No one said you were.
i restart my bot i restart the damn root o.o
Cannot run eggdrop from root so why?
but it says What? You need .help!
(at both commands .set .tcl)
and scripts still wont work
Change:
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
.. to this ..
#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set
.. and restart the bot.

Then paste the results of ".set errorInfo".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Alchera wrote:#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set
actually, change them to:

Code: Select all

bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:set
At least that is what I have in my config and it works just fine.

Also, I would strongly advise you do NOT run eggdrop as root, unless you relish the prospect of being hacked and giving root access to anyone. There is absolutely no reason to need to run eggdrop as root!!! Fix your system and your file permissions!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

rosc2112 wrote:
Alchera wrote:#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set
actually, change them to:

Code: Select all

bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:set
At least that is what I have in my config and it works just fine.
Read the source and you'll find the binds already there (hence the unbind); commenting those two lines or simply deleting them is all that is needed: Which has worked for me since time immemorial (so to speak). :)
# Comment these two lines if you wish to enable the .tcl and .set commands.
# If you select your owners wisely, you should be okay enabling these.
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply