Eggdrop Tcl Archive

Home | Contact | Forum | Submit a Script

View All Information: Script Id1792

Script Name: Earthquake Announcer Version: 1.4 Authors: speechles, SpiKe^^ Script Date: 28/09/2018 Category: Not specified Downloads: 492 File Name: earthquake.tcl.zip Short Description: This script will announce earthquakes just like an rss script as well as allowing users to type commands and see the latest news via notice. IMPORTANT: This version upgrade Only addresses this elusive Tcl Error: Can't read "::eqnews::ary(events)": no such element in array

Extended Description File

########################################################
## Earthquake Announcer  v1.4 by SpiKe^^   28/09/2018 ##
##   => All original script credits to speechles <=   ##
##   http://forum.egghelp.org/viewtopic.php?t=20350   ##
########################################################

# Earthquake .. rumble rumble rumble

# This script will announce earthquakes just like an rss script
# as well as allowing users to type commands and see
# the latest news via notice as well. Fully configurable.
# Enjoy, and may the force be with you.... always....

# speechles was here :P


################################################################
##                                                            ##
## -> NEW IN VERSION 1.4 <-                                   ##
##  -Fixes an old error I was recently able to recreate here: ##
##   Tcl error [::eqnews::magic_]: can't read                 ##
##    "::eqnews::ary(events)": no such element in array       ##
##                                                            ##
################################################################
## VERSION 1.3  -  11/09/2018                                 ##
##  -Fixes the recent tls error:                              ##
##   Error flushing "sock2322280": connection reset by peer...##
################################################################
## VERSION 1.2  -  08/10/2017                                 ##
##  -New page address & parsing regex (thanks thommey)        ##
##  -Now supports ssl page address (new page is https)        ##
################################################################


################################################################
## Enable script per #channel, in partyline, use:             ##
##  .chanset #channel +earthquake                             ##
##                                                            ##
## Public and PrivateMessage commands:                        ##
##  !eq     :Say the 5 most recent earthquake events          ##
##  !eq 4+  :Say the last 5 events M4.0 or larger             ##
################################################################
## New feed reader code:                                      ##
##   no longer misses events posted out-of-order!             ##
################################################################

package require http
package require tls

Latest News

27 Dec 2018 Eggdrop v1.8.4 Stable Release 22 Dec 2018 Eggdrop v1.8.4 Release Candidate 3 15 Dec 2018 Eggdrop v1.8.4 Release Candidate 2 12 Dec 2018 Eggdrop v1.8.4 Release Candidate 1 04 Feb 2018 Eggdrop v1.8.3 Stable Release 13 Jan 2018 Eggdrop v1.8.3 Release Candidate 2

Resources

Eggdrop Community Forum Download Eggdrop Eggdrop Set-up Using your Eggdrop Enhancing Eggdrop Eggdrop Tcl Commands Eggdrop 1.8.3 Documents Eggdrop Config File Unix Shell Commands
Donate Help TclArchive.org with server costs. By donating, you help keep these scripts available to everyone. PayPal

© 2015 - 2023,  Greenwood Web Design