Quote:
Im looking for some help with another relay script, say somebody types "!search bla bla file" in a channel,

I want mirc to type "!search bla bla file" into another channel then the results that output "bla bla file" from a bot i want to echo back to the original channel so, im being used as a kind of gateway.

Also if the characters - and . could be filtered out that would be great smile


dude you gotta stop with the relay's just read other post you ask the same question like twice so far , we are here to help but if you know how to do this scripting by now i suggest to use /help

this is no different then other help you been getting on other relays + by doing this it can result you getting banned in a channel for "spying"

as long on same channel...

Code:
on *:TEXT:*:#channel1: {
if ($1 == !search) { msg #channel2 !Search $2-
halt
}