Examples 'link': Mirc Script

Before diving into the code, it is essential to know where to write it. mIRC scripts are stored in files usually ending in .mrc or .ini . For the purpose of this tutorial, we will use the .

on *:SOCKREAD:jokeapi: var %data sockread %data while ($sockbr > 0) if (%data != $null) && (Joke isin %data) echo -a Joke: %data sockread %data mirc script examples