Jump to content

Getting Info From A Text


Daniel_gr

Recommended Posts

Seeing as they both have a common message in the kicks ("Banned for <time>") you could always try this.

 

on !*:kick:#:{
  if ($knick == $me) && ($regex($1-,/banned for (\d++)(?= |$)/i)) { .timer 1 $regml(1) join $chan }
}

Edited by hixxy
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...