View previous topic :: View next topic |
Author |
Message |
flashy Voice
Joined: 01 May 2006 Posts: 24
|
Posted: Fri May 12, 2006 2:59 pm Post subject: |
|
|
try maybe using egghttp instead
Code: | http://www.dc3946.org/archive/TCL/egghttp.tcl |
|
|
Back to top |
|
 |
pennst26 Voice
Joined: 12 May 2006 Posts: 8
|
Posted: Fri May 12, 2006 3:48 pm Post subject: |
|
|
flashy wrote: | try maybe using egghttp instead
Code: | http://www.dc3946.org/archive/TCL/egghttp.tcl |
|
I tried, and received an error same as first error "can't find package http
while executing " etc
I have been using another http.tcl from version 2.5 and it seems to get a lttle further, because it gets and creates th .db files..... but the bot is completely dead in the channel. I have tried every command in the samples, and it says nothing in channel, or in PM. |
|
Back to top |
|
 |
pennst26 Voice
Joined: 12 May 2006 Posts: 8
|
Posted: Fri May 12, 2006 4:51 pm Post subject: |
|
|
OMG... terribly sorry
The samples all used different #channels than I was in |
|
Back to top |
|
 |
jarno Voice
Joined: 17 May 2006 Posts: 1
|
Posted: Wed May 17, 2006 11:35 am Post subject: |
|
|
hey, is possible to get this script to spam 5 newest news items to the channel like every 30minute or so? thanks in advance  |
|
Back to top |
|
 |
Koepi Voice
Joined: 31 Aug 2003 Posts: 26
|
Posted: Tue May 23, 2006 5:35 am Post subject: |
|
|
Hi, is it possible to add a wildcard, so the bot work in all channels he is in?
greets |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue May 23, 2006 11:29 am Post subject: |
|
|
the guy who wrote the script apparently has left these forums, so requesting modifications or/and new features is pointless - the script is not supported anymore (at least not here) _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Tue May 23, 2006 11:35 am Post subject: |
|
|
look for demond's rss script, I hear it actually works |
|
Back to top |
|
 |
Lighty Voice
Joined: 23 May 2006 Posts: 6
|
Posted: Tue May 23, 2006 1:50 pm Post subject: |
|
|
Here is the default output:
"output" "\[\002@@channel!title@@@@title@@\002\] @@item!title@@@@entry!title@@ - @@item!link@@@@entry!link!=href@@"
When I do not set the output in the tcl I get this error:
RSS Eval Error: invalid command name "CNN.com"
Anyone have any ideas as to why? |
|
Back to top |
|
 |
scotteh Halfop
Joined: 29 Jan 2006 Posts: 50
|
Posted: Wed May 31, 2006 12:36 pm Post subject: |
|
|
Im still around, ive read through the thread and im addressing all the problems that have been reported regarding v0.3b1 (there are a few about v0.2 that were already addressed in 0.3b1). Ive just finished updating the parser to fix the problems uha666 & RGhost were having. I also added support for multi lined output using \n.
Koepi: Ill look into adding wildcard support for the channel option.
multikon: I have no plans to add any type of SQL support, it wouldnt really fit in well with the current design.
rubstar: Ill add an option to change the order in which there announced.
Lighty: Try turning the 'evaluate-tcl' option to 0.
Godzilla: I never planned to add spam protection, but ill consider adding it. |
|
Back to top |
|
 |
cusco Voice
Joined: 01 Jun 2006 Posts: 4
|
Posted: Sun Jun 04, 2006 7:43 am Post subject: decode features |
|
|
Hello!
You saoid that you added character decoding features..
I don't know how it works but would it be possible to read a utf-8 rss feed and pass it on to the channel as western iso-8859-1 ??
my client doesn't have a problem reading it, but some of my users do.
I also would like to see the newest news first the oldest as already said in this post..
thanks |
|
Back to top |
|
 |
Lighty Voice
Joined: 23 May 2006 Posts: 6
|
Posted: Fri Jun 09, 2006 7:34 am Post subject: |
|
|
scotteh wrote: | Im still around, ive read through the thread and im addressing all the problems that have been reported regarding v0.3b1 (there are a few about v0.2 that were already addressed in 0.3b1). Ive just finished updating the parser to fix the problems uha666 & RGhost were having. I also added support for multi lined output using \n.
Koepi: Ill look into adding wildcard support for the channel option.
multikon: I have no plans to add any type of SQL support, it wouldnt really fit in well with the current design.
rubstar: Ill add an option to change the order in which there announced.
Lighty: Try turning the 'evaluate-tcl' option to 0.
Godzilla: I never planned to add spam protection, but ill consider adding it. |
Thanx works great! |
|
Back to top |
|
 |
cusco Voice
Joined: 01 Jun 2006 Posts: 4
|
|
Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Wed Jul 26, 2006 6:28 pm Post subject: |
|
|
Could someone explain me the meaning of these two settings please ?
Code: | "trigger-type" 0:1
"announce-type" 0 |
The readme file supplied with the script is outdated and doesn't contain any information about that.
Excellent work, I'm eager to see the next release of RSS Syndication. |
|
Back to top |
|
 |
scotteh Halfop
Joined: 29 Jan 2006 Posts: 50
|
Posted: Tue Aug 01, 2006 12:30 pm Post subject: |
|
|
@MenzAgitat
Thoughs 2 settings are for how the text is sent.
trigger-type is for the channel and private message triggers in that order seperated by a colon ( .
announce-type is for when the bot announces.
The values are:
0 = Message the channel
1 = Notice the channel
2 = Private message the user
3 = Notice the user |
|
Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Wed Aug 02, 2006 7:11 am Post subject: |
|
|
Ok I understand now. Thank you.  |
|
Back to top |
|
 |
|