[TWITCH] Google Script

By Blood_Wolf89 on Apr 01, 2015

Do you ever get sick and tired of lazy people asking you questions that they can find in 30 sec. on google? If so, You will LOVE this command!
Example: A viewer asks a stupid question.. "Why is the sky blue?"
You or a Mod: !google why is the sky blue
Output: Let me google "why is the sky blue" for you... http://lmgtfy.com/?q=why+is+the+sky+blue

on *:TEXT:!google *:#: { 
  if ($nick isop $chan) { msg # Let me google " $+ $2- $+ " for you... http://lmgtfy.com/?q= $+ $replace($2-, $chr(32), +) }
  else { msg # Only the Host and Mods can use this command!...loser... }
}

Comments

Sign in to comment.
Yonny   -  Dec 25, 2015

I'm a mod in a channel and when I use the command it gives me the Else message, any simple way to fix this? Thanks for the script btw! :)

NoreII  -  Jan 31, 2016

Hey Yonny,
paste the script in an activ script ore crate a new script.
I think the best way is you use a bot.

If you paste the scrtipt in your scripts it does not work for you.
(means you use the script -> it does not work if you write !google QUESTION)

If another mod use the !google QUESTION it works :)

(Sorry for my bad english)

These scripts can be activated only from the outside

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.