I want to make a !permit command that will let the user post a link for 20 seconds and not get blocked. If they don't ask a mod to permit them, they will get timed out.
Also I was looking for add a !alwayspermit so they will always have permission to post a link.
I suck at this stuff, real bad.
here's what i have..
on *:TEXT:!permit *:#: {
if (($nick isop #chan))
{ msg # I have permitted the user $+ $2 to post a link for 20 seconds }
}
first, your bot needs to be opped on channel
if someone that is not on permit or alwayspermit list post a link they will get kicked
seconds, press alt+r click "file" then "new" in there paste this code
commands:
!permit nick will add a permitted nick for 20 seconds
!alwayspermit nick will add a permitted nick permanent
!del nick will delete a nick from permitted list