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