View Single Post
  #10  
Old 04-09-2002, 09:45 AM
flipper
Sarnak
 
Join Date: Jan 2002
Location: California
Posts: 94
Default

#help displays the list of help categories that your account is qualified to use. If you have a generic (status=0) account, then #help will return the "Normal" option. If you're status=200 (i.e. ServerOp), then #help would return a bunch of options like: Normal, PrivUser, vPrivUser, ... , ServerOp.

So, to see all the commands you will need to do:
#help Nomral
#help PrivUser
...
#help ServerOp

The easier approach is to print the README.txt and have that by your side until your learn the ropes.

==Flipper==
Reply With Quote