Returns the nick of the user number given on the active channel userlist.
If the WINNUM argument is specified,the nick in that window will be returned. If the CHANNEL argument is specified,the nick in that channel will be returned.
Keep in mind,the userlist starts from 0!
RELATED TOPICS: See RX_GETSELECTEDUSER- RX_GETUSERS- RX_GETWINNUM
Examples:
options results; "getuser 0"; "ECHO" result
options results; "getuser 0 WINNUM=1"; "ECHO" result
options results; "getuser 0 CHANNEL=#amiga"; "ECHO" result