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 35 matches

by Carlin0
Sun Nov 03, 2024 3:41 pm
Forum: Scripting Help
Topic: what's the problem?
Replies: 2
Views: 137

Re: what's the problem?

You don't need a script to do this, in partyline:

Code: Select all

.chanset <channel> ban-time <minutes>
by Carlin0
Sun Sep 22, 2024 2:48 pm
Forum: Script Support & Releases
Topic: UNO Ads error on timer
Replies: 10
Views: 2666

Re: UNO Ads error on timer

aut wrote: Sun Sep 22, 2024 1:15 pm here the tcl
https://file.io/K5kVn1buIqXj
Deleted file...
by Carlin0
Mon Sep 09, 2024 10:43 am
Forum: Script Support & Releases
Topic: Chanlimit 1.5
Replies: 2
Views: 762

Re: Chanlimit 1.5

Help is written in the script itself

Code: Select all

# DCC commands (channel/global +m users)
# .dolimit to run limit checking on demand
# .stoplimit to temporarily stop limiting
# .startlimit to restart limiting
#
by Carlin0
Sun Aug 25, 2024 1:41 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.10.0 Release
Replies: 2
Views: 1380

Re: Eggdrop 1.10.0 Release

CrazyCat wrote: Sun Aug 25, 2024 11:16 am
BTW, you can test the RC1 and contribute on github if you find bugs.
I have already installed RC1 on some VPS, but so far I have not found any bugs ;)
by Carlin0
Sun Aug 25, 2024 10:46 am
Forum: Eggdrop Help
Topic: Eggdrop 1.10.0 Release
Replies: 2
Views: 1380

Eggdrop 1.10.0 Release

Hi, is there already a date for the release of the final version or is it still unknown? :)
by Carlin0
Mon May 06, 2024 7:44 am
Forum: Scripting Help
Topic: bad nick txt file ?
Replies: 6
Views: 3567

Re: bad nick txt file ?

With a little imagination you don't even need a script to keep the bad nicknames at bay:

* You create a user in the bot
* Give user the +k flag
* Add as many nicknames as you want
by Carlin0
Sun May 05, 2024 2:34 pm
Forum: Scripting Help
Topic: bad nick txt file ?
Replies: 6
Views: 3567

Re: bad nick txt file ?

If you search in tclarchive.org there are several scripts for this
by Carlin0
Wed Jan 24, 2024 3:54 pm
Forum: Eggdrop Help
Topic: Eggdrop botnet/linking
Replies: 10
Views: 5866

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: 6156

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: 5485

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: 11040

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: 4712

[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: 2283

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

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...