Thottbot Search

By icedtaa on Dec 26, 2009

A simple mIRC script to search information on the World of Warcraft community website, Thottbot.
Usage: /thottbot
Feel free to change/modify/etc this script.

alias thottbot {
  if ($chr(32) isin $2-) { 
    run http://www.thottbot.com/?s= $+ $replace($1-,$chr(32),+)
  }
  else { 
    run http://www.thottbot.com/?s= $+ $1-
  }
}

Comments

Sign in to comment.
sunslayer   -  Dec 27, 2009

no need for the if/else

alias thottbot {
 run http://www.thottbot.com/?s= $+ $replace($1-,$chr(32),+)
}

will work fine

 Respond  
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.