Created
February 28, 2014 20:06
-
-
Save kuzetsa/9278789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on 1:JOIN:#irpg: { | |
if (($nick != $me) && ($nick != "irpg_bot")) { | |
halt | |
} | |
else { | |
echo -st checking to see if logged in | |
timersdfirpg off | |
timersdfirpg 1 90 msg irpg_bot whoami | |
} | |
} | |
raw 366:*#irpg*: { | |
timersdfirpg off | |
timersdfirpg 1 90 msg irpg_bot whoami | |
} | |
on ^1:TEXT:You are not logged in.:?: { | |
if ($nick == irpg_bot) { | |
msg irpg_bot login beefy <beefy's password goes here> | |
haltdef | |
} | |
} | |
on ^1:TEXT:You are beefy, the*:?: { | |
echo -st $$1- | |
haltdef | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment