ok i tested with your edited code but it is not working :( he forward the complete news not from the nameslist. did it helps to see the message ? like gwnews-01: Server03 -> Genf: Die angolakoennt hat den Die Doktoren ein(e,en) Versteck abgenommen. my bot have to check the green and red name. Comes ...
I am not sure what you change but it is the same. The bot forward the complete news and not only the news from the namenslist here are the complete code. set targChan #xgc-news set srcChan #gwnews.global set newsBot {gwnews-[01][1-5]} set namesList { Evil One Sandsturm Masters GeisteskrankePsychopat...
ok the Message error are fixed but I have another problem :) in srcChan are 15 bots like GWNEWS-01 - 15. GW-Support are my eggdrob in target channel with set newsBot GW-Support are the script not working / posting when I set newsBot GWNEWS-01 comes only the news from this bot. since i have an error ...
firstly thanks for your help. after your tip i wrote the names inside like this: set targChan #gw-test12 set srcChan #gwnews.global set newsBot GW-Support set namesList { [-X-]Evil-One Sandsturm Wazzup sukkerz Masters Easyrider GeisteskrankePsychopaten United Chemikers Amplified Cherusker Kellogs Ba...
I will do my best.... with my badly english I need a script like this in the begining and the eggdrop read the news in Channel A on repead it in Channel B. But i don´t need all news so does my eggdrop only repead ths news with our names inside.. for Example: the News look like so in Channel A Berlin...
Hello together, 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" } } }...