How do i make a search engine link?
like this one:
Receive: ^google ([^/].+)$
Answer:
http://www.google.com/search?q=$1
But used to be able to search multiple words at once
like "google random things" it will make a link of
http://www.google.com/search?q=random but separates the things (google used "+" as connectors) how can I use them?