PuNkTuReD commented on a Page, HellBot  -  Mar 24, 2009

everything under this

on :input:: {
;Connor's Hell Membership Script
on :TEXT:shit*:#: {
.notice $nick You have said the word and/or a sentance involving the word "Shit". Congradulations! You've been Accepted to Hell.
.mode +v $chan $nick
.msg ChanServ VOP $chan ADD $nick
.msg $nick You've been added to the $chan Voice (VOP) List.
.msg $chan $nick has been added to the $chan Voice (VOP) List.
}

because your missing an end bracket

on *:input:*: { 
  ;Connor's Hell Membership Script 
  on *:TEXT:*shit*:#: {
    .notice $nick You have said the word and/or a sentance involving the word "Shit". Congradulations! You've been Accepted to Hell. 
    .mode +v $chan $nick 
    .msg ChanServ VOP $chan ADD $nick 
    .msg $nick You've been added to the $chan Voice (VOP) List. 
    .msg $chan $nick has been added to the $chan Voice (VOP) List. 
  }
}
 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.