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.

"join 0"

General support and discussion of Eggdrop bots.
Post Reply
N
NewzUK
Master
Posts: 200
Joined: Mon Nov 18, 2002 3:10 am
Location: Auckland, New Zealand
Contact:

"join 0"

Post by NewzUK »

Hi there

When I .restart my eggdrops, it is causing the IRC network I use to automatically g-line them. (this does not happen I kill them with .die and launch again).
Have spoken to a network op, and they asked me to remove "join 0" from my code, as they use that as a key to help them gline spammers.

I've searched all my scripts etc but cannot find anything like that. Does anyone know what setting this could be or how to get rid of it as I have no idea!

Thanks in advance.
#Newsroom - Where News & Markets Connect
http://www.inewsroom.net
#Newsroom on irc.othernet.org
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

It's in eggdrop sources. Bot is using "JOIN 0" to leave all channels it's on.
Check src/mod/irc.mod/irc.c - irc_close() function and comment that code if you want ;)
Que?
N
NewzUK
Master
Posts: 200
Joined: Mon Nov 18, 2002 3:10 am
Location: Auckland, New Zealand
Contact:

Post by NewzUK »

thanks KrzychuG - having trouble locating the file that code is in however...
#Newsroom - Where News & Markets Connect
http://www.inewsroom.net
#Newsroom on irc.othernet.org
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

NewzNZ wrote:thanks KrzychuG - having trouble locating the file that code is in however...
You re kidding?
src/mod/irc.mod/irc.c
Did you bother to look in the eggdrop1.6.17 folder?

Code: Select all

static char *irc_close()
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
N
NewzUK
Master
Posts: 200
Joined: Mon Nov 18, 2002 3:10 am
Location: Auckland, New Zealand
Contact:

Post by NewzUK »

whatever - dont bother replying to a help forum if you have to be rude about it.
#Newsroom - Where News & Markets Connect
http://www.inewsroom.net
#Newsroom on irc.othernet.org
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

NewzNZ wrote:whatever - dont bother replying to a help forum if you have to be rude about it.
Rude? In what particular way?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply