on *:text:content:?: {
msg $nick To see these options type "option <number>", without quotations.
msg $nick Option 1: TYPE OPTION 1 DESCRIPTION HERE.
msg $nick Option 2: SEE ABOVE.
msg $nick Option 3: SEE ABOVE.
;you get the point
}
on *:text:option *:?: { if ($2 > 0) && ($2 <6) { msg $nick %option [ $+ [ $2 ] ] }
;put detailed descriptions (with commands and such) in the var tab under the name of %option1, %option2, and so on so forth. Alternatively you can have it perform the action associated with the option by entering the option alias in the var tab under the same name. When they say the option it would try to send them the command but end up entering it instead. For example if the third option was /whois, then when the bot sends %option3 it would automatically /whois the person.