VaporWare
VaporWare AmIRC Main Index [Previous| Chapter Index|Next]

Arexx Commands

GETUSER

Usage: GETUSER USER/N/A,WINNUM/N,CHANNEL/K

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