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

by CP1832
Wed Jun 08, 2016 12:52 am
Forum: Script Support & Releases
Topic: Holiday / event topic changer
Replies: 11
Views: 16390

[21:00] <o_o> [21:00:27] Tcl error [pubholiday]: invalid command name "checkUser" Sorry about that, I added that función to every públic command to avoid throttling from the users and forgot to delete that líne when I posted the code. I also replaced ${cmdchar} with dot as I have set cmdc...
by CP1832
Tue Jun 07, 2016 10:27 am
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

set API_KEY "AIzaSyD290rR6-rFyDRDD5aOerzxflCfZskE7q0" set SEARCH_ID "eggdrop" The API_KEY seems right but the search ID looks wrong, it has to be obtained from https://www.imarc.com/writable/images/dans_blogs/google_search_engine_copy1.png I really don't remember how I got there...
by CP1832
Mon Jun 06, 2016 2:36 pm
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

Another mistake I found. args is a special name and is considered a list, so braces are added between the values. Renaming it solves the problem. With this 2 lines replacing the original ones it should work. proc google {nick host hand chan text} { googleweb $nick $host $hand $chan "" $tex...
by CP1832
Mon Jun 06, 2016 12:07 pm
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

hi CP1832 set API_KEY "" set SEARCH_ID "" for the key to work you have to have an id and key on google Indeed, you have to get your own ID and KEY here . but I see another detail, when the question is so: <Arnold_X-P> .google my bot should not answer <@JulieTh> Error: <búsqueda>...
by CP1832
Mon Jun 06, 2016 11:52 am
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

The checkUser procedure is from another script, which I found here , which is used to act as a throttle/flood-limiter and stop people doing !google over and over, CP1832 doesn't seemed to have included it. Indeed, the checkuser script does that. I had added the checkuser to the old script to preven...
by CP1832
Thu Jun 02, 2016 11:35 am
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

BTW, I forgot to mention that you have to create a google custom search account to get your API key and search ID here.
by CP1832
Thu Jun 02, 2016 11:26 am
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

Regarding the google API change, I found this script ( http://digdilem.org/irc/index.cgi?entry=2617142644 ) and modified the FordLawnmower script to work with the new google API. This is the Xchat script with the new google API. # # google.tcl - X-Chat TCL script that implements a public !google com...
by CP1832
Mon May 30, 2016 6:06 pm
Forum: Script Support & Releases
Topic: google.tcl
Replies: 2
Views: 10761

Since the google API is no longer working, this script seems a great alternative. Does anyone know how to show the end result URL instead of the google URL? For instance, http://www.eggheads.org/ instead of http://www.google.fr/search?btnI=&q=Egg ... fuaJbQgsgE
by CP1832
Mon May 30, 2016 6:03 pm
Forum: Scripting Help
Topic: TCL of google no longer works .. By FordLawnmower
Replies: 37
Views: 53042

Yeah, I was using it too and stopped working as the google API (that most google scripts used) is no longer working. Does anyone know any functional google scripts?
by CP1832
Fri May 27, 2016 2:12 pm
Forum: Script Support & Releases
Topic: Holiday / event topic changer
Replies: 11
Views: 16390

Re: for

gembels wrote:can you show us format for date.txt ? or sample data maybe ? or full version of your date.txt please
Hi gembels. Here's a sample of my date.txt

Code: Select all

25 12 Merry Christmas!
31 12 Happy new year!
By the way, you can a couple of dates via command and see the format, then add yours manually.
by CP1832
Mon Feb 15, 2016 12:26 pm
Forum: Script Support & Releases
Topic: Backup bot script
Replies: 0
Views: 6845

Backup bot script

I've got two identical bots running the same scripts with the same settings. I've created this simple script for the backup bot to join the mainchannel in case the main bot goes down for some reason and to leave the channel when the main bot joins the channel. For this script to work, both bots have...
by CP1832
Thu Aug 06, 2015 10:20 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436474

All requests now returning 'Please refine your search.' :cry: Yes, that happened to me as well. I replaced "http://classic.wunderground.com/cgi-bin/findweather/getForecast?query=" to "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=" and now the script works ag...
by CP1832
Wed Jul 15, 2015 1:29 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436474

1) Download http://ereader.kiczek.com/incith-weather.tcl 2) Change the "F" on line 942 to "C" 3) Change "C" on line 973 to "F" 4) Change line 1036 to read: regexp -- {data-variable="condition"><span class="wx-value">(.*?)</span>} $html - o...
by CP1832
Wed Jun 24, 2015 11:19 am
Forum: Script Support & Releases
Topic: Holiday / event topic changer
Replies: 11
Views: 16390

Holiday / event topic changer

I created a script so as to be able to change the channel's topic for a given date. foreach bind [binds topic_holiday] {lassign $bind type flags mask num proc; unbind $type $flags $mask $proc} foreach bind [binds pubholiday] {lassign $bind type flags mask num proc; unbind $type $flags $mask $proc} b...
by CP1832
Wed Jun 24, 2015 11:10 am
Forum: Script Support & Releases
Topic: dal.net authentication script
Replies: 1
Views: 6128

dal.net authentication script

I modified this script I found online to be able to authenticate on dal.net. # Keep nick v2.0 by Mezen <mezen0@msn.com> # This script allows to solve connection issue after receiving # Invalid Nick notice from the network. It will make the bot release # its nickname and identify to it. # This script...