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

by dossi
Sat Aug 20, 2005 4:30 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

Will a text editor like EditPlus (for windows) work like pico so it doesn't cause the code to move to multiple lines?
by dossi
Sat Aug 20, 2005 3:50 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

From what demond said, I don't think it's a problem with your code, awyeah. :)

I think it's the one-line / word-wrap thing.

/me gets working on making everything one line
by dossi
Sat Aug 20, 2005 3:40 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

Is there a quick fix for this, or do I have to go through and make sure everything is on one line?
by dossi
Sat Aug 20, 2005 3:20 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

Okay, it's banning now but it's not removing that ban.

I get this error:

Code: Select all

[03:17] Tcl error [pub:advertise]: wrong # args: should be "timer minutes command"
Hmm?
by dossi
Sat Aug 20, 2005 3:12 am
Forum: Archive
Topic: not rehashing?
Replies: 3
Views: 2893

Good to know.

Tried it. Works. Thanks for the help.
by dossi
Sat Aug 20, 2005 2:20 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

hah, that line was commented out *oops*!

Sorry for the post, I should have saw that :oops:

PS: Will do.
by dossi
Sat Aug 20, 2005 1:56 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

yes

Yes, I configured the script to work on the channel "#test-a"
by dossi
Sat Aug 20, 2005 1:08 am
Forum: Archive
Topic: not rehashing?
Replies: 3
Views: 2893

not rehashing?

I'm having a problem where I change a setting in the eggdrop's config file, rehash / restart though the partyline but the setting still sticks. e.g. I changed 'set global-flood-chan 3:5' to 'set global-flood-chan 0:0' but the bot still for flood. This also seems to be happening with scripts, e.g. if...
by dossi
Sat Aug 20, 2005 1:04 am
Forum: Archive
Topic: problem with advertisekick.tcl
Replies: 13
Views: 8619

problem with advertisekick.tcl

I'm having a problem with awyeah's advertisekick.tcl script When someone advertises their channel, it kicks them but does not ban them. Here is the error I get in the partyline: [00:56] Tcl error [pub:advertise]: wrong # args: should be "timer minutes command" Here is the script: ## $Id: a...
by dossi
Fri Jun 24, 2005 5:41 pm
Forum: Archive
Topic: spam detector?
Replies: 5
Views: 2381

Yes, I've seen scripts with a list (that can be addded to) with a list of badwords, e.g. *selling cdkey* or *trading cdkey* - The only reason I'm not using my IRC client to do this is because I don't want to have to be in all of the spam channels at once, I'd rather the bot sit in them and report to...
by dossi
Fri Jun 24, 2005 4:48 pm
Forum: Archive
Topic: spam detector?
Replies: 5
Views: 2381

spam detector?

This might be complicated, any help would be appriciated: I'm looking for a script which sits in channel, and looks for spam. Spam being something like "Selling my CDKey, PM me with offers!" etc. etc. Once it finds the spam, the bot would opnotice, or message it's main channel with a log o...
by dossi
Mon May 16, 2005 4:15 pm
Forum: Eggdrop Help
Topic: Speed?
Replies: 13
Views: 22763

There is a change you might want in the eggdrop compile. Many people ask me how to make the eggdrops send server commands faster. By default an eggdrop sends 1 line per 2 seconds. This may be okay for you, but if you have 5+ eggdrops you might want that to be less. Note that the shorter you make thi...
by dossi
Mon May 16, 2005 4:11 pm
Forum: Archive
Topic: Invite
Replies: 0
Views: 1220

Invite

I'm looking for a script which invites users to a channel which are in the db. User with a specific flag can !add <hostmask> and !del <hostmask> Users can /msg BOT invite and the bot invites them to #channel We're trying to prevent the use of passwords. If you can think of an easier way to do this, ...
by dossi
Thu Apr 14, 2005 4:35 pm
Forum: Archive
Topic: learning
Replies: 1
Views: 986

learning

Ok, I'm fed up with having to search through script archives and beg people for their scripts. I've decided to learn TCL.

Can anyone provide some good start-up tutorials, or provide any advice for a TCL noob? Thanks in advance. Wish me luck sticking to it.
by dossi
Sat Feb 26, 2005 1:48 pm
Forum: Archive
Topic: simple join
Replies: 4
Views: 2290

With a few modifications, it works :-D

Thanks for the help