Originally Posted By: temprand0m
how can I make it copy it the same messages if there are many bots in the remote channel with many different names?
Have you tried:

%bot = testbot bot2 bot3 bot4

Then use:

if ($istok(%bot,$nick,32)) {

?