I am developing a help file for users wit various menus. An example:
Quote:
on *:TEXT:*\nickserv*:#: {
/msg $chan 12..10::7|4 Nickserv Commands 7|10::12..
/msg $chan ACCESS: \nsaccess
/msg $chan ALIST: \nsalist
/msg $chan GLIST: \nsglist
/msg $chan INFO: \nsinfo
/msg $chan LOGOUT: \nslogout
/msg $chan RECOVER: \nsrecover
/msg $chan RELEASE: \nsrelease
/msg $chan SET Options: \nsset
/msg $chan 10 STATUS: \nsstatus


The problem is that if a menu has more than 15 items the rest does not display. It seem to stop at the 15th item. Any ideas what to do or is there a better way of doing this please?