Jethro commented on a Page, Identify as Room owner/mod (Chatspace)  -  May 05, 2011

I believe you only need one command for !ident:

on *:input:#:{
  if ($1 == !ident) {
    if ($me isop #) {
      mode # -o $me
      return
    }
    services identify # PASSWORD 
  }
}

No need to supply the cmd char.

 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.