Overview
AmIRC supports a versatile ARexx Port.
Reference
| SAY | Treat something just like it was entered in the input string. |
| GETMYNICK | Request current nick name. |
| ISCONNECTED | Check whether connection is established. |
| GETSERVERNAME | Request current server name. |
| USERHOST | Query Userhost of a nick. |
| ECHO | Echos text to the current listview. |
| RAW | Sends raw text to the server. |
| CHANNELS | Returns string showing joined channels. |
| GETCHANNEL | Returns channel joined in active window. |
| GETSELECTEDUSER | Returns nick of user selected in userlist window. |
| GETUSER | Returns the nick of user number in userlist window. |
| GETUSERS | Returns a string with all users in the current channel. |
| GETUSERSTATE | Tells whether the user has Op, Voice, or no privledges. |
| GETLINE | Waits for the next line and parses it into a stem variable. |
| GETLINECOUNT | Tells you how many lines have been entered since you entered the channel. |
| GETLASTLINE | Returns the last line, unparsed. |
| GETAWAYSTATE | Checks if you are marked away. |
| GETVERSION | Tells you what version AmIRC you are using. |
| PARSELINE | Returns the line given in a stem variable. |
Go to the previous, next, chapter, table of contents.