Just a script for a help #

By DaDealer on Nov 01, 2008

Nothing big just makes it so you can add people to a list and they wont get a notice on join, But all other people will. Good for a long welcome message you and your op's dont wana see everytime they join!

Type !addhelp to add them to the list
Type !remhelp to remove them from the list

;****************************************;
;*******    Made By: DaDealer      ******;
;******* Some Credit would be nice ******;
;*******     If you use it.        ******;
;*******  somtimes the "On Join"   ******;
;*******   Needs to go into its    ******;
;*******      own remote file      ******;
;****************************************;

on *:JOIN:#: {
  set %j4 $address($nick,2)
  set %c6 $chan
  if (%helper. [ $+ [ %j4 ] ] [ $+ [ %c6 ] ] > 0) { 
    halt
  }
  else {
    notice $nick Welcome to $chan your message you wana say!!!!
    unset -s %j4
    unset -s %c6
  }
}

on *:text:!addhelp*:#: {
  if ($2 ison $chan) {
    if ($nick isop $chan) {
      set %a $address($2,2)
      set %c $chan
      inc %helper. [ $+ [ %a ] ] [ $+ [ %c ] ]
      if ($nick isop $chan) {
        msg $chan $2 was added to the list of helpers
      }
      unset -s %a
      unset -s %c
    }
  }
}
on *:text:*!remhelp*:#: {
  if ($2- ison $chan) {
    if ($nick isop $chan) {
      set %a $address($2,2)
      set %c $chan
      dec %helper. [ $+ [ %a ] ] [ $+ [ %c ] ]
      if ($nick isop $chan) {
        msg $chan $2 was removed from the list of helpers
      }
      unset -s %a
      unset -s %c
    }
  }
}

Comments

Sign in to comment.
DaDealer   -  Nov 01, 2008

there

 Respond  
guest598594   -  Nov 01, 2008

Well if someone else might want it then why are you saying 'it's not important, just ignore it'? If you really want other people to use it, then you might as well put a meaningful description for it :/

 Respond  
DaDealer   -  Nov 01, 2008

well someone else might just want it.

 Respond  
guest598594   -  Nov 01, 2008

not important just giving it to someone else. Just makes it so you can add users so they wont get a notice on join.
Then use a Pastebin.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.