Skip to content

Instantly share code, notes, and snippets.

@kuzetsa
Created February 28, 2014 20:06
Show Gist options
  • Save kuzetsa/9278789 to your computer and use it in GitHub Desktop.
Save kuzetsa/9278789 to your computer and use it in GitHub Desktop.
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