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