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.

rss-synd - doubt

Support & discussion of released scripts, and announcements of new releases.
Post Reply
P
PsySc0rpi0n
Voice
Posts: 15
Joined: Sun Dec 27, 2009 6:00 am

rss-synd - doubt

Post by PsySc0rpi0n »

Hi guys...

Please, help me understand this n rss-synd.tcl:

Code: Select all

trigger-type     How you want the trigger replies to be sent when triggered
                    both in channel and via private message.
                    The format is: <channel>:<privmsg>
                    Options:
                     0 = Message Channel
                     1 = Notice Channel
                     2 = Message User
                     3 = Notice User
                   Default: 0:2
I pretend to send a PM to the user with the latest rss news of the site.
But i can't understand the options provided.

Can i use the 0,1,2 and 3 before the ":"?
What is the influence of those options before and after the ":"???

I can't see any difference between 2:0, 2:1, 2:2 and 2:3...

If i set trigger-type to 3:0; 3:1, 3:2 or 3:3, the only difference i see is that the bot nick has 1 "-" on each side of it and also it's color is different.

Is i set it to 0:0, 0:1, 0:2 or 0:3, the output is the same, but the output is in the channel...

So i conclude that 0 and 1 before ":", the output goes to the channel, whatever option is after the ":", and that 2 and 3 before ":" sends output to the PM windows of whatever user triggered the feed...

But i can't see the difference between 0 or 1 and 2 or 3 before the ":" and changing values after the ":"...

What is the difference between notice and message???

Cheers
Post Reply