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.

Search found 28 matches

by Carlin0
Wed Jan 24, 2024 3:54 pm
Forum: Eggdrop Help
Topic: Eggdrop botnet/linking
Replies: 10
Views: 2203

Re: Eggdrop botnet/linking

From .help whois For bots, there are additional flags seen under the "BOTATTR:" section. Valid botflags include: a - alternate (bot is autolinked if no hub bots can be linked) b - ban sharing (pasv bot can share bans with aggr bot) c - channel sharing (pasv bot can share chan changes with ...
by Carlin0
Sat Jun 10, 2023 4:35 am
Forum: Eggdrop Help
Topic: crontab -noemail
Replies: 4
Views: 3400

At the first line of crontab write

Code: Select all

MAILTO=""
by Carlin0
Sun May 07, 2023 8:00 am
Forum: Eggdrop Help
Topic: What can I do about this?
Replies: 3
Views: 2959

Code: Select all

.+ignore *!*@*.internet-measurement.com
by Carlin0
Sun Apr 09, 2023 5:55 pm
Forum: Scripting Help
Topic: RSS feed reader for eggdrop help fix please
Replies: 13
Views: 9183

CrazyCat wrote:
FmX wrote:does the script still work with https links ?
Yes, if you add:

Code: Select all

package require http
package require tls
just before the line

Code: Select all

bind dcc - rss rssreader::settings
Great, it works fine..many thanks ;)
by Carlin0
Sun Mar 06, 2022 3:37 pm
Forum: Eggdrop Help
Topic: [Solved] Eggdrop 1.9.2 don't compile on OpenBSD 7.0
Replies: 1
Views: 3205

[Solved] Eggdrop 1.9.2 don't compile on OpenBSD 7.0

make Making core eggdrop files... cc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/local/include/tcl8.5 -c bg.c In file included from bg.c:25: In file included from ./main.h:90: ./eggdrop.h:791:3: error: unknown type name 'pthread_mutex_t' pthread_mutex_t mutex; ^ 1 error generated. *** Error...
by Carlin0
Fri May 07, 2021 5:46 pm
Forum: Script Requests
Topic: Need Bot talker Question Andswer Sctips
Replies: 1
Views: 2001

by Carlin0
Wed Apr 14, 2021 4:36 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 649711

i installed the script, but i get RSS Warning: couldn't open "file.db". no such file or directory. if i make a file.db i get RSS Error: Invalid feed database file format file.db any ideas how to solve it? I tried to change (for example) "database" "scripts/feeds/reddit.db&q...
by Carlin0
Wed Mar 31, 2021 2:23 pm
Forum: Scripting Help
Topic: Package required rest
Replies: 2
Views: 2262

In Debian just install the package tcllib

https://packages.debian.org/buster/tcllib
by Carlin0
Thu Mar 04, 2021 8:01 pm
Forum: Eggdrop Help
Topic: [Solved] start eggdrop with ./file.conf
Replies: 4
Views: 3393

CrazyCat wrote:WHY ?
Dont touch the #! Just change the path.
I thought it was not read with # at the beginning of the line

:lol:
by Carlin0
Thu Mar 04, 2021 6:33 pm
Forum: Eggdrop Help
Topic: [Solved] start eggdrop with ./file.conf
Replies: 4
Views: 3393

the first line must begin with #!

instead I had only put /path/of/eggdrop

:lol: :lol: 8)
by Carlin0
Thu Mar 04, 2021 8:52 am
Forum: Eggdrop Help
Topic: [Solved] start eggdrop with ./file.conf
Replies: 4
Views: 3393

[Solved] start eggdrop with ./file.conf

I tried to do this but from so many errors and in the end you don't start

Does anyone have a file.conf that works in this way?
by Carlin0
Wed Mar 03, 2021 12:35 pm
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5869

In my VPS Debian 10 it works very fine

tested with eggdrop 1.8.4 and 1.9.0-rc3
by Carlin0
Wed Mar 03, 2021 11:34 am
Forum: Scripting Help
Topic: urltitle grabber
Replies: 11
Views: 5869

by Carlin0
Wed Feb 24, 2021 12:28 pm
Forum: Script Requests
Topic: Script for freenode
Replies: 2
Views: 1953

I immediately tried with the 2nd syntax and work fine ;)

Thanks