Purcell commented on a Page, !Ban & !Infoban  -  Dec 24, 2008

U can add too: If u want that other players can see too why ur banded:

on *:TEXT:!infoban*:?:{
  if !$hget($2) {
    .msg $nick $2 is not banned! | halt
  }
  else {
    msg $nick ----------Ban Information----------
    msg $nick [User: $+($hget($2,user),])
    msg $nick [Channel: $+($hget($2,channel),])
    msg $nick [Bannedby: $+($hget($2,bannedby),])
    msg $nick [Reason: $+($hget($2,reason),])
    msg $nick [Issue: $+($hget($2,issue),])
    msg $nick ----------Ban Information----------
    halt
  }
}    
 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.