Jump to content
chain

!Topic / Status / End w Customizable Colors

Recommended Posts

  • Administrators
Posted
;---------<  Robo-X - Topic Command:  >-----------
on 1:text:@topic *:#robots: {
  if ( $nick isop $chan || $nick ishop $chan ) {
    set %topic $2-
    topic $chan Topic: 4 %topic / 7 %status / 3 %static-a / 9 %static-b
  }
}
on 1:text:@status *:#robots: {
  if ( $nick isop $chan || $nick ishop $chan ) {
    set %status $2-
    topic $chan Topic: 4 %topic / 7 %status / 3 %static-a / 9 %static-b
  }
}

on 1:text:@static-a *:#robots: {
  if ( $nick isop $chan || $nick ishop $chan ) {
    set %static-a $2-
    topic $chan Topic: 4 %topic / 7 %status / 3 %static-a / 9 %static-b
  }
}

on 1:text:@static-b *:#robots: {
  if ( $nick isop $chan || $nick ishop $chan ) {
    set %static-b $2-
    topic $chan Topic: 4 %topic / 7 %status / 3 %static-a / 9 %static-b
  }
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...