Skip to content

Instantly share code, notes, and snippets.

@grayatrox
grayatrox / getMovie.ahk
Created September 29, 2012 07:18
getMovie
titles := "ninja turtles"
Loop, Parse, titles, |
{
title := A_LoopField
if (ret:=getMovie(title,date) == 1)
msgbox %title%[%date%]
else {
msgbox title not found
@grayatrox
grayatrox / ahk_l_bot.ahk
Created September 29, 2012 06:28
ahk_l bot
/*
####################################################################################################
####################################################################################################
###### ######
###### Ahkbot ######
###### ######
####################################################################################################
####################################################################################################
*/