mIRC Home    About    Download    Register    News    Help

Print Thread
#206197 09/11/08 03:57 PM
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Is there a way to make a youtube search?

e.g.
Quote:
<user> !youtube The Killers Human
<Bot> Here is the search results: http://youtube.com/results?search_query=The+Killers+Human


Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
ON *:TEXT:!youtube *:#: {
msg $chan http://youtube.com/results?search_query= $+ $replace($2-,$chr(32),+)
}


echo -a $signature
Brax #206216 09/11/08 06:58 PM
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
cool!


Link Copied to Clipboard