I have an script to copy news from channel A to Channel B
bind pubm - * forward:pubm
proc forward:pubm {n uh h chan t} {
set target #zielchannel
set source #quellchannel
set newsbot Newsbot-Nickname
if {$chan == $source} {
if {$n == $newsbot} {
putmsg $target "$n: $t"
}
}
}
I will change that " set newsbot Newsbot-Nickname "
I need does the bot only copy the message when a word comes what in Important for me, like an name or only an word in the message.
Thanks for help
BR/Ralf