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

by willyw
Sat Jun 25, 2022 3:55 pm
Forum: Script Requests
Topic: Markov Chain'ish Script
Replies: 3
Views: 1964

Re: Read random file line

SpiKe^^ wrote: From http://forum.egghelp.org/viewtopic.php?t=20572 (Thanks willyw:)
Wow ... I sure recognized the style! :) But I'd totally forgotten it.

Thank YOU for posting it and the link to that thread.
by willyw
Sat Jun 25, 2022 7:31 am
Forum: Script Requests
Topic: Markov Chain'ish Script
Replies: 3
Views: 1964

Re: Markov Chain'ish Script

Anything here that will do what you want?

http://tclarchive.org/search.php?Quote
by willyw
Wed May 25, 2022 8:26 am
Forum: Script Requests
Topic: Copy channel Ban / Invite / Exceptions list?
Replies: 6
Views: 2456

Re: Copy channel Ban / Invite / Exceptions list?

One idea: /mode #channelName b Do this in your irc client. This returns the list of bans on that channel. Copy it. Save it. Done. If this IS what you want, and then you want to automate the process to happen periodically, then we are off to the races on figuring a good way to do so. ;) Side note: If...
by willyw
Thu May 05, 2022 6:55 am
Forum: Script Support & Releases
Topic: BogusTrivia - time between questions more than 60 seconds?
Replies: 5
Views: 4086

CrazyCat wrote:!summon SpiKe^^
...

I like that ! ... I have to remember it, for future use.


:)
by willyw
Thu Mar 17, 2022 10:49 am
Forum: Script Requests
Topic: All Eggdrop DCC commands in Private Message ?
Replies: 4
Views: 3983

... How do you access the eggdrop's Partyline from Telnet/Putty? ... Let's consider two methods of using a telnet client to log into eggdrop's partyline. First method: connect your client to bot Look in your bot's eggdrop.conf file. Find: # You need to un-comment this line and change the port numbe...
by willyw
Tue Mar 01, 2022 11:03 pm
Forum: Script Requests
Topic: Bass's seen script - accept channel join/part data from mIRC
Replies: 3
Views: 2082

Heya willyw - that would work in some channels, but I'm on good terms with the channel owner, and manager, and don't want to sneak a bot into there. Fair enough. Makes sense. ;) Thanks for the info about the ctcp values - that's actually very helpful for more general reasons. Good. :) And you're we...
by willyw
Tue Mar 01, 2022 8:14 pm
Forum: Script Requests
Topic: Bass's seen script - accept channel join/part data from mIRC
Replies: 3
Views: 2082

Re: Bass's seen script - accept channel join/part data from

As I understand you, you want to be able to continue to have Bseen work for just you - the bot owner. I'm thinking that your proposed method could be complicated. Let's see if somebody else comments otherwise. In the meantime, just thinking about how to achieve your goal : Have you ever played with ...
by willyw
Sun Feb 27, 2022 12:41 pm
Forum: Script Requests
Topic: Reop-Mode
Replies: 11
Views: 3145

Re: Reop-Mode

It appears that this server mode acts only if there are no ops in the channel. ( We can't duplicate that with an Eggdrop, as the bot itself must still be op'd, for it to be able to op anyone else. ) I'm wondering if we are going to re-invent the wheel here. :) Is the built-in "+o" flag goo...
by willyw
Wed Feb 23, 2022 10:20 am
Forum: Eggdrop Help
Topic: DCC connect issue with VPN?
Replies: 8
Views: 5216

Re: DCC connect issue with VPN?

fusionx wrote: ... as I need to move clients into channels to hold them with Ops, etc..
...

Put two or more bots in those channels. Have them op each other.

( This doesn't solve your original problem - I just couldn't help but say it. :) )
by willyw
Wed Feb 23, 2022 10:17 am
Forum: Eggdrop Help
Topic: DCC connect issue with VPN?
Replies: 8
Views: 5216

Can you telnet into the bot's partyline?
If you can, and just sit there, staying connected - maybe you'll see something in the partyline that could be a clue?

Even experiment with the console flags, allowing yourself to see more, sometimes.


Just a thought.....
by willyw
Fri Feb 11, 2022 12:11 am
Forum: Scripting Help
Topic: Pinging Server
Replies: 2
Views: 1573

Re: Pinging Server

Just wanted to make sure this is what I want: putquick "PRIVMSG $botnick :RAW -q PING $server" Another thought: For simple one-liners like that, there is a quick and easy way to test. If you have enabled the use of the .tcl command for your (owner's) use in the partyline, then you could d...
by willyw
Fri Feb 11, 2022 12:04 am
Forum: Scripting Help
Topic: Pinging Server
Replies: 2
Views: 1573

Re: Pinging Server

Hi, I want to ping IRC server every n minutes and I found a script which does that.. Just wanted to make sure this is what I want: putquick "PRIVMSG $botnick :RAW -q PING $server" Thanks I don't think so. Perhaps I don't understand just what it is that you need to do, and why. Can you dem...
by willyw
Wed Feb 09, 2022 2:46 pm
Forum: Other Topics
Topic: Not receiving email notifications from forum
Replies: 6
Views: 2225

skull wrote: ...
I wouldn't know what else to check if they're being blocked by the server..

Are we sure that they are literally being blocked? Or, is it possible that your email server is putting them in something like a "Junk" email folder, instead of your inbox ?
by willyw
Sun Jan 23, 2022 6:42 pm
Forum: Script Requests
Topic: Looking For json.tcl
Replies: 2
Views: 2403

Re: Looking For json.tcl

While not a tcl script, here:

https://www.eggheads.org/tclscripts

is some handy info on json, and other stuff, too.
by willyw
Thu Dec 30, 2021 10:32 am
Forum: Script Requests
Topic: display all created users and their flags with pub or pm msg
Replies: 27
Views: 7927

... only it outputs the time of created user in like {created 1640809963} unlike a more readable date I'm having trouble finding exactly what that is. I have a guess, but I wanted to be sure. Maybe you can tell me. Have a look at this: <jack3> .tcl ctime 1640809963 <botnick> Tcl: Wed Dec 29 20:32:4...