Mass unregged nick killer for chatspace

By blackvenomm666 on Aug 09, 2014

This snippet is functional as is but i plan to use more basically it's for chatspace chats when someone brings clones on it will scan every nick on the server check if it's regged or not and if it isn't regged it will kill them off the server just type /unregkill to start it. Obviously must be oper or admin to use this

alias unregkill { .enable #unreggednickkill
  .who
}
#unreggednickkill off
raw 352 :*: { .profile $6 }
raw 293 :*: {
  if (noprofile isin $1-) {
    .kill $2

  }
}
raw 315 :*: { .timer 1 10 .disable #unreggednickkill }
#unreggednickkill end

Comments

Sign in to comment.
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.