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

by jfb392
Mon Jun 18, 2007 8:19 pm
Forum: Scripting Help
Topic: Take the nick when the bot quits IRC.
Replies: 5
Views: 3762

Can you force Eggdrop to change nicks? I've never tried it. I'm guessing you could probably set the bots default nick as etari, then if it's in use, it will go to an alternate nick. Then, you could probably have it execute .restart every time it finds "etari has quit IRC". Only problem is,...
by jfb392
Mon Jun 18, 2007 2:47 am
Forum: Eggdrop Help
Topic: Change default channel
Replies: 2
Views: 2822

.console #channel
.save
by jfb392
Mon Jun 18, 2007 2:06 am
Forum: Script Requests
Topic: Blowfish decrypt/encrypt script
Replies: 1
Views: 2641

Blowfish decrypt/encrypt script

I tried searching for a script, but there seems to be no public ones, and the best thing I can find here are code snippets. My bot is in a channel with blowfish encryption and I would like it to be able to read my public commands. The plain-prefix we use is +OK. I hope I didn't forget any important ...
by jfb392
Sun Jun 17, 2007 4:18 pm
Forum: Scripting Help
Topic: Problem with edited Google script.
Replies: 4
Views: 3449

Thank you speechles, I was so frustrated.
:D
by jfb392
Sun Jun 17, 2007 2:58 pm
Forum: Scripting Help
Topic: Problem with edited Google script.
Replies: 4
Views: 3449

Commenting out the query line doesn't seem to work. :?

This isn't my script, it's just by anal0uge, I just tried to plug something in.
I hardly know any TCL. :oops:
Wouldn't I call ::http::formatquery though?
Or is there anyway to take the arg and append the purevolume.com to it?
by jfb392
Sun Jun 17, 2007 2:15 pm
Forum: Scripting Help
Topic: Problem with edited Google script.
Replies: 4
Views: 3449

Problem with edited Google script.

Using the google-0.2.1 script, I attempted to make a script that finds artists on the music site Purevolume by finding the first result on Google. package require http bind pub - !pv pub:pv set agent "Mozilla" proc pub:pv { nick uhost handle channel arg } { global agent if {[llength $arg]=...
by jfb392
Thu Mar 08, 2007 9:27 pm
Forum: Eggdrop Help
Topic: Telnet doesn't work.
Replies: 2
Views: 2585

Alchera wrote:Possible firewall/router issue?
No, I don't run either.
Like I said, it did work once, but there was no way to type. :?
by jfb392
Thu Mar 08, 2007 9:22 pm
Forum: Eggdrop Help
Topic: Telnet doesn't work.
Replies: 2
Views: 2585

Telnet doesn't work.

I've tried a lot of ports for telnet, and none of them seem to work. Whenever I connect, it doesn't ask for a username or password (with the telnet client built in to Windows) and PuTTY doesn't even connect to the server. If it helps at all, I have gotten it to work once in the built in client, but ...