3,5,6:goat!khaled@mirc.com

The first level is a general access level, which means that the user can access all levels equal to or less than 3.

Just and FYI, the 1500 level can be accessed by a user with 2000. "All levels equal to or less than..." is the key. grin


alaso on a side note, you may try the following....
Code:
on 1500:text:pig *:#: {
  if (($2 == clear) && ($3 == gb)) {
    /write -c data\guestbook.txt 
    .msg $nick All messages in Pig's guestbook have been cleared.
  }
  ; this code is completly uneccisary...
  ; else { halt }
}


-KingTomato