Protocols/AOL/Tokens: Difference between revisions
No edit summary |
|||
Line 27: | Line 27: | ||
This is the new token list, sorted from below with additional information. The tables were so large that it was easier and cleaner just to start over. For easy in-browser search, all tokens are "quoted" with double quotes, but these are not a part of the tokens themselves. For tokens with a double quote as a part of the 2-bytes, it is in single 'quotes'. | This is the new token list, sorted from below with additional information. The tables were so large that it was easier and cleaner just to start over. For easy in-browser search, all tokens are "quoted" with double quotes, but these are not a part of the tokens themselves. For tokens with a double quote as a part of the 2-bytes, it is in single 'quotes'. | ||
Tokens are listed in character order (A-Z | Tokens are listed in character order (a-z, A-Z, 0-9, etc) and grouped by tool where possible and/or most useful. Tokens may also have argument number values which provide different results/uses and are thus separated where necessary. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 37: | Line 37: | ||
! style="text-align:left;"| Subsystem | ! style="text-align:left;"| Subsystem | ||
! style="text-align:left;"| Description | ! style="text-align:left;"| Description | ||
|- | |||
| bgcolor="#FF4040"| "02" || Host || || || || Login? || Response to client init, unknown 2 null bytes | |||
|- | |- | ||
| bgcolor="#C0C0C0"| "at" | | bgcolor="#C0C0C0"| "at" | ||
Line 55: | Line 57: | ||
|- | |- | ||
| bgcolor="#FFCC00"| "at" || Host || || || || Any || Atom stream (four byte ID?) | | bgcolor="#FFCC00"| "at" || Host || || || || Any || Atom stream (four byte ID?) | ||
|- | |||
| bgcolor="#FFCC00"| "At" || Host || || || || Any || Atom stream (four byte ID?) | |||
|- | |||
| bgcolor="#FFCC00"| "Dd" || Client || || || Porch/Login || || Form based login packet; flags: NU SP PL | |||
|- | |- | ||
| bgcolor="#FF4040"| "SD" || Host || || || || Login || Response to client init; unknown 6 byte value | | bgcolor="#FF4040"| "SD" || Host || || || || Login || Response to client init; unknown 6 byte value | ||
|- | |||
| bgcolor="#FF4040"| "Wc" || Host || || || || Login? || Response to client init, unknown stream? | |||
|- | |||
| bgcolor=""| (Token) | |||
| (Origin) | |||
| (Arg) | |||
| (Form GID) | |||
| (Tool) | |||
| (Subsystem) | |||
| (Description) | |||
|- | |- | ||
|} | |} | ||
Line 69: | Line 85: | ||
! style="text-align:left;"| Flags | ! style="text-align:left;"| Flags | ||
! style="text-align:left;"| Documented | ! style="text-align:left;"| Documented | ||
|- | |- | ||
| "AT" | | "AT" | ||
Line 87: | Line 95: | ||
| unknown | | unknown | ||
| Phone Home report | | Phone Home report | ||
| | | | ||
| | | | ||
Line 6,424: | Line 6,426: | ||
| login | | login | ||
| Initial login packet$+$porch | | Initial login packet$+$porch | ||
| NU SP PL | | NU SP PL | ||
| 2001/1998 | | 2001/1998 | ||
Line 18,061: | Line 18,057: | ||
("Aa", 'chat msg/fdo91 - Rm/Aud', 'chat_sw', None, None, None), | ("Aa", 'chat msg/fdo91 - Rm/Aud', 'chat_sw', None, None, None), | ||
("As", 'Fady S', 'at_school_amt', None, None, None), | ("As", 'Fady S', 'at_school_amt', None, None, None), | ||
("BR", 'for bos reservation', 'ipt', None, None, None), | ("BR", 'for bos reservation', 'ipt', None, None, None), | ||
("Ba", 'graphic type of thumbnail', 'soft_text', ['SP'], None, None), | ("Ba", 'graphic type of thumbnail', 'soft_text', ['SP'], None, None), | ||
Line 18,212: | Line 18,207: | ||
("Dc", "Change 'walkaround' password", 'nameman', [], None, None), | ("Dc", "Change 'walkaround' password", 'nameman', [], None, None), | ||
("Dc", '"Change Password" button', None, None, None, '32-255'), | ("Dc", '"Change Password" button', None, None, None, '32-255'), | ||
("De", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), | ("De", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), | ||
("De", 'Porch Prom reject button', 'Porch', ['PL'], None, None), | ("De", 'Porch Prom reject button', 'Porch', ['PL'], None, None), |
Revision as of 03:24, 7 October 2020
AOL Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • |
FLAP • P3 • Midas |
Tokens • Atoms • FDO |
Tutorials |
Sign On |
Technical Documentation |
Host Architecture • |
Each data packet always contains a token which is a 2-byte value. A Token indicates the nature of the packet and is used by the host to determine which process to send the packet to. The tokens are also used by the client internally to send packet information directly to the following tools: ASYNC, CHAT, CODEMAN, WAOLSOCK and XFER.
If the client sends a packet to the host, the client must set the token to the appropriate value. If the host sends a packet to the client the host will usually set the packet token to some form of the "AT" token (i.e. AT, aT, At, at). The data contained in these packets are usually in atom form, although some packets contain non-atom forms of raw data, such as data associated with a file during a file transfer.
Implementing the tokens in the NINA AOL service is an ongoing project. Due to the vast number of tokens, their lack of documentation, and unclear usage, as we implement and test them, we will show their status by using a specific color as the background. If you have any additional details and wish to contribute, even anonymously, please email contribute@wiki.nina.bz.
Below is a legend of colors:
Color | Meaning |
---|---|
White | Untested |
Grey | Unclear/Not in use but pre-sorted |
Red | In use with no documentation |
Yellow | Partial or client/host ambiguous usage |
Blue | Implementation in beta, documented |
Green | Implemented and documented |
Token List
This is the new token list, sorted from below with additional information. The tables were so large that it was easier and cleaner just to start over. For easy in-browser search, all tokens are "quoted" with double quotes, but these are not a part of the tokens themselves. For tokens with a double quote as a part of the 2-bytes, it is in single 'quotes'.
Tokens are listed in character order (a-z, A-Z, 0-9, etc) and grouped by tool where possible and/or most useful. Tokens may also have argument number values which provide different results/uses and are thus separated where necessary.
Token | Origin | Arg | Form GID | Tool | Subsystem | Description |
---|---|---|---|---|---|---|
"02" | Host | Login? | Response to client init, unknown 2 null bytes | |||
"at" | Client | mbox_send | (Q-Link) usmail addressed TO field | |||
"at" | Client | 32-58 | "Continue" button, unclear context | |||
"at" | Host | Any | Atom stream (four byte ID?) | |||
"At" | Host | Any | Atom stream (four byte ID?) | |||
"Dd" | Client | Porch/Login | Form based login packet; flags: NU SP PL | |||
"SD" | Host | Login | Response to client init; unknown 6 byte value | |||
"Wc" | Host | Login? | Response to client init, unknown stream? | |||
(Token) | (Origin) | (Arg) | (Form GID) | (Tool) | (Subsystem) | (Description) |
Unsorted List
From Server to Client
Token | Tool | Description | Flags | Documented |
---|---|---|---|---|
"AT" | unknown | Atom stream | ||
"ET" | unknown | Phone Home report | ||
"Wk" | unknown | Acknowledgement for Wh | ||
"OT" | async | Display Alert Message | ||
"XS" | async | Force Off and Hang up | ||
"hO" | async | Launch a PC Game | ||
"D*" | async | Disconnect | ||
"**" | async | P3 Release - Not used any longer | ||
"Tu" | unknown | Notify DRUL that a particular tool has been upated | ||
"AA" | chat_sw, roomer | Normal chat message | M1 | 2001/1998 |
"AB" | chat | Chat message with name | ||
"AC" | chat | Chat message with count |
From Client or Server
Token | Tool | Description | Flags | Documented |
---|---|---|---|---|
"AA" | chat_sw, roomer | Normal chat message | M1 | 2001/1998 |
"AD" | chat_sw, roomer | From client: disable music From server: auditorium count msg. |
M1 | 2001/2001 - Obsolete |
"CA" | libop | From client: Add club member From server: Chat user entry |
1998 | |
"CB" | contest | From client: Backout cmi transaction From server: Chat user exit |
2001 | |
"D3" | register_at, async | From client: Atomized registration token From server: Causes a message to Codeman which sends a D6 token |
NU PL | 2001 - Obsolete/1998 |
File transfer
- The XFER tool (XFER.AOL) intercepts the following tokens:
- tj : The packet contains info about file we're getting ready to download
- The following tokens are intercepted by XFER, but it does not do much with them. The cleint is slowly migrating to using th AT token exclusively. The following tokens were used by the client at one time.
- ta : file flags, count, size, and filename to be D/Led
- tf : receive D/L file; host requests immediate xG ack (?????)
- F8 : receive D/L file; host requests immediate xG ack
- FF, F7 : receive D/L file; no immediate ack required
- F9 : receive D/L file; this is the last packet of the file
- fX, tN, tt, td, th, ti, tc, tx : Upload Token
- The following tokens are intercepted by XFER, but it does not do much with them. The cleint is slowly migrating to using th AT token exclusively. The following tokens were used by the client at one time.
- FF, F7 : receive D/L file; no immediate ack required
- F9 : receive D/L file; this is the last packet of the file
- fX, tN, tt, td, th, ti, tc, tx : Upload Token
- If and when data, such as image data, is required for the form the client will send one of the following tokens to the host 'f2', 'ff', 'fh'. These tokens are specifically reserved for DOD requests.
Client to Server
Token | Tool | Description | Flags | Documented | |
---|---|---|---|---|---|
"DW" | unknown | Seen during sign on. | |||
"SF" | unknown | Seen during sign on. | |||
"Sn" | unknown | Seen during sign on. | |||
"Tr" | unknown | Seen during sign on. | |||
"Wd" | unknown | Encrypted version of Dd token | |||
"We" | unknown | Seen during sign on. | |||
"Wh" | unknown | Client received ACK for INIT and is secure | |||
"Wu" | unknown | Seen during sign on. | |||
"aW" | unknown | Seen during sign on. | |||
"dg" | unknown | Seen during sign on. | |||
"2c" | a2k_search | reset a2k_search domain | 1998 | ||
"2m" | a2k_search | more AOL2000 search results | NU | 2001/1998 | |
"2s" | a2k_search | search AOL2000 database | NU | 2001/1998 | |
"2t" | a2k_search | trip curtain AOL2000 search | 2001 | ||
"jL" | a2k_search | Find users by Last name | NU | 2001/1998 | |
"2C" | a2k_search_ext | Reset a2k_search Domain | 2001 | ||
"2M" | a2k_search_ext | More AOL2000 Database Results | 2001 | ||
"2S" | a2k_search_ext | Search AOL2000 Database | 2001 | ||
"2T" | a2k_search_ext | trip curtain AOL2000 search | 2001 | ||
"#C" | a2k_search_new | Reset a2k_search_new domain; sketchpad:sketchpad command w/ escape | M2 | 2001/1998 | |
"#E" | a2k_search_new | Enter a2k Database | 2001 | ||
"#M" | a2k_search_new | More a2k Database Results | 2001 | ||
"#S" | a2k_search_new | Search a2k Database | 2001 | ||
"#T" | a2k_search_new | trip curtain AOL2000 search | 2001 | ||
"AN" | access_num | Client requests a list of area code / time-stamps from Host | M1 | 2001/1998 | |
"aR" | ads | Ad Response Request | 2001 | ||
"aS" | ads | Ad Selection Request | 2001 | ||
"1X" | adticker | token arg | 2001 | ||
"1Y" | adticker | send | 2001 | ||
"IJ" | ajax | Change AIM password | 2001 | ||
"Ij" | ajax | Cancel changing AIM password | 2001 | ||
"wM" | ami_prod_music | Music Svc Subscription Form | 2001 | ||
"As" | at_school_amt | Fady S | 2001 | ||
"Ea" | aud_event_man | list auditoriums$+$qlink?:aud_event_man list auditoriums | 2001/2001 - Obsolete | ||
"Eb" | aud_event_man | edit auditorium$+$qlink?:aud_event_man edit auditorium | 2001/2001 - Obsolete | ||
"Ec" | aud_event_man | list events$+$qlink?:aud_event_man list events | 2001/2001 - Obsolete | ||
"Ed" | aud_event_man | create event$+$qlink?:aud_event_man create event | 2001/2001 - Obsolete | ||
"Ee" | aud_event_man | confirm delete$+$qlink?:aud_event_man confirm delete | 2001/2001 - Obsolete | ||
"Ef" | aud_event_man | edit event$+$qlink?:aud_event_man edit event | 2001/2001 - Obsolete | ||
"Eg" | aud_event_man | create auditorium$+$qlink?:aud_event_man create auditorium | 2001/2001 - Obsolete | ||
"Eh" | aud_event_man | save event$+$qlink?:aud_event_man save event | 2001/2001 - Obsolete | ||
"Ei" | aud_event_man | save auditorium$+$qlink?:aud_event_man save auditorium | 2001/2001 - Obsolete | ||
"Ej" | aud_event_man | delete event rec$+$qlink?:aud_event_man delete event rec | 2001/2001 - Obsolete | ||
"Ek" | aud_event_man | delete auditorium$+$qlink?:aud_event_man delete auditorium | 2001/2001 - Obsolete | ||
"El" | aud_event_man | refresh aud list$+$qlink?:aud_event_man refresh aud list | 2001/2001 - Obsolete | ||
"Em" | aud_event_man | confirm sys upd$+$qlink?:aud_event_man confirm sys upd | 2001/2001 - Obsolete | ||
"En" | aud_event_man | update system$+$qlink?:aud_event_man update system | 2001/2001 - Obsolete | ||
"Eo" | aud_event_man | exit aud_event_man$+$qlink?:aud_event_man exit aud_event_man | 2001/2001 - Obsolete | ||
"Ep" | aud_event_man | cannot edit item$+$qlink?:aud_event_man cannot edit item | 2001/2001 - Obsolete | ||
"#P" | autorep | Submit price plan change | 2001 | ||
"RA" | autorep | Show name info for modify | NU | 2001/1998 | |
"RB" | autorep | Modify billing info$+$billrep:Display Billing List | 1998/2001 | ||
"RC" | autorep | Modify checking acct info | NU | 2001/1998 | |
"RF" | autorep | Display autorep form with pop | 1998 | ||
"RI" | autorep | Price Plan Description | 2001 | ||
"RJ" | autorep | Electronic signature in autorep | 2001 | ||
"RK" | autorep | Display Price Plan Change Menu | 2001 | ||
"RL" | autorep | Cancel Pending Price Plan | 2001 | ||
"RM" | autorep | Debit card FTC elec sig | 2001 | ||
"RN" | autorep | Modify name info | 1998 | ||
"RO" | autorep | Display credit card form | 2001 | ||
"RP" | autorep | Password validation | 1998 | ||
"RQ" | autorep | Price change quick | 2001 | ||
"RT" | autorep | Explain Billing Terms | NU | 2001/1998 | |
"Ra" | autorep | Show name info | 1998 | ||
"Rb" | autorep | Price change - UK New Pricing | 2001 | ||
"Rc" | autorep | Modify credit card info | 1998 | ||
"Re" | autorep | Direct Debit PIN | 2001 | ||
"Rf" | autorep | Display autorep form | 1998 | ||
"3N" | autotour_chat | autotour chat | 2001 | ||
"3n" | autotour_chat | autotour chat alt | 2001 | ||
"3c" | autotour_chat_2 | autotour_chat_2 token/arg | 2001 | ||
"3d" | autotour_chat_2 | autotour_chat_2 send input tok | 2001 | ||
"3e" | autotour_chat_3 | autotour_chat_3 token/arg tok | 2001 | ||
"3f" | autotour_chat_3 | autotour_chat_3 send-input token | 2001 | ||
"3g" | autotour_chat_4 | autotour_chat_4 token/arg token | 2001 | ||
"3h" | autotour_chat_4 | autotour_chat_4 send-input token | 2001 | ||
"3A" | autotour_edit | autotour edit | 2001 | ||
"3B" | autotour_edit | autotour edit | 2001 | ||
"3C" | autotour_edit | autotour edit | 2001 | ||
"3D" | autotour_edit | autotour edit | 2001 | ||
"3E" | autotour_edit | autotour edit | 2001 | ||
"3F" | autotour_edit | autotour edit | 2001 | ||
"3G" | autotour_edit | autotour edit | 2001 | ||
"3H" | autotour_edit | autotour edit | 2001 | ||
"3I" | autotour_run | autotour run | 2001 | ||
"3J" | autotour_run | autotour run | 2001 | ||
"3K" | autotour_run | autotour run | 2001 | ||
"3L" | autotour_run | autotour run | 2001 | ||
"3M" | autotour_run | autotour run | 2001 | ||
"3i" | autotour_run | autotour run alt | 2001 | ||
"3j" | autotour_run | autotour run alt | 2001 | ||
"3k" | autotour_run | autotour run alt | 2001 | ||
"3l" | autotour_run | autotour run alt | 2001 | ||
"3m" | autotour_run | autotour run alt | 2001 | ||
"%*" | bb_ip_search | bb_ip_search tokens | 1998 | ||
"b$" | bboard | display message with replace$+$qlink? | 1998/2001 - Obsolete | ||
"b&" | bboard | display original msg w/ replace$+$qlink? | 1998/2001 - Obsolete | ||
"b>" | bboard | add an owner | 1998 | ||
"b<" | bboard | delete an owner | 1998 | ||
"b+" | bboard | request to add an owner$+$qlink? | 1998/2001 - Obsolete | ||
"b," | bboard | update rights$+$qlink? | 1998/2001 - Obsolete | ||
"b-" | bboard | request to delete an owner$+$qlink? | 1998/2001 - Obsolete | ||
"b." | bboard | tool, disp container phrase upd$+$qlink? | 1998/2001 - Obsolete | ||
"b/" | bboard | show owners$+$qlink? | 1998/2001 - Obsolete | ||
"b3" | bboard | send tool "status" form | 1998 | ||
"b4" | bboard | udpated Title/Description | 1998 | ||
"b5" | bboard | show parents w/o req. owner acc$+$qlink? | 1998/2001 - Obsolete | ||
"b7" | bboard | edit title | 1998 | ||
"b8" | bboard | edit description | 1998 | ||
"b9" | bboard | edit owner rights$+$qlink? | 1998/2001 - Obsolete | ||
"b:" | bboard | edit title | 1998 | ||
"b;" | bboard | edit_description | 1998 | ||
"b=" | bboard | confirm reply message delete | 1998 | ||
"b?" | bboard | enter tools area, use old forms | 1998 | ||
"b@" | bboard | application disabled button$+$qlink? | 1998/2001 - Obsolete | ||
"bC" | bboard | create a container standalone$+$qlink? | 1998/2001 - Obsolete | ||
"bF" | bboard | send_bboard_form$+$board_forms | 2001/1998 | ||
"bG" | bboard | resequence info | 1998 | ||
"bI" | bboard | change status to hidden | 1998 | ||
"bJ" | bboard | move info | 1998 | ||
"bK" | bboard | delink form | 1998 | ||
"bL" | bboard | insert info | 1998 | ||
"bM" | bboard | display message without replace | 1998 | ||
"bN" | bboard | display message with replace | 1998 | ||
"bT" | bboard | tool_cc_update | 1998 | ||
"bV" | bboard | change status to released | 1998 | ||
"bX" | bboard | change status to deleted | 1998 | ||
"bY" | bboard | confirm message delete | 1998 | ||
"b[" | bboard | tools - get phrase for container | 1998 | ||
"b\" | bboard | change reply status to released | 1998 | ||
"b]" | bboard | tools, upd & commit cntnr phrase | 1998 | ||
"b_" | bboard | enter tools area with replies | 1998 | ||
"b`" | bboard | change reply status to deleted | 1998 | ||
"bb" | bboard | toggle display fifo | 1998 | ||
"bc" | bboard | create a container child$+$qlink? | 1998/2001 - Obsolete | ||
"be" | bboard | Edit Title/Description | 1998 | ||
"bf" | bboard | create a folder | 1998 | ||
"bg" | bboard | send resequence form to user | 1998 | ||
"bh" | bboard | move confirmation | 1998 | ||
"bi" | bboard | change node status to hidden | 1998 | ||
"bj" | bboard | move form | 1998 | ||
"bk" | bboard | delink form | 1998 | ||
"bl" | bboard | invert form | 1998 | ||
"bn" | bboard | cancel link tool lock | 1998 | ||
"bp" | bboard | show parents | 1998 | ||
"bt" | bboard | get & lck container hdr for mods | 1998 | ||
"bu" | bboard | verify accessibility$+$qlink? | 1998/2001 - Obsolete | ||
"bv" | bboard | change node status to unread | 1998 | ||
"bw" | bboard | mk container "store" node (root) | 1998 | ||
"bx" | bboard | change node status to deleted | 1998 | ||
"by" | bboard | confirm container delete | 1998 | ||
"b{" | bboard | toggle display fifo of thread | 1998 | ||
"b|" | bboard | display message with replace | 1998 | ||
"b~" | bboard | change reply status to hidden | 1998 | ||
"q@" | bboard | build search database | 1998 | ||
"51" | bboard_a | board_update_rights | 2001 | ||
"52" | bboard_a | board_update_title | 2001 | ||
"54" | bboard_a | form_send_board_form$+$board_forms_a | 2001/2001 | ||
"5B" | bboard_a | board_add_owner2 | 2001 | ||
"5D" | bboard_a | board_bxfer_send | 2001 | ||
"5E" | bboard_a | board_cancel_tool_lck | 2001 | ||
"5F" | bboard_a | board_change_nod_del | 2001 | ||
"5G" | bboard_a | board_change_nod_hid | 2001 | ||
"5H" | bboard_a | board_change_nod_unr | 2001 | ||
"5I" | bboard_a | board_change_msg_del | 2001 | ||
"5J" | bboard_a | board_change_msg_hid | 2001 | ||
"5K" | bboard_a | board_change_msg_rel | 2001 | ||
"5L" | bboard_a | board_change_rpl_del | 2001 | ||
"5M" | bboard_a | board_change_rpl_hid | 2001 | ||
"5N" | bboard_a | board_change_rpl_rel | 2001 | ||
"5O" | bboard_a | board_confirm_cnt_del | 2001 | ||
"5P" | bboard_a | board_confirm_msg_del | 2001 | ||
"5Q" | bboard_a | board_confirm_rpl_del | 2001 | ||
"5T" | bboard_a | board_create_folder | 2001 | ||
"5V" | bboard_a | board_delete_owner2 | 2001 | ||
"5W" | bboard_a | board_delink_form | 2001 | ||
"5X" | bboard_a | board_delink_item | 2001 | ||
"5Y" | bboard_a | board_disp_msg_nrep | 2001 | ||
"5Z" | bboard_a | board_disp_msg_rep | 2001 | ||
"5b" | bboard_a | board_disp_msg_rep3 | 2001 | ||
"5d" | bboard_a | board_edit_title | 2001 | ||
"5e" | bboard_a | board_edit_title2 | 2001 | ||
"5f" | bboard_a | board_edit_descriptn | 2001 | ||
"5g" | bboard_a | board_edit_descriptn2 | 2001 | ||
"5i" | bboard_a | board_edit_title_desc | 2001 | ||
"5j" | bboard_a | board_enter_tools | 2001 | ||
"5k" | bboard_a | board_enter_tools_rep | 2001 | ||
"5l" | bboard_a | board_insert_form | 2001 | ||
"5m" | bboard_a | board_insert_info | 2001 | ||
"5n" | bboard_a | board_lock_cnt_for_ud | 2001 | ||
"5o" | bboard_a | board_make_cnt_store | 2001 | ||
"5p" | bboard_a | board_move_confirm | 2001 | ||
"5q" | bboard_a | board_move_form | 2001 | ||
"5r" | bboard_a | board_move_info | 2001 | ||
"5s" | bboard_a | board_resequence_info | 2001 | ||
"5t" | bboard_a | board_send_reseq_form | 2001 | ||
"5u" | bboard_a | board_send_tool_stat | 2001 | ||
"5w" | bboard_a | board_show_parents | 2001 | ||
"5y" | bboard_a | board_toggle_fifo | 2001 | ||
"5z" | bboard_a | board_toggle_fifo_thr | 2001 | ||
"6d" | bboard_a | srch_upd_cont_phrs | 2001 | ||
"6e" | bboard_a | srch_build_database | 2001 | ||
"7j" | bboard_b | board_enter_tools | 2001 | ||
"81" | bboard_b | board_update_rights | 2001 | ||
"82" | bboard_b | board_update_title | 2001 | ||
"84" | bboard_b | form_send_board_form$+$board_forms_b | 2001/2001 | ||
"8B" | bboard_b | board_add_owner2 | 2001 | ||
"8D" | bboard_b | board_bxfer_send | 2001 | ||
"8E" | bboard_b | board_cancel_tool_lck | 2001 | ||
"8F" | bboard_b | board_change_nod_del | 2001 | ||
"8G" | bboard_b | board_change_nod_hid | 2001 | ||
"8H" | bboard_b | board_change_nod_unr | 2001 | ||
"8I" | bboard_b | board_change_msg_del | 2001 | ||
"8J" | bboard_b | board_change_msg_hid | 2001 | ||
"8K" | bboard_b | board_change_msg_rel | 2001 | ||
"8L" | bboard_b | board_change_rpl_del | 2001 | ||
"8M" | bboard_b | board_change_rpl_hid | 2001 | ||
"8N" | bboard_b | board_change_rpl_rel | 2001 | ||
"8O" | bboard_b | board_confirm_cnt_del | 2001 | ||
"8P" | bboard_b | board_confirm_msg_del | 2001 | ||
"8Q" | bboard_b | board_confirm_rpl_del | 2001 | ||
"8T" | bboard_b | board_create_folder | 2001 | ||
"8V" | bboard_b | board_delete_owner2 | 2001 | ||
"8W" | bboard_b | board_delink_form | 2001 | ||
"8X" | bboard_b | board_delink_item | 2001 | ||
"8Y" | bboard_b | board_disp_msg_nrep | 2001 | ||
"8Z" | bboard_b | board_disp_msg_rep | 2001 | ||
"8b" | bboard_b | board_disp_msg_rep3 | 2001 | ||
"8d" | bboard_b | board_edit_title | 2001 | ||
"8e" | bboard_b | board_edit_title2 | 2001 | ||
"8f" | bboard_b | board_edit_descriptn | 2001 | ||
"8g" | bboard_b | board_edit_descriptn2 | 2001 | ||
"8i" | bboard_b | board_edit_title_desc | 2001 | ||
"8k" | bboard_b | board_enter_tools_rep | 2001 | ||
"8l" | bboard_b | board_insert_form | 2001 | ||
"8m" | bboard_b | board_insert_info | 2001 | ||
"8n" | bboard_b | board_lock_cnt_for_ud | 2001 | ||
"8o" | bboard_b | board_make_cnt_store | 2001 | ||
"8p" | bboard_b | board_move_confirm | 2001 | ||
"8q" | bboard_b | board_move_form | 2001 | ||
"8r" | bboard_b | board_move_info | 2001 | ||
"8s" | bboard_b | board_resequence_info | 2001 | ||
"8t" | bboard_b | board_send_reseq_form | 2001 | ||
"8u" | bboard_b | board_send_tool_stat | 2001 | ||
"8w" | bboard_b | board_show_parents | 2001 | ||
"8y" | bboard_b | board_toggle_fifo | 2001 | ||
"8z" | bboard_b | board_toggle_fifo_thr | 2001 | ||
"9d" | bboard_b | srch_upd_cont_phrs | 2001 | ||
"9e" | bboard_b | srch_build_database | 2001 | ||
":b" | bboard_c | srch_disp_cont_phrs | 2001 | ||
":c" | bboard_c | srch_get_cont_phrs | 2001 | ||
":d" | bboard_c | srch_upd_cont_phrs | 2001 | ||
":e" | bboard_c | srch_build_database | 2001 | ||
"^0" | bboard_c | board_tool_update_cc | 2001 | ||
"^1" | bboard_c | board_update_rights | 2001 | ||
"^2" | bboard_c | board_update_title | 2001 | ||
"^3" | bboard_c | board_verify_access | 2001 | ||
"^4" | bboard_c | form_send_board_form$+$board_forms_c | 2001/2001 | ||
"^A" | bboard_c | board_add_owner | 2001 | ||
"^B" | bboard_c | board_add_owner2 | 2001 | ||
"^C" | bboard_c | board_appl_disabled_b | 2001 | ||
"^D" | bboard_c | board_bxfer_send | 2001 | ||
"^E" | bboard_c | board_cancel_tool_lck | 2001 | ||
"^F" | bboard_c | board_change_nod_del | 2001 | ||
"^G" | bboard_c | board_change_nod_hid | 2001 | ||
"^H" | bboard_c | board_change_nod_unr | 2001 | ||
"^I" | bboard_c | board_change_msg_del | 2001 | ||
"^J" | bboard_c | board_change_msg_hid | 2001 | ||
"^K" | bboard_c | board_change_msg_rel | 2001 | ||
"^L" | bboard_c | board_change_rpl_del | 2001 | ||
"^M" | bboard_c | board_change_rpl_hid | 2001 | ||
"^N" | bboard_c | board_change_rpl_rel | 2001 | ||
"^O" | bboard_c | board_confirm_cnt_del | 2001 | ||
"^P" | bboard_c | board_confirm_msg_del | 2001 | ||
"^Q" | bboard_c | board_confirm_rpl_del | 2001 | ||
"^R" | bboard_c | board_create_container | 2001 | ||
"^S" | bboard_c | board_create_cnt_chld | 2001 | ||
"^T" | bboard_c | board_create_folder | 2001 | ||
"^U" | bboard_c | board_delete_owner | 2001 | ||
"^V" | bboard_c | board_delete_owner2 | 2001 | ||
"^W" | bboard_c | board_delink_form | 2001 | ||
"^X" | bboard_c | board_delink_item | 2001 | ||
"^Y" | bboard_c | board_disp_msg_nrep | 2001 | ||
"^Z" | bboard_c | board_disp_msg_rep | 2001 | ||
"^a" | bboard_c | board_disp_msg_rep2 | 2001 | ||
"^b" | bboard_c | board_disp_msg_rep3 | 2001 | ||
"^c" | bboard_c | board_disp_or_msg_rep | 2001 | ||
"^d" | bboard_c | board_edit_title | 2001 | ||
"^e" | bboard_c | board_edit_title2 | 2001 | ||
"^f" | bboard_c | board_edit_descriptn | 2001 | ||
"^g" | bboard_c | board_edit_descriptn2 | 2001 | ||
"^h" | bboard_c | board_edit_own_rights | 2001 | ||
"^i" | bboard_c | board_edit_title_desc | 2001 | ||
"^j" | bboard_c | board_enter_tools | 2001 | ||
"^k" | bboard_c | board_enter_tools_rep | 2001 | ||
"^l" | bboard_c | board_insert_form | 2001 | ||
"^m" | bboard_c | board_insert_info | 2001 | ||
"^n" | bboard_c | board_lock_cnt_for_ud | 2001 | ||
"^o" | bboard_c | board_make_cnt_store | 2001 | ||
"^p" | bboard_c | board_move_confirm | 2001 | ||
"^q" | bboard_c | board_move_form | 2001 | ||
"^r" | bboard_c | board_move_info | 2001 | ||
"^s" | bboard_c | board_resequence_info | 2001 | ||
"^t" | bboard_c | board_send_reseq_form | 2001 | ||
"^u" | bboard_c | board_send_tool_stat | 2001 | ||
"^v" | bboard_c | board_show_owners | 2001 | ||
"^w" | bboard_c | board_show_parents | 2001 | ||
"^x" | bboard_c | board_show_prnt_noacc | 2001 | ||
"^y" | bboard_c | board_toggle_fifo | 2001 | ||
"^z" | bboard_c | board_toggle_fifo_thr | 2001 | ||
"RS" | billrep | request summary bill$+$billrep | 1998/2001 | ||
"RD" | billrep | Request detail bill | 1998 | ||
"RE" | billrep | Request formless billing summary | 1998 | ||
"b!" | board_list | display reply messages | NU | 2001/1998 | |
"b#" | board_list | open folder with list of replies | NU | 2001/1998 | |
"b%" | board_list | more folder menu | NU | 2001/1998 | |
"b(" | board_list | browse_new_threads | NU | 2001/1998 | |
"b0" | board_list | more_find_new | NU | 2001/1998 | |
"b1" | board_list | browse new | NU | 2001/1998 | |
"b2" | board_list | more find new | NU | 2001/1998 | |
"b6" | board_list | more_new_threads | NU | 2001/1998 | |
"bA" | board_list | current_container | NU | 2001/1998 | |
"bE" | board_list | Enter msg board | NU | 2001/1998 | |
"bO" | board_list | open_folder | NU | 2001/1998 | |
"bS" | board_list | send_find_since_form | NU | 2001/1998 | |
"bU" | board_list | pop_cc_context | NU | 2001/1998 | |
"bW" | board_list | open_folder | NU | 2001/1998 | |
"bZ" | board_list | more folder menu | NU | 2001/1998 | |
"b^" | board_list | find_new_thread | NU | 2001/1998 | |
"ba" | board_list | enter the folder with tools | NU | 2001/1998 | |
"bm" | board_list | "Jump" to board$+$board_list:Jump to board | 1998/2001 | ||
"bo" | board_list | open_folder | NU | 2001/1998 | |
"bq" | board_list | Read 1st New | 1998 | ||
"br" | board_list | find_new_now | NU | 2001/1998 | |
"bs" | board_list | find_since | NU | 2001/1998 | |
"bz" | board_list | more_container_menu | NU | 2001/1998 | |
"b}" | board_list | enter the folder with tools | NU | 2001/1998 | |
"5"" | board_list_a | list_more_new_threads | 2001 | ||
"5#" | board_list_a | list_read_1st_new | 2001 | ||
"5$" | board_list_a | list_send_find_sn_frm | 2001 | ||
"5>" | board_list_a | list_enter_fld_dpy1st | 2001 | ||
"5<" | board_list_a | list_enter_folder2 | 2001 | ||
"5," | board_list_a | list_jump_to_board | 2001 | ||
"5." | board_list_a | list_more_cnt_menu | 2001 | ||
"5/" | board_list_a | list_more_find_new | 2001 | ||
"55" | board_list_a | list_browse_new | 2001 | ||
"56" | board_list_a | list_browse_new_thrd | 2001 | ||
"57" | board_list_a | list_currnt_container | 2001 | ||
"58" | board_list_a | list_enter_container | 2001 | ||
"59" | board_list_a | list_enter_folder | 2001 | ||
"5:" | board_list_a | list_more_folder_ment | 2001 | ||
"5?" | board_list_a | list_more_find_new2 | 2001 | ||
"5@" | board_list_a | list_pop_apple_pc_cnt | 2001 | ||
"5[" | board_list_a | list_enter_fld_dpy1td | 2001 | ||
"5]" | board_list_a | list_enter_fld_wtool | 2001 | ||
"5{" | board_list_a | list_find_new_thread | 2001 | ||
"5}" | board_list_a | list_find_since | 2001 | ||
"6A" | board_list_a | list_enter_fld_wtools | 2001 | ||
"6B" | board_list_a | list_find_new_now | 2001 | ||
"6C" | board_list_a | list_more_folder_menu | 2001 | ||
"6D" | board_list_a | list_open_fld_list_rp | 2001 | ||
"77" | board_list_b | list_currnt_container | 2001 | ||
"78" | board_list_b | list enter container | 2001 | ||
"8"" | board_list_b | list_more_new_threads | 2001 | ||
"8#" | board_list_b | list_read_1st_new | 2001 | ||
"8$" | board_list_b | list_send_find_sn_frm | 2001 | ||
"8>" | board_list_b | list_enter_fld_dpy1st | 2001 | ||
"8<" | board_list_b | list_enter_folder2 | 2001 | ||
"8," | board_list_b | list_jump_to_board | 2001 | ||
"8." | board_list_b | list_more_cnt_menu | 2001 | ||
"8/" | board_list_b | list_more_find_new | 2001 | ||
"85" | board_list_b | list_browse_new | 2001 | ||
"86" | board_list_b | list_browse_new_thrd | 2001 | ||
"89" | board_list_b | list_enter_folder | 2001 | ||
"8:" | board_list_b | list_more_folder_ment | 2001 | ||
"8?" | board_list_b | list_more_find_new2 | 2001 | ||
"8@" | board_list_b | list_pop_apple_pc_cnt | 2001 | ||
"8[" | board_list_b | list_enter_fld_dpy1td | 2001 | ||
"8]" | board_list_b | list_enter_fld_wtool | 2001 | ||
"8{" | board_list_b | list_find_new_thread | 2001 | ||
"8}" | board_list_b | list_find_since | 2001 | ||
"9A" | board_list_b | list_enter_fld_wtools | 2001 | ||
"9B" | board_list_b | list_find_new_now | 2001 | ||
"9C" | board_list_b | list_more_folder_menu | 2001 | ||
"9D" | board_list_b | list_open_fld_list_rp | 2001 | ||
":A" | board_list_c | list_enter_fld_wtools | 2001 | ||
":B" | board_list_c | list_find_new_now | 2001 | ||
":C" | board_list_c | list_more_folder_menu | 2001 | ||
":D" | board_list_c | list_open_fld_list_rp | 2001 | ||
"^"" | board_list_c | list_more_new_threads | 2001 | ||
"^#" | board_list_c | list_read_1st_new | 2001 | ||
"^$" | board_list_c | list_send_find_sn_frm | 2001 | ||
"^>" | board_list_c | list_enter_fld_dpy1st | 2001 | ||
"^<" | board_list_c | list_enter_folder2 | 2001 | ||
"^," | board_list_c | list_jump_to_board | 2001 | ||
"^." | board_list_c | list_more_cnt_menu | 2001 | ||
"^/" | board_list_c | list_more_find_new | 2001 | ||
"^5" | board_list_c | list_browse_new | 2001 | ||
"^6" | board_list_c | list_browse_new_thrd | 2001 | ||
"^7" | board_list_c | list_currnt_container | 2001 | ||
"^8" | board_list_c | list_enter_container | 2001 | ||
"^9" | board_list_c | list_enter_folder | 2001 | ||
"^:" | board_list_c | list_more_folder_ment | 2001 | ||
"^?" | board_list_c | list_more_find_new2 | 2001 | ||
"^@" | board_list_c | list_pop_apple_pc_cnt | 2001 | ||
"^[" | board_list_c | list_enter_fld_dpy1td | 2001 | ||
"^]" | board_list_c | list_enter_fld_wtool | 2001 | ||
"^{" | board_list_c | list_find_new_thread | 2001 | ||
"^}" | board_list_c | list_find_since | 2001 | ||
"z$" | board_read | display reply board read | 1998 | ||
"z&" | board_read | orig. msg. board read | 1998 | ||
"zF" | board_read | post message$+$board_text | 2001/1998 | ||
"zM" | board_read | board read disp. msg | 1998 | ||
"zN" | board_read | board read disp. next | 1998 | ||
"zR" | board_read | post response$+$board_text | 2001/1998 | ||
" | board_read | repl. reply disp. board read | 2001 | ||
"5%" | board_read_a | read_disp_msg_no_repl | 2001 | ||
"5&" | board_read_a | read_disp_orig_msg | 2001 | ||
"5-" | board_read_a | read_disp_rpl_w_repl | 2001 | ||
"5\" | board_read_a | text_post_msg_w_re | 2001 | ||
"5^" | board_read_a | read_disp_msg_w_repl | 2001 | ||
"5|" | board_read_a | text_post_rpl_w_re | 2001 | ||
"6E" | board_read_a | read_disp_orig_msg_rp | 2001 | ||
"8%" | board_read_b | read_disp_msg_no_repl | 2001 | ||
"8&" | board_read_b | read_disp_orig_msg | 2001 | ||
"8-" | board_read_b | read_disp_rpl_w_repl | 2001 | ||
"8\" | board_read_b | text_post_msg_w_re | 2001 | ||
"8^" | board_read_b | read_disp_msg_w_repl | 2001 | ||
"8|" | board_read_b | text_post_rpl_w_re | 2001 | ||
"9E" | board_read_b | read_disp_orig_msg_rp | 2001 | ||
":E" | board_read_c | read_disp_orig_msg_rp | 2001 | ||
"^%" | board_read_c | read_disp_msg_no_repl | 2001 | ||
"^&" | board_read_c | read_disp_orig_msg | 2001 | ||
"^-" | board_read_c | read_disp_rpl_w_repl | 2001 | ||
"^^" | board_read_c | read_disp_msg_w_repl | 2001 | ||
"ma" | board_text | request reply by mail | 1998 | ||
"mb" | board_text | send reply by mail | 1998 | ||
"mc" | board_text | official response w/mail | 1998 | ||
"md" | board_text | handle_text for replies | 1998 | ||
"mu" | board_text | Add message to new boards folder | 1998 | ||
"5+" | board_text_a | text_send_msg_text | 2001 | ||
"5=" | board_text_a | text_handle_rpl_text | 2001 | ||
"5_" | board_text_a | text_handle_msg_text | 2001 | ||
"5`" | board_text_a | text_off_rpl_by_mail | 2001 | ||
"5~" | board_text_a | text_off_rpl_w_mail | 2001 | ||
"8+" | board_text_b | text_send_msg_text | 2001 | ||
"8=" | board_text_b | text_handle_rpl_text | 2001 | ||
"8_" | board_text_b | text_handle_msg_text | 2001 | ||
"8`" | board_text_b | text_off_rpl_by_mail | 2001 | ||
"8~" | board_text_b | text_off_rpl_w_mail | 2001 | ||
"^+" | board_text_c | text_send_msg_text | 2001 | ||
"^=" | board_text_c | text_handle_rpl_text | 2001 | ||
"^\" | board_text_c | text_post_msg_w_re | 2001 | ||
"^_" | board_text_c | text_handle_msg_text | 2001 | ||
"^`" | board_text_c | text_off_rpl_by_mail | 2001 | ||
"^|" | board_text_c | text_post_rpl_w_re | 2001 | ||
"^~" | board_text_c | text_off_rpl_w_mail | 2001 | ||
"3O" | buddy_list | buddylist | 2001 | ||
"3P" | buddy_list | buddylist | 2001 | ||
"3Q" | buddy_list | buddylist | 2001 | ||
"3R" | buddy_list | buddylist | 2001 | ||
"3S" | buddy_list | buddylist | 2001 | ||
"3T" | buddy_list | buddylist | 2001 | ||
"3U" | buddy_list | buddylist | 2001 | ||
"3V" | buddy_list | buddylist | 2001 | ||
"3W" | buddy_list | buddylist | 2001 | ||
"3X" | buddy_list | buddylist | 2001 | ||
"3Y" | buddy_list | buddylist | 2001 | ||
"3Z" | buddy_list | buddylist | 2001 | ||
"gr" | cashier | All special cashier tokens | 1998 | ||
"gX" | cashier_win | custom group options | 1998 | ||
"ge" | cashier_win | Transfer chips | 1998 | ||
"gh" | cashier_win | Show leader boards | 1998 | ||
"gj" | cashier_win | Show cashier form | 1998 | ||
"gs" | cashier_win | Show user balance | 2001 | ||
"gv" | casino | All casino games special tokens | NU | 2001/1998 | |
"AE" | chat_sw | Roomer genl-purpose send-input$+$roomer:Roomer genl-purpose send-input, legacy enable music (Rm/Aud) | M1 | 2001/2001 | |
"AI" | chat_sw | New chat system FDO88 domain sw | 2001 | ||
"AJ" | chat_sw | New chat system close token | 2001 | ||
"Aa" | chat_sw | chat msg/fdo91 - Rm/Aud$+$roomer | M1 | 2001/1998 | |
"CI" | chat_sw | req from pc to go into chat$+$usher | NU | 2001/1998 | |
"CJ" | chat_sw | Enter lobby from gen 4$+$usher | NU | 2001/1998 | |
"CK" | chat_sw | Go to "similar" room family$+$usher | NU | 2001/1998 | |
"I0" | chat_sw | Ignore user - gen 4$+$roomer | M1 | 2001/1998 | |
"I1" | chat_sw | Cancel Ignore User - gen 4$+$roomer | 2001/1998 | ||
"L!" | chat_sw | List Public$+$roomlist:List Public$_$usher | NU | 2001/2001 | |
"L$" | chat_sw | list sanctioned$+$roomlist:list sanctioned$_$usher | NU | 2001/2001 | |
"L&" | chat_sw | active sanctioned$+$roomlist:active sanctioned$_$usher | NU | 2001/2001 | |
"L(" | chat_sw | More public rooms$+$roomlist: public rooms$_$usher | NU | 2001/2001 | |
"L)" | chat_sw | more list of sanctioned$+$roomlist: list of sanctioned$_$usher | NU | 2001/2001 | |
"L1" | chat_sw | Request locate form$+$usher | NU | 2001/1998 | |
"L2" | chat_sw | send create form$+$usher | NU | 2001/1998 | |
"L3" | chat_sw | send private form$+$usher | NU | 2001/1998 | |
"L@" | chat_sw | list member created rooms$+$roomlist:list member created rooms$_$usher | NU | 2001/2001 | |
"LA" | chat_sw | list rooms(same name, diff sanc)$+$roomlist:list rooms (same name, diff sanc) | 2001/2001 | ||
"LB" | chat_sw | List rooms$+$roomlist:List rooms$_$usher | NU | 2001/2001 | |
"LC" | chat_sw | List rooms (continue)$+$roomlist:List rooms (continue)$_$usher | NU | 2001/2001 | |
"LD" | chat_sw | List PC from Conf$+$roomlist:List PC from Conf$_$usher | NU | 2001/2001 | |
"LE" | chat_sw | list rooms(same name, diff memb)$+$roomlist:list rooms (same name, diff memb) | 2001/2001 | ||
"LF" | chat_sw | List Conference Rooms$+$roomlist:List Conference Rooms$_$usher | NU | 2001/2001 | |
"LH" | chat_sw | display create member room form$+$roomlist | 2001/2001 | ||
"LI" | chat_sw | new token for RoomList$+$roomlist | 2001/2001 | ||
"LJ" | chat_sw | new token for RoomList$+$roomlist | 2001/2001 | ||
"LP" | chat_sw | List Rooms in People Connection$+$roomlist:List Rooms in People Connection$_$usher | NU | 2001/1998 | |
"LQ" | chat_sw | Quit list rooms$+$roomlist | NU | 2001/2001 | |
"LR" | chat_sw | List rooms in P.C. (LP cont'd)$+$roomlist:List rooms in P.C. (LP cont'd)$_$usher | NU | 2001/2001 | |
"LS" | chat_sw | List rooms w/class and format$+$roomlist:List rooms w/class and format$_$usher | NU | 2001/2001 | |
"LT" | chat_sw | Continue of LS$+$roomlist:Continue of LS$_$usher | NU | 2001/2001 | |
"LU" | chat_sw | list rooms by category$+$roomlist | 2001/2001 | ||
"LV" | chat_sw | more list rooms by category$+$roomlist | 2001/2001 | ||
"MA" | chat_sw | Sanction room online$+$usher:Switch to Porch | 2001/1998 | ||
"MB" | chat_sw | create room - name and category | 2001 | ||
"MC" | chat_sw | Enter room | 2001 | ||
"ME" | chat_sw | new | 2001 | ||
"MG" | chat_sw | Chg room full_spec ch pay areas | 2001 | ||
"ML" | chat_sw | desanction room online$+$usher:Switch to Library | 2001/1998 | ||
"MM" | chat_sw | make room public online$+$usher:Switch to Porch | 2001/1998 | ||
"MQ" | chat_sw | Switch to Library$+$usher | 2001/1998 | ||
"MR" | chat_sw | Return to room (Q), goto PC (^Q)$+$usher:Return (Q)goto (^Q) MY status | NU | 2001/1998 | |
"MY" | chat_sw | create change room status form | 2001 | ||
"c6" | chat_sw | Aud (Sp)-delete active question$+$roomer | M1 | 2001/1998 | |
"c7" | chat_sw | Aud (Sp)-get question frm hold Q$+$roomer | M1 | 2001/1998 | |
"cG" | chat_sw | Enter Auditorium Audience$+$usher | NU | 2001/1998 | |
"cH" | chat_sw | Aud-list my chat group$+$roomer | M1 | 2001/1998 | |
"cI" | chat_sw | create a public room... | 2001 | ||
"cJ" | chat_sw | Aud-list some user's chat group$+$roomer | M1 | 2001/1998 | |
"cL" | chat_sw | Change rooms from list$+$usher | NU | 2001/1998 | |
"cN" | chat_sw | Aud-list chat group number #$+$roomer | M1 | 2001/1998 | |
"cO" | chat_sw | Aud-list occupied chat groups$+$roomer | M1 | 2001/1998 | |
"cP" | chat_sw | Aud-move to another chat group$+$roomer | M1 | 2001/1998 | |
"cQ" | chat_sw | Go to Public Room in P.C.$+$usher | NU | 2001/1998 | |
"cR" | chat_sw | Aud-turn my chat on/off$+$roomer | M1 | 2001/1998 | |
"cT" | chat_sw | Enter Auditorium as Master$+$usher | NU | 2001/1998 | |
"cV" | chat_sw | Go to Private Room in P.C.$+$usher | NU | 2001/1998 | |
"cZ" | chat_sw | create a public room | 2001 | ||
"cb" | chat_sw | List People from room list$+$roomlist:List People from room list$_$usher | NU | 2001/1998 | |
"cd" | chat_sw | List People in P.C. room$+$roomlist:List People in P.C. room$_$usher | NU | 2001/1998 | |
"cf" | chat_sw | For RoomList$+$roomlist | 2001/2001 | ||
"ch" | chat_sw | Make room private$+$usher | 2001/1998 | ||
"ct" | chat_sw | Test show users in rooms$+$roomlist:Test show users in rooms$_$locate | 2001/2001 | ||
"c{" | chat_sw | Aud (Sp)-broadcast quest as cmnt$+$roomer | M1 | 2001/1998 | |
"qA" | chat_sw | Aud (Sp)-request a comment$+$roomer | M1 | 2001/1998 | |
"qB" | chat_sw | Aud (Sp)-broadcast question$+$roomer | M1 | 2001/1998 | |
"qC" | chat_sw | Aud-(non-Q) add question line$+$roomer:Aud (non-Q) add question line | M1 | 2001/1998 | |
"qD" | chat_sw | Aud-(non-Q) add question line$+$roomer:Aud (non-Q) add question line | M1 | 2001/1998 | |
"qF" | chat_sw | Aud-(non-Q) tally vote$+$roomer:Aud (non-Q) tally vote | M1 | 2001/1998 | |
"qG" | chat_sw | Aud-(non-Q) accept bid$+$roomer:Aud (non-Q) accept bid | M1 | 2001/1998 | |
"qN" | chat_sw | Aud-(non-Q) withdraw Sp invite$+$roomer:Aud (non-Q) withdraw Sp invite | M1 | 2001/1998 | |
"qR" | chat_sw | Aud (Sp)-request a question$+$roomer | M1 | 2001/1998 | |
"qU" | chat_sw | Aud (Sp)-get Auditorium stats$+$roomer | M1 | 2001/1998 | |
"qY" | chat_sw | Aud-(non-Q) accept Sp invite$+$roomer | M1 | 2001/1998 | |
"qc" | chat_sw | Aud - 4th gen add question$+$roomer | M1 | 2001/1998 | |
"qd" | chat_sw | Aud - 4th gen add comment$+$roomer | M1 | 2001/1998 | |
"rB" | chat_sw | List rooms (casino)$+$roomlist:List rooms (casino)$_$usher | NU | 2001/1998 | |
"rC" | chat_sw | List rooms (casino, continue)$+$roomlist:List rooms (casino, continue)$_$usher | NU | 2001/1998 | |
"rD" | chat_sw | Force to leave room$+$usher | 2001/1998 | ||
"$#" | clerk2 | not defined | 2001 | ||
"$$" | clerk2 | process_acct_cc_option | 2001 | ||
"$%" | clerk2 | not defined | 2001 | ||
"$&" | clerk2 | Auto Tour Entry Point | 2001 | ||
"$>" | clerk2 | Mult Scr Nms for E-Greet | 2001 | ||
"$+" | clerk2 | not defined | 2001 | ||
"$?" | clerk2 | display_help | 2001 | ||
"$E" | clerk2 | modify_cart_entry | 1998 | ||
"$G" | clerk2 | get_product(ext id appd to ft 1) | NU | 2001/1998 | |
"$J" | clerk2 | process_text_20_option | 2001 | ||
"$K" | clerk2 | process_text_160_option | 2001 | ||
"$N" | clerk2 | empty_cart | 2001 | ||
"$O" | clerk2 | process_refresh | 2001 | ||
"$Q" | clerk2 | process quantity | 1998 | ||
"$R" | clerk2 | retrieve_product(int_id=hard_cod | NU | 2001 | |
"$T" | clerk2 | process_ship_choice | 2001 | ||
"$U" | clerk2 | display_previous_screen | 2001 | ||
"$W" | clerk2 | fast chkout1$+$clerk_special:enter promotional area | NU | 2001/1998 | |
"$X" | clerk2 | fast chkout2$+$clerk_special:specify machine type | 2001/1998 | ||
"$Y" | clerk2 | not yet decided$+$clerk_special:specify product choice | 2001/1998 | ||
"$Z" | clerk2 | not yet decided$+$clerk_special:provide shipping info | 2001/1998 | ||
"$[" | clerk2 | auto tour no HL | 2001 | ||
"$]" | clerk2 | auto tour w. HL | 2001 | ||
"$a" | clerk2 | add_store | 1998 | ||
"$c" | clerk2 | display_cart | 1998 | ||
"$e" | clerk2 | delete_entry_from_cart | 1998 | ||
"$g" | clerk2 | request_store_id(ext_id)$+$store_manager:request_id | NU | 1998/2001 | |
"$h" | clerk2 | process_store_id(ext_id)$+$store_manager:process_screen | 1998/2001 | ||
"$i" | clerk2 | process_internal_bill | 1998 | ||
"$j" | clerk2 | return_to_product_summary | 1998 | ||
"$k" | clerk2 | process_checkout | 1998 | ||
"$l" | clerk2 | process_list_option | 1998 | ||
"$m" | clerk2 | modify_store | 1998 | ||
"$n" | clerk2 | remove_from_cart_screen | 1998 | ||
"$o" | clerk2 | display_product_option | 1998 | ||
"$p" | clerk2 | display_product_summary | 1998 | ||
"$q" | clerk2 | process_text_14_option | 2001 | ||
"$r" | clerk2 | process_radio_option | 1998 | ||
"$s" | clerk2 | display_about_this_store | 1998 | ||
"$t" | clerk2 | process_text_option | 1998 | ||
"$u" | clerk2 | copy from_bill_to | 1998 | ||
"$v" | clerk2 | process_ship_to | 1998 | ||
"$w" | clerk2 | delete_store$+$store_manager:display_previous_screen | 1998/2001 | ||
"$x" | clerk2 | request_cc_info | 1998 | ||
"$y" | clerk2 | process_cc_info | 1998 | ||
"$z" | clerk2 | process_bill_to | 1998 | ||
"k$" | clerk2 | Avail for Wallet | 2001 | ||
"k>" | clerk2 | Avail for Wallet | 2001 | ||
"k?" | clerk2 | Display Wallet Screen Help$+$quick_order:display help | 2001/2001 | ||
"kA" | clerk2 | Call Wallet for Add New LOC$+$quick_order:process payment method | 2001/2001 | ||
"kB" | clerk2 | RM-L2 HTLNK | 2001 | ||
"kC" | clerk2 | RM-L3 HTLNK | 2001 | ||
"kD" | clerk2 | RM-L4 HTLNK | 2001 | ||
"kE" | clerk2 | Call Wallet for Edit/Updt Loc$+$clerk2:For Future Use | 2001/2001 | ||
"kF" | clerk2 | Process Flowers Options | 2001 | ||
"kJ" | clerk2 | process Wallet Edit Shipping$+$quick_order:process text 20 option | 2001/2001 | ||
"kK" | clerk2 | process text 80 option$+$quick_order:process test 160 option | 2001/2001 | ||
"kM" | clerk2 | Call to Make/Create New Wallet | 2001 | ||
"kP" | clerk2 | Do Previous Flowers Opts | 2001 | ||
"kR" | clerk2 | retrieve product | 2001 | ||
"kS" | clerk2 | Future Clerk Use$+$quick_order:process product summary | 2001/2001 | ||
"kT" | clerk2 | QOrder RM-L2 HTLNK | 2001 | ||
"kV" | clerk2 | QOrder RM-L3 HTLNK | 2001 | ||
"kW" | clerk2 | For Future Use | 2001 | ||
"kX" | clerk2 | QOrder RM-L4 HTLNK | 2001 | ||
"ka" | clerk2 | Call Wallet for Add New CC$+$quick_order:process date option | 2001/2001 | ||
"kb" | clerk2 | Auto Tour RM L2 HTLNK | 2001 | ||
"kc" | clerk2 | Auto Tour RM-L3 HTLNK | 2001 | ||
"kd" | clerk2 | Auto Tour RM-L4 HTLNK | 2001 | ||
"ke" | clerk2 | Call Wallet for Edit/Updt CC$+$clerk2:For Future Use | 2001/2001 | ||
"kf" | clerk2 | Process Flowers List Opt | 2001 | ||
"kj" | clerk2 | process Wallet Edit Billing$+$quick_order:return product summary | 2001/2001 | ||
"km" | clerk2 | Make Avail for Wallet$+$quick_order:process numeric option | 2001/2001 | ||
"kp" | clerk2 | For Future UUse | 2001 | ||
"kr" | clerk2 | process add edit choice$+$quick_order:process radio option | 2001/2001 | ||
"ks" | clerk2 | Future Clerk2 Use$+$quick_order:process text 40 option | 2001/2001 | ||
"kt" | clerk2 | Future Clerk2 Use$+$quick_order:process text option | 2001/2001 | ||
"ku" | clerk2 | Place Order for Wallet User$+$quick_order:place order | 2001/2001 | ||
"kw" | clerk2 | For Future Use | 2001 | ||
"$A" | clerk | Add product to shopping cart | NU | 2001 | |
"$B" | clerk | Request billing information | 1998 | ||
"$C" | clerk | Begin checkout process | 1998 | ||
"$D" | clerk | Delete product from cart | 1998 | ||
"$F" | clerk | Request clerk form w/pop | 1998 | ||
"$I" | clerk | Show store information | 1998 | ||
"$L" | clerk | List items in shopping cart | NU | 2001 | |
"$M" | clerk | Get billing method | 1998 | ||
"$P" | clerk | Show product desc | NU | 2001 | |
"$S" | clerk | Request shipping information | 1998 | ||
"$V" | clerk | View product from cart | 1998 | ||
"$b" | clerk | Process internal billing info | 1998 | ||
"$d" | clerk | Delete product from cart | 1998 | ||
"$f" | clerk | Request clerk form | 1998 | ||
"dM" | collector | Set domain - message board$+$mbox_send | 1998/2001 | ||
"eT" | collector | Start mail text entry$+$mbox_send | NU | 1998/2001 | |
"Ca" | collman2 | Request collection contents$+$pageman | NU | 1998/2001 | |
"Cb" | collman2 | Request more collection contents$+$pageman | 1998/2001 | ||
"Cc" | collman2 | Request latest stories$+$pageman | 1998/2001 | ||
"Cd" | collman2 | Sign up for Live Wire$+$pageman | NU | 1998/2001 | |
"Ce" | collman2 | Cancel LiveWire registration$+$pageman | 1998/2001 | ||
"Cf" | collman2 | Reset collman2 domain$+$pageman | 1998/2001 | ||
"Cg" | collman2, pageman | Open Coll info for Edit | NU | 1998/2001 | |
"Ch" | collman2 | Modify Coll info$+$pageman | 1998/2001 | ||
"Ci" | collman2 | Act on named collection$+$pageman | NU | 1998/2001 | |
"Cj" | collman2 | Convert Overwrite Confirm$+$pageman | 1998/2001 | ||
"Ck" | collman2 | Send collman form$+$pageman | 1998/2001 | ||
"Cm" | collman2 | Display item for edit$+$pageman | 1998/2001 | ||
"Cn" | collman2 | Cut item from collection$+$pageman | 1998/2001 | ||
"Co" | collman2 | Copy item from collection$+$pageman | 1998/2001 | ||
"Cp" | collman2 | Paste item (above) to collection$+$pageman | 1998/2001 | ||
"Cq" | collman2 | Paste item (below) to collection$+$pageman | 1998/2001 | ||
"Cr" | collman2 | Start add item to collection$+$pageman | 1998/2001 | ||
"Cs" | collman2 | Add/Update item data$+$pageman | 1998/2001 | ||
"C1" | collman | Request collection contents | 1998 | ||
"C2" | collman | Request more collection contents | 1998 | ||
"C3" | collman | Request lastest stories | 1998 | ||
"C4" | collman | Sign up for Live Wire | NU | 2001/1998 | |
"C5" | collman | Cancel LiveWire registration | 1998 | ||
"C6" | collman | Reset collman domain | 1998 | ||
"C7" | collman | Show "where" info | 1998 | ||
"Ct" | collman | Get indexed coll w/atoms | 1998 | ||
"9S" | conf_chat-01 | token-arg token for ecr_chat_srv | 2001 | ||
"9s" | conf_chat-01 | Send-input tok for ecr_chat_srvr | 2001 | ||
"9F" | conf_chat-02 | token-arg token for ecr chat | 2001 | ||
"9G" | conf_chat-02 | send-input token for ecr chat | 2001 | ||
"9Q" | conf_grp-01 | form-complete token | 2001 | ||
"9R" | conf_grp-02 | form-complete token | 2001 | ||
"9W" | conf_sw | enhanced conference rooms | 2001 | ||
"9X" | conf_sw | Enhanced conference rooms | 2001 | ||
"CC" | contest | Contest commit transaction | 2001 | ||
"CN" | contest | Collect form data | 2001 | ||
"CQ" | contest | Acknowledge confirmation message | 2001 | ||
"CS" | contest | Request acknowledged entry store | 2001 | ||
"CO" | contest_st | Enter contest | 2001 | ||
"&0" | cris2 | Submit Pending Price Plan | 2001 | ||
"&1" | cris2 | display acct page 1 | 1998 | ||
"&2" | cris2 | display acct page 2 | 1998 | ||
"&3" | cris2 | display acct page 3 | 1998 | ||
"&4" | cris2 | select credit reason | 1998 | ||
"&5" | cris2 | select credit type | 1998 | ||
"&6" | cris2 | Set number CC/DD dups | 2001 | ||
"&7" | cris2 | accept registration promo code | 2001 | ||
"&8" | cris2 | Accept cris account reg info | 2001 | ||
"&9" | cris2 | Disp prem sucbscr details | 2001 | ||
"&A" | cris2 | Select wallet from list | 2001 | ||
"&B" | cris2 | print detail bill | 1998 | ||
"&C" | cris2 | add credit | 1998 | ||
"&D" | cris2 | Manage Direct Debit Database | 2001 | ||
"&E" | cris2 | write new credit | 1998 | ||
"&F" | cris2 | send form with pop | 1998 | ||
"&G" | cris2 | update cc info | 1998 | ||
"&H" | cris2 | add history | 1998 | ||
"&I" | cris2 | Maintain Direct Debit DataBase | 2001 | ||
"&J" | cris2 | Deny credit | 2001 | ||
"&K" | cris2 | write new credit | 1998 | ||
"&L" | cris2 | select acct from list | 1998 | ||
"&M" | cris2 | load menu selection | 1998 | ||
"&N" | cris2 | write sw order | 1998 | ||
"&O" | cris2 | modify securid | 2001 | ||
"&P" | cris2 | update payment info | 1998 | ||
"&Q" | cris2 | disallow dups | 2001 | ||
"&R" | cris2 | Add to hotlist | 2001 | ||
"&S" | cris2 | search for account | 1998 | ||
"&T" | cris2 | generate certificate | 1998 | ||
"&U" | cris2 | update certificate | 1998 | ||
"&V" | cris2 | update vp info | 2001 | ||
"&W" | cris2 | submit member_validation | 2001 | ||
"&X" | cris2 | Remove from hot-list | 2001 | ||
"&Y" | cris2 | reset_block_login | 2001 | ||
"&a" | cris2 | update address | 1998 | ||
"&b" | cris2 | display detail bill | 1998 | ||
"&c" | cris2 | display credit | 1998 | ||
"&d" | cris2 | display payment info | 1998 | ||
"&e" | cris2 | select credit reason | 1998 | ||
"&f" | cris2 | send form | 1998 | ||
"&g" | cris2 | display cc info | 1998 | ||
"&h" | cris2 | display history | 1998 | ||
"&i" | cris2 | Update sec. billing contact | 2001 | ||
"&j" | cris2 | display online status | 1998 | ||
"&k" | cris2 | Display Price Plan Description$+$cris2:select reason for new credit | 2001/1998 | ||
"&l" | cris2 | Update address from credit card | 2001 | ||
"&m" | cris2 | display menu | 1998 | ||
"&n" | cris2 | select sw order type | NU | 2001/1998 | |
"&o" | cris2 | display order$+$cris2:update_check_auth_status | 2001/1998 | ||
"&p" | cris2 | load pay list selection | 1998 | ||
"&q" | cris2 | update comment | 1998 | ||
"&r" | cris2 | write resubmit | 1998 | ||
"&s" | cris2 | Select credit reason | 2001 | ||
"&t" | cris2 | display certificate | 1998 | ||
"&u" | cris2 | update passwords | 1998 | ||
"&v" | cris2 | update privileged | 1998 | ||
"&w" | cris2 | update acct status | 1998 | ||
"&x" | cris2 | make internal | 1998 | ||
"&y" | cris2 | make overhead | 1998 | ||
"&z" | cris2 | bump acct | 1998 | ||
"%0" | cris_jp | Update pending price plan | 2001 | ||
"%1" | cris_jp | Select account | 2001 | ||
"%6" | cris_jp | number of dups | 2001 | ||
"%E" | cris_jp | Select sw order | 2001 | ||
"%G" | cris_jp | Update CC database info | 2001 | ||
"%H" | cris_jp | Select history from list | 2001 | ||
"%J" | cris_jp | Deny credit | 2001 | ||
"%K" | cris_jp | Write credit | 2001 | ||
"%L" | cris_jp | Japenese cris generic function | 2001 | ||
"%a" | cris_jp | Update name address | 2001 | ||
"%b" | cris_jp | Display detail bill | 2001 | ||
"%c" | cris_jp | Select credit | 2001 | ||
"%e" | cris_jp | search sor sw order | 2001 | ||
"%g" | cris_jp | Display CC database info | 2001 | ||
"%h" | cris_jp | Select history from list | 2001 | ||
"%j" | cris_jp | Online status | 2001 | ||
"%k" | cris_jp | cris_jp price plan change | 2001 | ||
"ZA" | dialog | c64 user answered question | PL | 2001/1998 | |
"ZC" | dialog | c64 user cancel current dialog | PL | 2001/1998 | |
"ZK" | dialog | c64 user couldn't accept ZM | PL | 2001/1998 | |
"ZN" | dialog | c64 user replied NO to question | PL | 2001/1998 | |
"ZO" | dialog | c64 user accept ZM & continue | NU PL | 2001/1998 | |
"ZY" | dialog | c64 user replied YES to question | PL | 2001/1998 | |
"f2" | dod | request dod$+$retriever | PL | 2001/1998 | |
"ff" | dod | New-style DOD request | 2001 | ||
"fh" | dod | hinting something or other | 2001 | ||
"fp" | dod | start batch dod | 2001 | ||
"fq" | dod | continue batch dod | 2001 | ||
"fs" | dod | start batch art work | 2001 | ||
"uC" | dod_mac | DOD for Mac$+$update_disk | PL | 2001/1998 | |
"f3" | dodman | get modify database record form$+$retriever | 2001/1998 | ||
"f4" | dodman | wipe out local db$+$retriever | 2001/1998 | ||
"f5" | dodman | Batch upload of pictures$+$retriever | NU | 2001/1998 | |
"f6" | dodman | Install Local DB for Windows$+$retriever | 2001/1998 | ||
"f7" | dodman | Request a form$+$retriever | PL | 2001/1998 | |
"f8" | dodman | picture information$+$retriever | NU | 2001/1998 | |
"f9" | dodman | pc initiated binary upload$+$retriever | NU | 2001/1998 | |
"fA" | dodman | find_arts | 2001 | ||
"fB" | dodman | add_art_to_list_box | 2001 | ||
"fC" | dodman | rem_art_from_list_box | 2001 | ||
"fD" | dodman | proc_art_request | 2001 | ||
"fa" | dodman | host initiated binary upload$+$retriever | NU | 2001/1998 | |
"fb" | dodman | binary information$+$retriever | NU | 2001/1998 | |
"fc" | dodman | modify picture record$+$retriever | NU | 2001/1998 | |
"fd" | dodman | modify binary record$+$retriever | NU | 2001/1998 | |
"fe" | dodman | Modify picture$+$retriever | 2001/1998 | ||
"fg" | dodman | bulk record update from file$+$retriever | 2001/1998 | ||
"fi" | dodman | bulk record update for MAC$+$retriever | 2001/1998 | ||
"fj" | dodman | result for updating local record$+$retriever | 2001/1998 | ||
"fk" | dodman | batch_update_picture_file | 2001 | ||
"fr" | dodman | process picture list | 2001 | ||
"ft" | dodman | DOD request, process vrm aat pict header | 2001 | ||
"fu" | dodman | process vrm aat pict info | 2001 | ||
"fv" | dodman | process vrm aat binary header | 2001 | ||
"fw" | dodman | process vrm aat binary info | 2001 | ||
"Xe" | download | Mail download complete | 2001 | ||
"eX" | download | Mail download complete | SP M3 | 2001/1998 | |
"xA" | download | Download - abort | SP M3 | 2001/1998 | |
"xB" | download | Completed one file in album | SP M3 | 2001/1998 | |
"xC" | download | Completed LAST file in album | SP M3 | 2001/1998 | |
"xG" | download | Download - go ahead | M3 | 2001/1998 | |
"Ro" | dracula | Remain online hotkey token$+$timer | 2001/1998 | ||
"ro" | dracula | New force off message | 2001 | ||
"NA" | dungeon2 | same as Na with escaping | NU | 2001/1998 | |
"NB" | dungeon2 | update location with escaping | 1998 | ||
"NC" | dungeon2 | broadcast info with escaping | 1998 | ||
"ND" | dungeon2 | identify user with escaping | 1998 | ||
"NE" | dungeon2 | read user with escaping | 1998 | ||
"NF" | dungeon2 | write user with escaping | 1998 | ||
"NG" | dungeon2 | read reg loc with escaping | 1998 | ||
"NH" | dungeon2 | read reg nolock with escaping | 1998 | ||
"NI" | dungeon2 | write region with escaping | 1998 | ||
"NL" | dungeon2 | send time with escaping | 1998 | ||
"NM" | dungeon2 | send info with escaping | 1998 | ||
"NP" | dungeon2 | same as Np with escaping | 1998 | ||
"NW" | dungeon2 | same as Nw with escaping | 1998 | ||
"NX" | dungeon2 | user exit with escaping | 1998 | ||
"Na" | dungeon2 | D&D 2.0 entry token | NU | 2001/1998 | |
"Nb" | dungeon2 | D&D 2.0 update location token | 1998 | ||
"Nc" | dungeon2 | D&D 2.0 broadcast info token | 1998 | ||
"Nd" | dungeon2 | D&D 2.0 identify user token | 1998 | ||
"Ne" | dungeon2 | D&D 2.0 read user record token | 1998 | ||
"Nf" | dungeon2 | D&D 2.0 write user record token | 1998 | ||
"Ng" | dungeon2 | D&D 2.0 read & lock region token | 1998 | ||
"Nh" | dungeon2 | D&D 2.0 read region w/o lock | 1998 | ||
"Ni" | dungeon2 | D&D 2.0 re-write region token | 1998 | ||
"Nj" | dungeon2 | D&D 2.0 send pathname token | 1998 | ||
"Nk" | dungeon2 | D&D 2.0 current timestamp token | 1998 | ||
"Nl" | dungeon2 | D&D 2.0 quest message token | 1998 | ||
"Nm" | dungeon2 | D&D 2.0 quest completed token | 1998 | ||
"Nn" | dungeon2 | D&D 2.0 save and quit token | 1998 | ||
"No" | dungeon2 | D&D 2.0 send direct chat | 1998 | ||
"Np" | dungeon2 | D&D 2.0 notify nearby new stats | 1998 | ||
"Nt" | dungeon2 | NWN2.0: gen4 List users/Lounge | 1998 | ||
"Nu" | dungeon2 | D&D 2.0 alternate load game | 1998 | ||
"Nv" | dungeon2 | debug info from D&D 2.0 | 1998 | ||
"Nw" | dungeon2 | D&D 2.0 list users from lounge | 1998 | ||
"Nx" | dungeon2 | D&D 2.0 exit token | CU | 2001/1998 | |
"Ny" | dungeon2 | D&D 2.0 god tools token | 1998 | ||
"Nz" | dungeon2 | D&D 2.0 locking error token | 1998 | ||
"0*" | gateway | route to AA good thru 3/31 | 1998 | ||
"Y0" | gateway | Establish gateway connection | NU | 2001/1998 | |
"Y1" | gateway | Text from Micro for gateway | 1998 | ||
"Y2" | gateway | Disconnect gateway | CU | 2001/1998 | |
"Y3" | gateway | Continue sending data (pos ack) | 1998 | ||
"Y4" | gateway | Leaving gateway due to reset | CU | 2001/1998 | |
"Y5" | gateway | Multi pkt gateway input | NU | 2001/1998 | |
"Y6" | gateway | Send "do" cmd to managing host | 1998 | ||
"Y7" | gateway | Send input to managing host | NU | 2001/1998 | |
"Y8" | gateway | Disc form gateway - send form | 1998 | ||
"yn" | gng | gng list articles | NU | 2001/1998 | |
"yo" | gng | gng download article | NU | 2001/1998 | |
"yp" | gng | gng post article | NU | 2001/1998 | |
"ga" | gus | Set video mode for game | 1998 | ||
"gb" | gus | List box for Extra Turn Mode | 1998 | ||
"gc" | gus | Current pathname for this game | 1998 | ||
"gd" | gus | Database update return token | 1998 | ||
"gg" | gus | Request for game load | 1998 | ||
"gi" | gus | Initial application "hello" msg | NU | 2001/1998 | |
"gl" | gus | Load request for applications | 1998 | ||
"gm" | gus | Modify current game pathname | 1998 | ||
"gn" | gus | New DB rec creation response tkn | 1998 | ||
"go" | gus | Check-file status return code | 1998 | ||
"gp" | gus | Send back pathname fopr load now | 1998 | ||
"gt" | gus | Test item for GUS functions | 1998 | ||
"gu" | gus | Application user response msg | 1998 | ||
"gw" | gus | List Terminal Warrior rooms | 1998 | ||
"gx" | gus | Exit and unload application | 1998 | ||
"wa" | gus_win | Set video mode for game - gen4 | 1998 | ||
"wf" | gus_win | request gus_win form | 1998 | ||
"wg" | gus_win | Request for windows game load | 1998 | ||
"wl" | gus_win | Load request for gen4 apps | 1998 | ||
"wm" | gus_win | Set mouse for game - gen 4 | 1998 | ||
"h0" | host_forms | client asks for form | 2001 | ||
"yv" | hqchart | hist qtes chart serv | 2001 | ||
"ID" | identify | Request identify user$+$qlink?:Request identify user (Identify) | 2001 - Obsolete/1998 - Obsolete | ||
"Ic" | invert | Enter search - turn on chkboxes$+$invert_sw | NU | 2001/1998 | |
"Ie" | invert | Enter Inversion database$+$invert_sw | NU | 2001/1998 | |
"Im" | invert | Partial Displays during Search$+$invert_sw | NU | 2001/1998 | |
"Iq" | invert | Send QF form for Sub Library$+$invert_sw | NU | 2001/1998 | |
"Ir" | invert | Reset Invert server domain$+$invert_sw | NU | 2001/1998 | |
"Is" | invert | Search inversion database$+$invert_sw | NU | 2001/1998 | |
"It" | invert | Request table of contents$+$invert_sw | NU | 2001/1998 | |
"Ix" | invert | Alternate 'enter db' for srvdir$+$invert_sw | NU | 2001/1998 | |
"ya" | aolsock | Token for DAHA and notifies the client of IP. | NU | 1998/2001 | |
"yb" | ip_tunnel | to be determined$+$ipl | NU | 1998/2001 | |
"yc" | aolsock | Token for DAHA and notifies the client of IP. | NU | 1998/2001 | |
"yd" | ip_tunnel | to be determined$+$ipt | NU | 1998/2001 | |
"ye" | ip_tunnel | to be determined$+$ipl | NU | 1998/2001 | |
"iQ" | ipl | Cancel sending of IM$+$ipt | 2001/1998 - Obsolete | ||
"BR" | ipt | for bos reservation | 2001 | ||
"l2" | ipt | Satellite Info - like yb | 2001 | ||
"KA" | keyword | for Library | 2001 | ||
"Ki" | keyword | Access area via promoter keyword$+$library | 2001/1998 | ||
"Kj" | keyword | Access area via dir svcs keyword$+$library | 2001/1998 | ||
"Kk" | keyword | Access area via a keyword$+$library | 2001/1998 | ||
"Kl" | keyword | New approx keyword slct | 2001 | ||
"Kr" | keyword | Random Keywords | 2001 | ||
"Me" | keyword_man | Delete keyword | 2001 - Obsolete | ||
"Mo" | keyword_man | Update synonyms | 2001 - Obsolete | ||
"Mr" | keyword_man | Create keyword | 2001 - Obsolete | ||
"Mu" | keyword_man | Modify keyword | 2001 - Obsolete | ||
"My" | keyword_man | Copy keyword | 2001 - Obsolete | ||
"Mc" | keywordman | Create_keywords form | 2001 - Obsolete | ||
"Md" | keywordman | Delete_keywords form | 2001 - Obsolete | ||
"Mk" | keywordman | Manage_keywords form | 2001 - Obsolete | ||
"Ml" | keywordman | List_keywords form | 2001 - Obsolete | ||
"Mm" | keywordman | Modify_keywords form | 2001 - Obsolete | ||
"Mn" | keywordman | Manage_synonyms form | 2001 - Obsolete | ||
"Mp" | keywordman | Delete_synonyms form | 2001 - Obsolete | ||
"Ms" | keywordman | Show keywords list | 2001 - Obsolete | ||
"Mt" | keywordman | Cont. Keyword list | 2001 - Obsolete | ||
"Mx" | keywordman | Copy_keywords form | 2001 - Obsolete | ||
"D8" | lang_list_update | Update Language list - Gen 4$+$login | 2001/2001 | ||
"GZ" | last | qlink Game pc req to play$+$roomer:qlink Game pc req to play (last) | M1 | 2001 - Obsolete/1998 | |
"K0" | lib | QLINK, Start a file upload$+$library | 2001 - Obsolete/1998 | ||
"K2" | lib | QLINK, Msg/desc after spec$+$library:QLINK, Msg/desc after spec date | 2001 - Obsolete/1998 | ||
"K5" | lib | QLINK, Start brd msg or SW$+$library:QLINK, Start brd msg or SW desc | 2001 - Obsolete/1998 | ||
"K6" | lib | QLINK, Nxt line brd or file$+$library:QLINK, Nxt line brd or file desc | 2001 - Obsolete/1998 | ||
"K7" | lib | QLINK, Last line for board$+$library:QLINK, Last line for board msg | 2001 - Obsolete/1998 | ||
"CE" | libop | edit club members | 1998 | ||
"CL" | libop | generate owned club list | 1998 | ||
"CR" | libop | Remove club member | 1998 | ||
"TA" | libop | add new page | 1998 | ||
"TD" | libop | delete last page | 1998 | ||
"TE" | libop | Open existing text record | 1998 | ||
"TF" | libop | Show file - INTERNALS only | 1998/2001 - Obsolete | ||
"TL" | libop | List edittable text records | 1998 | ||
"TN" | libop | Open 'empty' text edit window | 1998 | ||
"TP" | libop | Replace text in chain | 1998 | ||
"TS" | libop | Edit text by lib record number | 1998 | ||
"TT" | libop | edit library record title | 1998 | ||
"TU" | libop | Update text record | 1998 | ||
"Td" | libop | confirm deletion | 1998 | ||
"Tf" | libop | Show form - INTERNALS only | 1998/2001 - Obsolete | ||
"Tp" | libop | edit text in chain | 1998 | ||
"Ts" | libop | Replace text by lib record # | 1998 | ||
"Tt" | libop | update library title | 1998 | ||
"V2" | libop | delete last page | 1998 | ||
"V4" | libop | edit title | 1998 | ||
"V5" | libop | update text | 1998 | ||
"V6" | libop | add new page | 1998 | ||
"V7" | libop | complete delete | 1998 | ||
"V8" | libop | edit text pages | 1998 | ||
"V9" | libop | update title | 1998 | ||
"VA" | libop | add to menu | 1998 | ||
"VB" | libop | move to bottom of menu | 1998 | ||
"VD" | libop | move down in menu | 1998 | ||
"VE" | libop | edit menu item | 1998 | ||
"VI" | libop | replace menu text | 1998 | ||
"VJ" | libop | edit menu text | 1998 | ||
"VL" | libop | menu list | 1998 | ||
"VM" | libop | menu edit | 1998 | ||
"VR" | libop | remove from menu | 1998 | ||
"VT" | libop | move to top of menu | 1998 | ||
"VU" | libop | move up in menu | 1998 | ||
"Va" | libop | Add club member | 1998 | ||
"Ve" | libop | Get club modify info | 1998 | ||
"Vl" | libop | List owned clubs | 1998 | ||
"Vm" | libop | List members | 1998 | ||
"Vn" | libop | List Members - More | 2001 | ||
"Vr" | libop | Replace club member | 1998 | ||
"K1" | library, nav_switch | Request a library record | PL | 1998/2001 | |
"K3" | library | QLINK, Subj list 4 msg brd/lib$+$qlink?:QLINK, Subj list 4 msg brd(Lib) | 1998/2001 - Obsolete | ||
"K8" | library | QLINK, Abort msg/desc building$+$qlink?:QLINK, Abort msg/desc buil(Lib) | 1998/2001 - Obsolete | ||
"KI" | library | QLINK, Cont scan of subj list$+$qlink?:QLINK, Cont scan of subj (Lib) | 1998/2001 - Obsolete | ||
"KJ" | library | QLINK, Abort srch of subj list$+$qlink?:QLINK, Abort srch of subj (Lib) | 1998/2001 - Obsolete | ||
"KL" | library | QLINK, Last line file desc$+$qlink?:QLINK, Last line file (Lib) | 1998/2001 - Obsolete | ||
"KP" | library | QLINK, Get doc 4 software desc$+$qlink?:QLINK, Get doc 4 software (Lib) | 1998/2001 - Obsolete | ||
"KQ" | library | QLINK, Start a suggestion ???$+$qlink?:QLINK, Start a suggestion (Lib) | 1998/2001 - Obsolete | ||
"KS" | library | QLINK, For obs vers Q2 - like K1 | 1998 | ||
"KT" | library | QLINK, For obs vers Q2 - like K1 | 1998 | ||
"KW" | library | QLINK, Srch subj lst for brd/lib | 1998 | ||
"KX" | library | Request a Library record | PL | 2001/1998 | |
"Kc" | library | Request lib rec (with prepop) | 1998 | ||
"Kn" | library | Cont sending text - gen 4 | 1998 | ||
"k*" | library | General Library tokens | NU | 1998 | |
"7@" | lmg | list_pop_apple_pc_cnt | 2001 | ||
"7A" | lmg | Connect to LMG$+$rmg:Connect to old RMG | NU* | 2001/1998 | |
"7B" | lmg | board_add_owner2$+$rmg*:DO cmd for old RMG | 2001/1998 | ||
"7C" | lmg | board_appl_disabled_b$+$rmg*:Input for old RMG | 2001/1998 | ||
"7D" | lmg | board_bxfer_send$+$rmg*:Disconnect from old RMG | 2001/1998 | ||
"7E" | lmg | board_cancel_tool_lck$+$rmg*:Domain change | 2001/1998 | ||
"7F" | lmg | board_change_nod_del$+$rmg*:Send .c1 command | 2001/1998 | ||
"7G" | lmg | board_change_nod_hid$+$rmg*:Send .c1 command | 2001/1998 | ||
"7H" | lmg | board_change_nod_unr$+$rmg*:Send .c1 command | 2001/1998 | ||
"7I" | lmg | board_change_msg_del$+$rmg*:Send .c1 command | 2001/1998 | ||
"7J" | lmg | board_change_msg_hid$+$rmg*:Send .c1 command | 2001/1998 | ||
"7K" | lmg | board_change_msg_rel$+$rmg*:Send .c1 command | 2001/1998 | ||
"7L" | lmg | board_change_rpl_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7M" | lmg | board_change_rpl_hid$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7N" | lmg | board_change_rpl_rel$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7O" | lmg | board_confirm_cnt_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7P" | lmg | board_confirm_msg_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7Q" | lmg | board_confirm_rpl_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
"7R" | lmg | board_create_container$+$rmg*:connect to old RMG w/out unplug | 2001/1998 | ||
"7S" | lmg | board_create_cnt_chld$+$rmg*:Disconnect from old RMG cluster | 2001/1998 | ||
"7T" | lmg | board_create_folder$+$rmg*:Individual old RMG form closed | 2001/1998 | ||
"7U" | lmg | board_delete_owner$+$rmg*:Send .c1 command | 2001/1998 | ||
"7V" | lmg | board_delete_owner2$+$rmg*:Send .c1 command | 2001/1998 | ||
"7W" | lmg | board_delink_form$+$rmg* | 2001/1998 | ||
"7X" | lmg | board_delink_item$+$rmg*:Send .c1 command | 2001/1998 | ||
"7Y" | lmg | board_disp_msg_nrep$+$rmg*:Special token for free curtain | 2001/1998 | ||
"F1" | loader | QLink - Start upload | NU | 2001/1998 | |
"F2" | loader | QLink - Upload data | 1998 | ||
"F3" | loader | QLink - Upload last data | 1998 | ||
"F4" | loader | QLink - Start download | NU | 2001/1998 | |
"FF" | loader | QLink - Ack download block | NU | 2001/1998 | |
"FK" | loader | QLink - Abort transfer | CU DS | 2001/1998 | |
"FO" | loader | QLink - Ack download block | NU | 2001/1998 | |
"MD" | loader | Give/Switch to Loader | 1998 | ||
"MF" | loader | Give/Switch to Loader | 1998 | ||
"eW" | loader | mark mail deleted - pre gen4$+$mbox_read-syb | 1998/2001 | ||
"ew" | loader | Mark mail_deleted$+$mbox_read | 1998/1998 | ||
"ow" | loader | Mark Outbox Deleted (form mail)$+$mbox_read | 1998/1998 | ||
"LN" | locate | Lookup user by name$+$qlink?:Lookup user by name - locate | 1998/2001 - Obsolete | ||
"LX" | locate | List Promenade Room Names$+$qlink?:List Prom Room Names - locate | 1998/2001 - Obsolete | ||
"LY" | locate | List Prom Room Names (cont'd)$+$qlink?:List Prom Names (cont'd) -locate | 1998/2001 - Obsolete | ||
"Ln" | locate | Locate - respond with forms | 1998 | ||
"TM" | locate | Current time/elapsed time$+$online_clock:Online Clock$_$dracula | 1998/2001 | ||
"D6" | login | Confirm password updated$+$porch | NU PL | 2001/1998 | |
"DD" | login | Initial login packet$+$porch | NU SP PL | 2001/1998 | |
"Dg" | login | Guest Account signon data$+$porch | PL | 2001/1998 | |
"Dl" | login | Start next action$+$porch | PL | 2001/1998 | |
"Dp" | login | Process manual password$+$porch | PL | 2001/1998 | |
"Dz" | login | Login authentication keys | 2001 | ||
"d8" | login | Define language list - Gen4$+$porch | 2001/2001 | ||
"u2" | login | Disk update complete sent by pc$+$porch | PL * | 2001/1998 | |
"PA" | login_popup | Login Popup -queue apollo | 2001 | ||
"PB" | login_popup | Login Popup B | 2001 | ||
"PC" | login_popup | Login Popup C | 2001 | ||
"PP" | login_popup | Login Popup P | 2001 | ||
"PU" | login_popup | Login Popup U | 2001 | ||
"LO" | logout | Session termination$+$porch | SP PL | 2001/1998 | |
"UR" | logout | User resignon | 2001 | ||
"US" | logout | switch screenname | 2001 | ||
"p#" | mail_admin | Get mail scroll control$+$mbox_admin | 2001/2001 | ||
"p$" | mail_admin | Set mail scroll control$+$mbox_admin | 2001/2001 | ||
"p1" | mail_admin | Mail parental control request$+$mbox_admin | 2001/2001 | ||
"p2" | mail_admin | Get mail parental controls$+$mbox_admin | 2001/2001 | ||
"p3" | mail_admin | Add to permit_deny list$+$mbox_admin | 2001/2001 | ||
"p4" | mail_admin | Remove from permit deny list$+$mbox_admin | 2001/2001 | ||
"p5" | mail_admin | Set mail parental controls$+$mbox_admin | 2001/2001 | ||
"p8" | mail_admin | Generic cleanup EC$+$mbox_admin | 2001/2001 | ||
"ED" | mail_attach_verify | Downld mail attach AOLAPI$+$mail_dl_sw | 2001/2001 | ||
"e!" | mail_attach_verify | Download file after warning$+$mail_dl_sw | 2001/2001 | ||
"e@" | mail_attach_verify | Cancel download from warning$+$mail_dl_sw | 2001/2001 | ||
"eD" | mail_attach_verify | Download file attached to mail$_$mail_dl_sw$+$mail_download:Download file attached to mail$_$soft_download | NU | 2001/1998 | |
"ed" | mail_attach_verify | Download method for MIP$_$mail_dl_sw$+$mail_download:Download method for MIP$_$soft_download | 2001/1998 | ||
"ej" | mail_attach_verify | OK to proceed with mail download$+$mail_dl_sw | 2001/2001 | ||
"ek" | mail_attach_verify | download direct by mail id$_$mail_dl_sw$+$mail_download:download direct by mail id$_$soft_download | 2001/1998 | ||
"eq" | mail_attach_verify | Add attached mail file to queue$_$mail_dl_sw$+$mail_download:Add attached mail file to queue$_$soft_download | 2001/1998 | ||
"uj" | mail_attach_verify | confirm download-japanese client$+$mail_dl_sw | 2001/2001 | ||
"SC" | mail_flag? | signon seq complete | 2001 | ||
"m0" | mail_form_driven* | FDM #1$+$mail_list:mip-3 list mail$_$mbox_list | 1998/2001 | ||
"ou" | mail_form_driven* | FDM #2$+$mbox_read:PCAO unsend | 1998/2001 | ||
"ef" | mail_form_driven | (Note: An existing token - reroute)$_$mbox_send$+$mail_form_driven:Form driven mail token | 1998/2001 | ||
"l0" | mail_list | Check mailbox password$+$mbox_list | 2001/2001 | ||
"l1" | mail_list | Cancel mailbox password check$+$mbox_list | 2001/2001 | ||
"m6" | mail_list | List recently deleted mail$+$mbox_read:Read mail | 2001/1998 | ||
"m7" | mail_list | List unread mail w/atoms$+$mbox_list | 2001/1998 | ||
"m8" | mail_list | List outbound mail w/atoms$+$mbox_list | 2001/1998 | ||
"m9" | mail_list | List read mail w/atoms$+$mbox_list | 2001/1998 | ||
"m2" | mail_read | Request to hide folder$+$qlink? | 2001/1998 - Obsolete | ||
"m3" | mail_read | atomized mail read (WAOL)$+$mbox_read | NU | 2001/1998 | |
"oR" | mail_read | Form based email recall$+$mbox_read | 2001/1998 | ||
"oS" | mail_read | Outbox - get mail status$+$mbox_read | 2001/1998 | ||
"oU" | mail_read | Recall (unsend) confirmation$+$mbox_read | 2001/1998 | ||
"m4" | mail_send | Start atom mail$_$mail_send_sw$+$mbox_send:Start atom mail | NU | 2001/1998 | |
"m5" | mail_send | Send atom mail text$_$mail_send_sw$+$mbox_send:Send atom mail text | 2001/1998 | ||
"mI" | mail_send | Email - file info for upload$+$mail_send_sw | 2001/2001 | ||
"mN" | mail_send | Start atom mail$_$mail_send_sw$+$qlink?:Read "next" topic in bboard | 2001/1998 - Obsolete | ||
"PM" | marketing_prefs | database write request | 2001 | ||
"PR" | marketing_prefs | qlink request locate, snd to LW$+$roomer | M1 | 2001/2001 - Obsolete | |
"g&" | mbox_admin | Send user-config form | 1998 | ||
"g0" | mbox_admin | Switch current mbox domain | NU | 1998 | |
"g1" | mbox_admin | OK btn for add-user-to-grp form | NU | 1998 | |
"g2" | mbox_admin | View currently loaded group | NU | 1998 | |
"g3" | mbox_admin | OK button on remove-user form | NU | 1998 | |
"g4" | mbox_admin | Toggle sender_list on custom | NU | 1998 | |
"g5" | mbox_admin | OK btn - transfer ownership | NU | 1998 | |
"g6" | mbox_admin | Edit form letter | NU | 1998 | |
"g7" | mbox_admin | Toggle en/disabled - form letter | NU | 1998 | |
"g8" | mbox_admin | Delete form letter | NU | 1998 | |
"g9" | mbox_admin | Send btn on edit form ltr | NU | 1998 | |
"gA" | mbox_admin | Add new group address | NU | 1998 | |
"gB" | mbox_admin | List members/mgrs/senders for gp | NU | 1998 | |
"gC" | mbox_admin | Create new group addr | NU | 1998 | |
"gD" | mbox_admin | Delete Gruop | NU | 1998 | |
"gE" | mbox_admin | Edit mailbox configuration | NU | 1998 | |
"gF" | mbox_admin | Set Form Letters for Groups | NU | 1998 | |
"gG" | mbox_admin | Save group config changes | NU | 1998 | |
"gH" | mbox_admin | Remove user from list | NU | 1998 | |
"gI" | mbox_admin | Manage Specific Mbox (super) | NU | 1998 | |
"gJ" | mbox_admin | Send subscription req form | NU | 1998 | |
"gK" | mbox_admin | Mgr processes current request | NU | 1998 | |
"gL" | mbox_admin | List group/special mboxes | NU | 1998 | |
"gM" | mbox_admin | Manage selected mailbox | NU | 1998 | |
"gN" | mbox_admin | Accept new group name | NU | 1998 | |
"gO" | mbox_admin | Mgr get next request | NU | 1998 | |
"gP" | mbox_admin | Request delegation form | NU | 1998 | |
"gQ" | mbox_admin | Set delegation info | 1998 | ||
"gR" | mbox_admin | Remove user from group | NU | 1998 | |
"gS" | mbox_admin | Save custom group config | NU | 1998 | |
"gT" | mbox_admin | Transfer ownership of group | NU | 1998 | |
"gU" | mbox_admin | Unsubscribe to group | NU | 1998 | |
"gV" | mbox_admin | View Group mbox info | NU | 1998 | |
"gW" | mbox_admin | Stop delegation | 1998 | ||
"gY" | mbox_admin | Request personal ignore list | NU | 1998 | |
"gZ" | mbox_admin | Request delegate form | NU | 1998 | |
"gs?" | mbox_admin | Show user balance | NU | 1998 | |
"mS" | mbox_admin | Send Stratus line-25 msg | NU | 2001/1998 | |
"p!" | mbox_admin | get spam prefs | 2001 | ||
"p%" | mbox_admin | Get mail alert | 2001 | ||
"p@" | mbox_admin | set spam prefs | 2001 | ||
"p^" | mbox_admin | Set mail alert | 2001 | ||
"eL" | mbox_list | Request to list unread mail | 1998 | ||
"eM" | mbox_list | Mail menu continue | 1998 | ||
"eN" | mbox_list | Read "next" mail message | 1998 | ||
"eO" | mbox_list | List old mail | 1998 | ||
"el" | mbox_list | List unread mail - use MIP | 1998 | ||
"eo" | mbox_list | List old mail - use MIP | 1998 | ||
"ep" | mbox_list | Display previous mail message | 1998 | ||
"mG" | mbox_list | Create user's mailbox$+$qlink?:Create user's mailbox -mbox_list | 2001 - Obsolete/1998 - Obsolete | ||
"oL" | mbox_list | Outbox - starting list | 1998 | ||
"oO" | mbox_list | Outbox - continue listing | 1998 | ||
"ol" | mbox_list | Get outbox list - use MIP | 1998 | ||
"ec" | mbox_read-syb | Continue sending mip mail$+$mbox_read | 2001/1998 | ||
"er" | mbox_read-syb | Read mail - use MIP$+$mbox_read | 2001/1998 | ||
"ev" | mbox_read-syb | Make unread - pre gen4$+$mbox_read | 2001/1998 | ||
"ex" | mbox_read-syb | Method to mark read w/o read MIP$+$mbox_read | 2001/1998 | ||
"oW" | mbox_read-syb | delete from outbox$+$mbox_read:delete from outbox$_$loader | 2001/1998 | ||
"or" | mbox_read-syb | Mip based email recall$+$mbox_read | 2001/1998 | ||
"os" | mbox_read-syb | Get status - MIP format$+$mbox_read | 2001/1998 | ||
"e0" | mbox_read | Initiate form-based forward | 1998 | ||
"e3" | mbox_read | New message board comment | 1998 | ||
"e4" | mbox_read | Answer author only | 1998 | ||
"e5" | mbox_read | mail_read domain | 1998 | ||
"e8" | mbox_read | Read mail for View Description | 1998 | ||
"eC" | mbox_read | Continue mail_read | 1998 | ||
"eR" | mbox_read | Read mail | 1998 | ||
"eb" | mbox_read | Read mail, no header info$+$qlink? | 1998/2001 - Obsolete | ||
"eg" | mbox_read | Read mail, show no Next btn | 1998 | ||
"eh" | mbox_read | Read from outbox | 1998 | ||
"ey" | mbox_read | Mark mail read w/o read via atom | 1998 | ||
"ez" | mbox_read | Mark mail unread | 1998 | ||
"oI" | mbox_read | Get status atom format$+$qlink? | 1998/2001 - Obsolete | ||
"af" | mbox_send | usmail addressed "FROM"$+$qlink? | 1998/2001 - Obsolete | ||
"e1" | mbox_send | New form mail header | NU | 2001/1998 | |
"e2" | mbox_send | New form mail file header | NU | 2001/1998 | |
"e9" | mbox_send | Send header on forward | NU | 2001/1998 | |
"eI" | mbox_send | Email - file info for upload | 1998 | ||
"mB" | mbox_send | Message Interchange Protocol pkt | NU | 2001/1998 | |
"mC" | mbox_send | Confirm E-Mail charges$+$qlink? | 1998/2001 - Obsolete | ||
"mT" | mbox_send | Message Interchange Protocol pkt | 1998 | ||
"jY" | mdir_notify | Mdir Notify Button$+$qlink?:Add/Modify Profile part 4 | 2001/1998 - Obsolete | ||
"jZ" | mdir_notify | Mdir SendRpt Button$+$qlink?:Add/Modify Profile part 5 | 2001/1998 - Obsolete | ||
"2i" | mdir_retrieve | TEST - Display profile by name$+$a2k_retrieve:TEST - Display profile by name$_$aliases: mdir_ret_migsw | NU | 1998/2001 | |
"2w" | mdir_retrieve | TEST - Display prof by #$+$a2k_retrieve:TEST - Display prof by #$_$mdir_ret_migsw | NU | 1998/2001 | |
"Id" | mdir_retrieve | Identify - answer w/forms$+$a2k_retrieve:Identify - answer w/forms$_$mdir_ret_migsw | NU | 1998/2001 | |
"id" | mdir_retrieve | Identify for fdo91$+$a2k_retrieve:Identify for fdo91$_$mdir_ret_migsw | NU | 1998/2001 | |
"jI" | mdir_retrieve | ID to member_dir$+$a2k_retrieve:ID to member_dir$_$mdir_ret_migsw | NU | 1998/2001 | |
"jW" | mdir_retrieve | Display Profile$+$a2k_retrieve | NU | 1998/2001 | |
"ji" | mdir_retrieve | Display profile by name$+$a2k_retrieve:Display profile by name$_$mdir_ret_migsw | NU | 1998/2001 | |
"jw" | mdir_retrieve | Display profile by record number$+$a2k_retrieve:Display profile by record number$_$mdir_ret_migsw | NU | 1998/2001 | |
"7w" | mdir_sch_migsw | enter-database token$+$mdir_search | 2001/2001 | ||
"7r" | mdir_search | URL processing | 2001 | ||
"7s" | mdir_search | close window indicator | 2001 | ||
"7t" | mdir_search | token for new retrieve and searc | 2001 | ||
"7u" | mdir_search | new token for mac memb dir searc | 2001 | ||
"7v" | mdir_search | mac member directory search | 2001 | ||
"7x" | mdir_search | initial search token | 2001 | ||
"7y" | mdir_search | more processing | 2001 | ||
"7z" | mdir_search | reset domain | 2001 | ||
"jS" | mdir_search | Find users by Screen name$+$a2k_search | NU | 1998/2001 | |
"jA" | mdir_search_new | Enter search DB - up search form | 2001 | ||
"jB" | mdir_search_new | Perform search | 2001 | ||
"jC" | mdir_search_new | Get more search results | 2001 | ||
"jE" | mdir_search_new | Close search form$+$qlink?:Enter name in member_dir | 2001/1998 - Obsolete | ||
"jF" | mdir_search_new | Retrieve profile from hit list | 2001 | ||
"je" | mdir_upd_migsw | Create/edit profile$+$mdir_update | 2001/1998 - Obsolete | ||
"2d" | mdir_update | TEST - User confirms delete prof$+$a2k_members | NU | 1998/2001 | |
"2r" | mdir_update | TEST - Update/Create Profile$+$a2k_members | NU | 1998/2001 | |
"2u" | mdir_update | TEST - Users says delete profile$+$a2k_members | NU | 1998/2001 | |
"2v" | mdir_update | TEST - Update/Create prof data$+$a2k_members | NU | 1998/2001 | |
"jD" | mdir_update | Delete from member_dir (part 2)$+$a2k_members | NU | 1998/2001 | |
"jR" | mdir_update | Get list of names to modify$+$a2k_members | NU | 1998/2001 | |
"jU" | mdir_update | Get list of names to delete$+$a2k_members | NU | 1998/2001 | |
"jV" | mdir_update | Add/Modify Profile part 1$+$a2k_members | NU | 1998/2001 | |
"jd" | mdir_update | User confirms delete profile$+$a2k_members | NU | 1998/2001 | |
"jf" | mdir_update | Update/Create prof data$+$qlink?:Request search by name form | 2001/1998 - Obsolete | ||
"jl" | mdir_update | Req profile delete$+$qlink?:Find by real name | NU | 2001/1998 - Obsolete | |
"jm" | mdir_update | User confirms delete profile$+$qlink?:More find entries requested | 2001/1998 - Obsolete | ||
"jr" | mdir_update | Start profile add or mod$+$a2k_members | NU | 1998/2001 | |
"js" | mdir_update | Close/Cancel button$+$qlink?:Find by screen name | NU | 2001/1998 - Obsolete | |
"ju" | mdir_update | User says delete profile$+$a2k_members | NU | 1998/2001 | |
"jv" | mdir_update | First add modify screen$+$a2k_members | NU | 1998/2001 | |
"4A" | mem_int_prof | show me, interest button | 2001 | ||
"4B" | mem_int_prof | MYI keyword | 2001 | ||
"4C" | mem_int_prof | close MYI | 2001 | ||
"4D" | mem_int_prof | close "Places to Explore" (PE) | 2001 | ||
"4E" | mem_int_prof | Places to Explore (PE) | 2001 | ||
"4F" | mem_int_prof | interest profiles | 2001 | ||
"4G" | mem_int_prof | interest profiles | 2001 | ||
"4H" | mem_int_prof | interest profiles KW | 2001 | ||
"4I" | mem_int_prof | interest profiles: prev button | 2001 | ||
"4J" | mem_int_prof | interest profiles:next button | 2001 | ||
"4K" | mem_int_prof | interest profiles:listbox | 2001 | ||
"4L" | mem_int_prof | interest profiles | 2001 | ||
"4M" | mem_int_prof | interest profiles | 2001 | ||
"4N" | mem_int_prof | interest profiles | 2001 | ||
"(e" | moo_games_01 | Games MOO 01 input | 2001 | ||
"(f" | moo_games_01 | Games MOO 01 entry | 2001 | ||
"(g" | moo_games_02 | Games MOO 02 input | 2001 | ||
"(h" | moo_games_02 | Games MOO 02 entry | 2001 | ||
"(i" | moo_games_03 | Games MOO 03 input | 2001 | ||
"(j" | moo_games_03 | Games MOO 03 entry | 2001 | ||
"DP" | my_places | Display Places | 2001 | ||
"nt" | name_swap | process_switch_screen_name | 2001 | ||
"nk" | nameman * | process user preferences form$+$nameman | 1998/2001 | ||
"nl" | nameman* | Send user spotlight$+$nameman:send_user_spotlight | 1998/2001 | ||
"Da" | nameman | Initiate 'walkaround' pw change | 1998 | ||
"Dc" | nameman | Change 'walkaround' password | 1998 | ||
"Ds" | nameman | Set new 'walkaround' password | 1998 | ||
"Dx" | nameman | Turn 'walkaround' password off | 1998 | ||
"n@" | nameman | update parental control | 1998 | ||
"nA" | nameman | add subaccount name | NU | 2001/1998 | |
"nB" | nameman | process_surcharge_control | 2001 | ||
"nC" | nameman | Interactive Communications Cntl | 1998 | ||
"nD" | nameman | delete subaccount name | NU | 2001/1998 | |
"nE" | nameman | nameman send to old mac client | 2001 | ||
"nI" | nameman | process_master_sn_control | 2001 | ||
"nJ" | nameman | master screen name cntrl$+$nameman:process_new_master_sn_form | 1998/2001 | ||
"nM" | nameman | add new subact to member dir | 1998 | ||
"nP" | nameman | Define new account password | 1998 | ||
"nR" | nameman | Refresh lcl db with user list | 1998 | ||
"nU" | nameman | update disk profile | CU | 2001/1998 | |
"nZ" | nameman | User requested CANCEL | 1998 | ||
"na" | nameman | Start sub-acct add | NU | 2001/1998 | |
"nb" | nameman | process_kids_only_confirm | 2001 | ||
"nc" | nameman | Request create name form | 1998 | ||
"nd" | nameman | Request delete name form | 1998 | ||
"ni" | nameman | Request chat control form | 1998 | ||
"nj" | nameman | send user preferences form | 1998 | ||
"nm" | nameman | Process user spotlight$+$nameman:process user spotlight | 1998/2001 | ||
"nn" | nameman | Request parental controls form$+$nameman:send kids only form | 1998/2001 | ||
"no" | nameman | $+$nameman:process kids only | 1998/2001 | ||
"np" | nameman | $+$nameman:process user close form | 1998/2001 | ||
"nq" | nameman | process_download_control | 2001 | ||
"nr" | nameman | Process parental controls form | 1998 | ||
"ns" | nameman | process web control | 2001 | ||
"nu" | nameman | process undelete SN | 2001 | ||
"nv" | nameman | send undelete SN form | 2001 | ||
"nz" | nameman | $+$nameman:process usr cancl kids-only form | 1998/2001 | ||
"!f" | order_inq | process main menu merch | 2001 | ||
"!g" | order_inq | process main menu | 2001 | ||
"!h" | order_inq | process screen | 2001 | ||
"!i" | order_inq | cancel request | 2001 | ||
"!j" | order_inq | display_order_detail | 2001 | ||
"!n" | order_inq | display_next_detail | 2001 | ||
"!o" | order_inq | display_product_options | 2001 | ||
"!p" | order_inq | display_previous_detail | 2001 | ||
"!w" | order_inq | display_previous_screen | 2001 | ||
"Cu" | pageman | Get indexed coll with mip_atom | 2001 | ||
"Cv" | pageman | Get permanent colls w/mip_atom | 2001 | ||
"Cw" | pageman | autotour window minimized | 2001 | ||
"t1" | pageman | request text from menu/list$+$textman2 | NU | 2001/1998 | |
"t2" | pageman | request text from more button$+$textman2 | 2001/1998 | ||
"t4" | pageman | reset textman domain info$+$textman2 | 2001/1998 | ||
"t5" | pageman | next text record$+$textman2 | 2001/1998 | ||
"t7" | pageman | Request rich text for atom mip | 2001 | ||
"yy" | pager_multi | Added for Pager Requests | 2001 | ||
"za" | pager_multi | address book for pager | 2001 | ||
"zb" | pager_multi | address book for pager | 2001 | ||
"zc" | pager_multi | address book pager | 2001 | ||
"zd" | pager_multi | address book for pager | 2001 | ||
"ze" | pager_multi | address book for pager | 2001 | ||
"zf" | pager_multi | address book for pager | 2001 | ||
"zg" | pager_multi | address book for pager | 2001 | ||
"zh" | pager_multi | address book for pager | 2001 | ||
"zi" | pager_multi | address book for pager | 2001 | ||
"zj" | pager_multi | address book for pager | 2001 | ||
"zk" | pager_multi | address book for pager | 2001 | ||
"Ja" | pcquote | sdk rqst for quote | 2001 | ||
"Jb" | pcquote | sdk rqst for quick quote | 2001 | ||
"Jc" | pcquote | sdk get pfolio or pfolio list | 2001 | ||
"PT" | pcquote | qp_server free curtain token | 2001 | ||
"Qa" | pcquote | mp add to which portfolio | 2001 | ||
"Qb" | pcquote | mp add to portfolio | 2001 | ||
"Qd" | pcquote | mp rqst for named symbol quote | 2001 | ||
"Qe" | pcquote | mp rqst quote of pfolio symbol | 2001 | ||
"Qf" | pcquote | mp start editing pfolio item | 2001 | ||
"Qg" | pcquote | mp setup delete portfolio | 2001 | ||
"Qh" | pcquote | reserve for pcquote | 2001 | ||
"Qi" | pcquote | mp update edited pfolio item | 2001 | ||
"Qj" | pcquote | mp refresh pfolio display | 2001 | ||
"Qk" | pcquote | rqst for mac sdk quote | 2001 | ||
"Ql" | pcquote | rqst to display a public pfolio$+$quote_sls | 2001/2001 | ||
"Qm" | pcquote | mp display win save/print pfolio | 2001 | ||
"Qn" | pcquote | setup rename portfolio$+$quote_distrib | 2001/2001 | ||
"Qo" | pcquote | mp change portfolio name | 2001 | ||
"Qp" | pcquote | mp start direct add to pfolio$+$quote_sls | 2001/2001 | ||
"Qq" | pcquote | mp direct add item to pfolio | 2001 | ||
"Qr" | pcquote | reset gen3 pcquote domain | 2001 | ||
"Qs" | pcquote | mp setup delete from portfolio | 2001 | ||
"Qt" | pcquote | mp delete from portfolio | 2001 | ||
"Qu" | pcquote | rqst for win sdk quote | 2001 | ||
"Qv" | pcquote | mp start add item from summary | 2001 | ||
"Qw" | pcquote | mp Symbol name listboxMoreButton | 2001 | ||
"Qx" | pcquote | mp symbol search list box | 2001 | ||
"Qy" | pcquote | mp disp quote token frm lookup | 2001 | ||
"Qz" | pcquote | mp cancel edit portfolio item | 2001 | ||
"pa" | pcquote | Add stock to portfolio$+$pcquote:setup add to portfolio | 1998/2001 | ||
"pd" | pcquote | Delelte stock from portfolio$+$pcquote:delete from portfolio | 1998/2001 | ||
"pe" | pcquote | mp start add to portfolio | 2001 | ||
"pf" | pcquote | Display portfolio$+$pcquote:display portfolio | 1998/2001 | ||
"pg" | pcquote | Display Bulls & Bears Portfolio$+$pcquote:mp delete portfolio | 1998/2001 | ||
"ph" | pcquote | Display portfolio$+$pcquote:display mac save & print pfolio | 1998/2001 | ||
"pi" | pcquote | Display Quicken portfolio$+$pcquote:mp create new portfolio | 1998/2001 | ||
"pk" | pcquote | Get quote for stock in portfolio$+$pcquote:rqst for quote of pfolio symbol | 1998/2001 | ||
"pl" | pcquote | Get stock quote frm list box$+$pcquote:rqst for quote of listbox symbol | 1998/2001 | ||
"pm" | pcquote | Continue company list display$+$pcquote:display more search sym db hits | 1998/2001 | ||
"pp" | pcquote | Add to portfolio w/data$+$pcquote:add to portfolio | 1998/2001 | ||
"pq" | pcquote | Get stock quote$+$pcquote:rqst for quote of a named symbol | 1998/2001 | ||
"pr" | pcquote | Request a stock quote form$+$pcquote:rqst to send a form | 1998/2001 | ||
"ps" | pcquote | Scan company database$+$pcquote:search symbol database | 1998/2001 | ||
"px" | pcquote | Setup remove from portfolio$+$pcquote:setup delete from portfolio | 1998/2001 | ||
"PE" | popup | Select popup action | 2001 | ||
"PF" | popup | Trigger popup action | 2001 | ||
"PV" | popup | channel popup init | 2001 | ||
"PW" | popup | adhoc popup init | 2001 | ||
"PX" | popup | logout popup init | 2001 | ||
"p6" | popup_prefs | Get popup prefs | 2001 | ||
"p7" | popup_prefs | Set popup prefs | 2001 | ||
"D5" | porch | Return D! to PC | PL | 2001 - Obsolete/1998 | |
"D9" | porch | process new mail query | PL | 2001 - Obsolete/1998 | |
"Db" | porch | Accepted AOL conversion.$+$porch:User accepted AOL conversion. | PL | 2001 - Obsolete/1998 | |
"De" | porch | Porch Prom reject button$+$porch:Prom reject button | PL | 1998/2001 - Obsolete | |
"Di" | porch | Rcv manual passwords for acct$+$porch:Rcv manual pw's for acct | PL | 1998/2001 - Obsolete | |
"d5" | porch | Account record update complete$+$porch:Acct rec update complete | PL | 1998/2001 - Obsolete | |
"d6" | porch | Password update complete$+$qlink? | PL | 1998/2001 - Obsolete | |
"d7" | porch | Define Language list - Mac Login$+$porch:Define language list (Mac) | PL* | 2001 - Obsolete/1998 | |
"lR" | porch | Update language list - Mac$+$qlink?:Update language list - Mac Login | 2001/2001 - Obsolete | ||
"pU" | porch | Script writ result, nxt act'n Dl | PL | 2001 - Obsolete/1998 | |
"Q-" | port_prefs | return from search | 2001 | ||
"Q=" | port_prefs | start symbol search | 2001 | ||
"QY" | port_prefs | display main form | 2001 | ||
"QZ" | port_prefs | save preferences | 2001 | ||
"Q[" | port_prefs | continue symbol search | 2001 | ||
"Q\" | port_prefs | subscribe | 2001 | ||
"Q]" | port_prefs | unsubscribe | 2001 | ||
"Q^" | port_prefs | TTharp | 2001 | ||
"pA" | promo_manager | Add a new promotion$+$promoter | 2001/1998 | ||
"pB" | promo_manager | Add promotion without checking | 2001 | ||
"pC" | promo_manager | Change promotion$+$promoter | 2001/1998 | ||
"pD" | promo_manager | Display single promotion | 2001 | ||
"pL" | promo_manager | List all pending promotions$+$promoter | 2001/1998 | ||
"pN" | promo_manager | List selected promotions$+$promoter | 2001/1998 | ||
"pO" | promo_manager | Open an existing promotion$+$promoter | 2001/1998 | ||
"pP" | promo_manager | Tell promoter to pop & add$+$promoter | 2001/1998 | ||
"pR" | promo_manager | Remove a pending promotion$+$promoter | 2001/1998 | ||
"pS" | promo_manager | Save promotion permanently$+$promoter | 2001/1998 | ||
"pT" | promo_manager | Timer report from signon screen$+$promoter | 2001/1998 | ||
"pV" | promo_manager | Preview promo screens | 2001 | ||
"pW" | promo_manager | Preview Promo Screen Forward | 2001 | ||
"pX" | promo_manager | Preview Promo Screen Backward | 2001 | ||
"pE" | promoter | Invokes the exit screen | 2001 | ||
"pM" | promoter | Request promotion screen | 1998 | ||
"*T" | qlink? | Soft desc modify - text packets | 1998 - Obsolete | ||
"53" | qlink? | board_verify_access | 2001 - Obsolete | ||
"5A" | qlink? | board_add_owner | 2001 - Obsolete | ||
"5C" | qlink? | board_appl_disabled_b | 2001 - Obsolete | ||
"5R" | qlink? | board_create_container | 2001 - Obsolete | ||
"5S" | qlink? | board_create_cnt_chld | 2001 - Obsolete | ||
"5U" | qlink? | board_delete_owner | 2001 - Obsolete | ||
"5a" | qlink? | board_disp_msg_rep2 | 2001 - Obsolete | ||
"5c" | qlink? | board_disp_or_msg_rep | 2001 - Obsolete | ||
"5h" | qlink? | board_edit_own_rights | 2001 - Obsolete | ||
"5v" | qlink? | board_show_owners | 2001 - Obsolete | ||
"5x" | qlink? | board_show_prnt_noacc | 2001 - Obsolete | ||
"6b" | qlink? | srch_disp_cont_phrs | 2001 - Obsolete | ||
"6c" | qlink? | srch_get_cont_phrs | 2001 - Obsolete | ||
"83" | qlink? | board_verify_access | 2001 - Obsolete | ||
"8A" | qlink? | board_add_owner | 2001 - Obsolete | ||
"8C" | qlink? | board_appl_disabled_b | 2001 - Obsolete | ||
"8R" | qlink? | board_create_container | 2001 - Obsolete | ||
"8S" | qlink? | board_create_cnt_chld | 2001 - Obsolete | ||
"8U" | qlink? | board_delete_owner | 2001 - Obsolete | ||
"8a" | qlink? | board_disp_msg_rep2 | 2001 - Obsolete | ||
"8c" | qlink? | board_disp_or_msg_rep | 2001 - Obsolete | ||
"8h" | qlink? | board_edit_own_rights | 2001 - Obsolete | ||
"8v" | qlink? | board_show_owners | 2001 - Obsolete | ||
"8x" | qlink? | board_show_prnt_noacc | 2001 - Obsolete | ||
"9b" | qlink? | srch_disp_cont_phrs | 2001 - Obsolete | ||
"9c" | qlink? | srch_get_cont_phrs | 2001 - Obsolete | ||
"A&" | qlink? | chat message with typed data | 2001 - Obsolete | ||
"F6" | qlink? | QLINK, Start dl???(Lib) | 2001 - Obsolete | ||
"K4" | qlink? | Library, QLink start file dnld | 1998 - Obsolete | ||
"MZ" | qlink? | Open Promenade HQ Room | 1998 - Obsolete | ||
"Sb" | qlink? | StoryLine - button response | 1998 - Obsolete | ||
"Sr" | qlink? | StoryLine - Response | NU | 2001 - Obsolete/1998 - Obsolete | |
"Ss" | qlink? | StoryLine - start story | NU | 2001 - Obsolete/1998 - Obsolete | |
"a1" | qlink? | process certificate form | NU | 2001 - Obsolete/1998 - Obsolete | |
"a4" | qlink? | process user name form | 1998 - Obsolete | ||
"aT" | qlink? | Process AIM chose billing | 2001 - Obsolete | ||
"e6" | qlink? | Address book header | 1998 - Obsolete | ||
"e7" | qlink? | Address book header (file xfer) | 1998 - Obsolete | ||
"eP" | qlink? | description for file folder | 1998 - Obsolete | ||
"eQ" | qlink? | apple_file_info for multi-file | 1998 - Obsolete | ||
"eU" | qlink? | Mac file name for email upload | 1998 - Obsolete | ||
"gf" | qlink? | Get File Kludge | 1998 - Obsolete | ||
"h1" | qlink? | ask tandy hotline | 1998 - Obsolete | ||
"h2" | qlink? | ask tandy hotline responses | 1998 - Obsolete | ||
"h3" | qlink? | ask tandy read hotline responses | 1998 - Obsolete | ||
"h4" | qlink? | Text for hotline message | 1998 - Obsolete | ||
"hN" | qlink? | Next hidden topic/file | 1998 - Obsolete | ||
"hP" | qlink? | Previous hidden topic/file | 1998 - Obsolete | ||
"iM" | qlink? | Sending IM (form) | 1998 - Obsolete | ||
"jM" | qlink? | List More users from prev. searc | 1998 - Obsolete | ||
"jX" | qlink? | Add name to member_dir (II) | 1998 - Obsolete | ||
"jx" | qlink? | Computers add modify screen | 1998 - Obsolete | ||
"jy" | qlink? | Occupations add modify screen | 1998 - Obsolete | ||
"jz" | qlink? | Send modify form | 1998 - Obsolete | ||
"k1" | qlink? | Suspected typo of "K1" | 2001 - Obsolete | ||
"mA" | qlink? | Start a message board 'answer' | 1998 - Obsolete | ||
"mE" | qlink? | Enter message board | 1998 - Obsolete | ||
"mH" | qlink? | Start message board compose | 1998 - Obsolete | ||
"mP" | qlink? | Read previous message | 1998 - Obsolete | ||
"mU" | qlink? | Add message to folder | 1998 - Obsolete | ||
"mV" | qlink? | Offnet mail charge confirmation | 1998 - Obsolete | ||
"mX" | qlink? | Delete Topic | 1998 - Obsolete | ||
"mf" | qlink? | Read 1st msg - no prev | 1998 - Obsolete | ||
"ml" | qlink? | Read last msg - no next | 1998 - Obsolete | ||
"mo" | qlink? | read only msg - no next/prev | 1998 - Obsolete | ||
"n[" | qlink? | snadmin process suggested name | 2001 - Obsolete | ||
"n]" | qlink? | snadmin process selected name | 2001 - Obsolete | ||
"qQ" | qlink? | Trade plus - get stock price | 1998 - Obsolete | ||
"qS" | qlink? | Trade plus - get stock symbol | 1998 - Obsolete | ||
"rF" | qlink? | Open first msg in folder | 1998 - Obsolete | ||
"rS" | qlink? | test of forced download | 1998 - Obsolete | ||
"rU" | qlink? | List "unread" comments | 1998 - Obsolete | ||
"rV" | qlink? | chat version check Mac 2.0 | 1998 - Obsolete | ||
"rX" | qlink? | Delete response | 1998 - Obsolete | ||
"rY" | qlink? | Assign to Puzzler Studio | 1998 - Obsolete | ||
"rZ" | qlink? | Assign to Puzzler Studio w/Name | 1998 - Obsolete | ||
"sk" | qlink? | Scorekeeper requests | 1998 - Obsolete | ||
"tF" | qlink? | Returns 'online' volumes | 1998 - Obsolete | ||
"tO" | qlink? | Request "List volumes" tkn (tO) | 1998 - Obsolete | ||
"uD" | qlink? | Disk update - delete complete | 1998 - Obsolete | ||
"uF" | qlink? | Disk update - download complete | 1998 - Obsolete | ||
"uI" | qlink? | Disk update - got file info | 1998 - Obsolete | ||
"uP" | qlink? | Personal Info write complete | 1998 - Obsolete | ||
"uU" | qlink? | Start disk update | 1998 - Obsolete | ||
"vn" | qlink? | save / update rec (view_rules) | 1998 - Obsolete | ||
"pb" | qp_dchart_fep | show a list of symbols form$+$quote_chart | 2001/2001 | ||
"pc" | qp_dchart_fep | start dynamic stock chart$+$quote_chart | 2001/2001 | ||
"pj" | qp_dchart_fep | show stock list form$+$quote_chart | 2001/2001 | ||
"pn" | qp_dchart_fep | update stock chart with delta$+$quote_chart | 2001/2001 | ||
"pt" | qp_dchart_fep | clean up after chart close$+$quote_chart | 2001/2001 | ||
"kQ" | quick_order | process quantity option | 2001 | ||
"kU" | quick_order | display previous screen | 2001 | ||
"k]" | quick_order | tour prod w/int id | 2001 | ||
"ki" | quick_order | request cc info | 2001 | ||
"kk" | quick_order | process checkout | 2001 | ||
"kl" | quick_order | process list option | 2001 | ||
"ko" | quick_order | display current option | 2001 | ||
"kq" | quick_order | process text 14 option | 2001 | ||
"kv" | quick_order | process ship addr | 2001 | ||
"ky" | quick_order | process cc billing | 2001 | ||
"kz" | quick_order | process bill to | 2001 | ||
"tt" | quote_active | send URL to company info$+$quote_distrib | 2001/2001 | ||
"tx" | quote_active | request quote for stock$+$quote_distrib | 2001/2001 | ||
"tz" | quote_active | request a stock chart via qmsg$+$quote_distrib | 2001/2001 | ||
"QH" | quote_detail | reserved$+$quote_distrib | 2001/2001 | ||
"Q>" | quote_disp | display quote form$+$quote_distrib | 2001/2001 | ||
"Q<" | quote_disp | from stratus or iq$+$quote_distrib | 2001/2001 | ||
"QA" | quote_disp | display intl quote form$+$quote_distrib | 2001/2001 | ||
"QB" | quote_disp | get quote request$+$quote_distrib | 2001/2001 | ||
"QC" | quote_disp | search for intl symbol$+$quote_distrib | 2001/2001 | ||
"QD" | quote_disp | Select list item from search box$+$quote_distrib | 2001/2001 | ||
"QE" | quote_disp | more button on search form$+$quote_distrib | 2001/2001 | ||
"QF" | quote_disp | reserved$+$quote_distrib | 2001/2001 | ||
"QI" | quote_disp | quote server add item button$+$quote_distrib | 2001/2001 | ||
"Qc" | quote_disp | mp display portfolio$+$quote_distrib | 2001/2001 | ||
"Q~" | quote_disp | bounce token off of quote_detail$+$quote_distrib | 2001/2001 | ||
"tv" | quote_distrib | Display DJIA for MNC$+$quote_pict | 2001/2001 | ||
"ty" | quote_distrib | Ron Steele?$+$quote_pict | 2001/2001 | ||
"QG" | quote_form | initial quote request | 2001 | ||
"Q!" | quote_mp | Portfolio delete confirm | 2001 | ||
"Q"" | quote_mp | remove Symbol confirm | 2001 | ||
"Q#" | quote_mp | display edit symbol form | 2001 | ||
"Q$" | quote_mp | display remove symbol form | 2001 | ||
"Q%" | quote_mp | print portfolio | 2001 | ||
"Q&" | quote_mp | refresh portfolio | 2001 | ||
"Q'" | quote_mp | transfer symbol | 2001 | ||
"Q(" | quote_mp | add cash portfolio list box sele | 2001 | ||
"Q)" | quote_mp | add item exchange listbox select | 2001 | ||
"Q0" | quote_mp | add item list box | 2001 | ||
"Q1" | quote_mp | confirm for portfolio rename | 2001 | ||
"Q2" | quote_mp | Delete portfolio | 2001 | ||
"Q3" | quote_mp | Rename portfolio | 2001 | ||
"Q4" | quote_mp | display item add form | 2001 | ||
"Q5" | quote_mp | transfer item form | 2001 | ||
"Q6" | quote_mp | copy item | 2001 | ||
"Q7" | quote_mp | customize add column | 2001 | ||
"Q8" | quote_mp | Customize remove column | 2001 | ||
"Q9" | quote_mp | Customize move up | 2001 | ||
"QJ" | quote_mp | Start Portfolio Wizard | 2001 | ||
"QK" | quote_mp | Cancel Portfolio Wizard | 2001 | ||
"QL" | quote_mp | Portfolio Wizard Add Item | 2001 | ||
"QM" | quote_mp | Display PSS | 2001 | ||
"QN" | quote_mp | Display port detail form | 2001 | ||
"QO" | quote_mp | (que oh) Add Item confirm | 2001 | ||
"QP" | quote_mp | calculate split | 2001 | ||
"QQ" | quote_mp | Portfolio Wizard Step 3 | 2001 | ||
"QR" | quote_mp | Set port to defaults confirm | 2001 | ||
"QS" | quote_mp | Portfolio Wizard Step 4 | 2001 | ||
"QT" | quote_mp | handle add cash | 2001 | ||
"QU" | quote_mp | Create Portfolio Ok Button | 2001 | ||
"QV" | quote_mp | item transfer confirm | 2001 | ||
"QW" | quote_mp | handle edit item | 2001 | ||
"QX" | quote_mp | edit item OK button | 2001 | ||
"qa" | quote_mp | Port Wiz create portfolio | 2001 | ||
"qb" | quote_mp | Port Wiz remove | 2001 | ||
"qe" | quote_mp | Port Wiz Edit | 2001 | ||
"qj" | quote_mp | display customize columns form | 2001 | ||
"qk" | quote_mp | display export form | 2001 | ||
"ql" | quote_mp | Paul Jackson | 2001 | ||
"qm" | quote_mp | split symbol confirm | 2001 | ||
"qn" | quote_mp | Customize move down | 2001 | ||
"qo" | quote_mp | Customize Columns OK | 2001 | ||
"qp" | quote_mp | col config AOL defaults | 2001 | ||
"qq" | quote_mp | Customize clear columns | 2001 | ||
"qr" | quote_mp | Customize cancel button | 2001 | ||
"qs" | quote_mp | export portfolio | 2001 | ||
"uv" | quote_mp | Default view for portfolio | 2001 | ||
"rb" | radio_in | Radio Broadcast data | 2001 | ||
"rc" | radio_in | Radio Control (audio radio) | 2001 | ||
"rd" | radio_in | Radio Data (audio broadcast) | 2001 | ||
"ri" | radio_in | Radio Input data | 2001 | ||
"rL" | radio_sw | Start list of Responses$+$radio_sw:play station | 1998 - Obsolete/2001 | ||
"rM" | radio_sw | Continue list of Responses$+$radio_sw:description of station | 1998 - Obsolete/2001 | ||
"rN" | radio_sw | Read "next" comment$+$radio_sw:radio program schedule | 1998 - Obsolete/2001 | ||
"rO" | radio_sw | radio help | 2001 | ||
"rP" | radio_sw | Read previous comment$+$radio_sw:preset station | 1998 - Obsolete/2001 | ||
"rQ" | radio_sw | Play preset station | 2001 | ||
"rR" | radio_sw | tbd | 2001 | ||
"rT" | radio_sw | 2nd preset station | 2001 | ||
"rW" | radio_sw | third preset station$+$radio_tuner | 2001/2001 | ||
"rj" | radio_sw | fourth preset station | 2001 | ||
"rk" | radio_sw | fifth preset station | 2001 | ||
"rl" | radio_sw | sixth preset station | 2001 | ||
"R2" | rain_adm | create rainman group$+$rainman2 | NU | 2001/1998 | |
"R3" | rain_adm | open rainman group$+$rainman2 | NU | 2001/1998 | |
"R4" | rain_adm | open rainman group config$+$rainman2 | NU | 2001/1998 | |
"R5" | rain_adm | modify rainman group config$+$rainman2 | NU | 2001/1998 | |
"R6" | rain_adm | add rainman group auth user$+$rainman2 | NU | 2001/1998 | |
"R7" | rain_adm | add rainman group mapword$+$rainman2 | NU | 2001/1998 | |
"R8" | rain_adm | list rainman group mapwords$+$rainman2 | NU | 2001/1998 | |
"R9" | rain_adm | list rainman group auth users$+$rainman2 | NU | 2001/1998 | |
"RG" | rain_adm | Open mapword description$+$rainman2 | 2001/1998 | ||
"RH" | rain_adm | Update mapword description$+$rainman2 | 2001/1998 | ||
"RR" | rain_adm | List Groups$+$rainman2 | 2001/1998 | ||
"RU" | rain_adm | Open ranman mapword for delete$+$rainman2 | 2001/1998 | ||
"RV" | rain_adm | Confirm delete rainman mapword$+$rainman2 | 2001/1998 | ||
"RW" | rain_adm | Open rainman Auth User for edit$+$rainman2 | 2001/1998 | ||
"RX" | rain_adm | Reconfigure rainman auth user$+$rainman2 | 2001/1998 | ||
"RY" | rain_adm | Open rainman Auth User for delet$+$rainman2 | 2001/1998 | ||
"RZ" | rain_adm | Confirm delete rainman auth user$+$rainman2 | 2001/1998 | ||
"Rd" | rain_adm | Add RMP Group Authorized User.$+$rainman2 | 2001/2001 | ||
"Rg" | rain_adm | Add slugword$+$rainman2 | 2001/1998 | ||
"Rh" | rain_adm | List slugwords$+$rainman2 | 2001/1998 | ||
"Ri" | rain_adm | Open slugword for update$+$rainman2 | 2001/1998 | ||
"Rj" | rain_adm | Confirm slugword update$+$rainman2 | 2001/1998 | ||
"Rk" | rain_adm | Open slugword for delete$+$rainman2 | 2001/1998 | ||
"Rl" | rain_adm | Confirm slugword delete$+$rainman2 | 2001/1998 | ||
"Rm" | rain_adm | Open rmp_user limited groups.$+$rainman2 | 2001/2001 | ||
"Rp" | rain_adm | user configure rainman password$+$rainman2 | 2001/1998 | ||
"Rq" | rain_adm | open usr rainmn2 pswd display$+$rainman2 | 2001/1998 | ||
"Rr" | rain_adm | manage rmp pswds display$+$rainman2 | 2001/1998 | ||
"Rs" | rain_adm | manage rmp pswd delete$+$rainman2 | 2001/1998 | ||
"Rt" | rain_adm | user group retrieve$+$rainman2 | 2001/1998 | ||
"Ru" | rain_adm | user group delete$+$rainman2 | 2001/1998 | ||
"Rv" | rain_adm | user rainman2 delete$+$rainman2 | 2001/1998 | ||
"Rx" | rain_adm | Retrieve rmp_user limited groups$+$rainman2 | 2001/2001 | ||
"Ry" | rain_adm | Display rmp_user limited groups.$+$rain_adm:New Mac eoi token | 2001 - Obsolete/2001 | ||
"Rz" | rain_adm | display user groups$+$rainman2 | 2001/1998 | ||
"r1" | rain_adm | New eoi token$+$rolodex:Request bingo # | 2001/1998 | ||
"r3" | rain_adm | manage group options$+$rainman2 | 2001/2001 | ||
"r4" | rain_adm | modify group options$+$rainman2 | 2001/2001 | ||
"r5" | rain_adm | update rainman2 group options$+$rainman2 | 2001/2001 | ||
"ry" | rain_adm | test | 2001 | ||
"rz" | rain_adm | test | 2001 | ||
"R1" | rainman2.int | interactive rainman cmds$+$rainman2 | NU | 2001/1998 | |
"r7" | rainman2.int | test | 2001 | ||
"r8" | rainman2.int | test | 2001 | ||
"r9" | rainman2.int | test | 2001 | ||
"R!" | rainman2 | Interactive "show sched status" | 2001 | ||
"R$" | rainman2 | show rainman info | 2001 - Obsolete/1998 | ||
"R0" | rainman2 | Get Info about RMP object | 1998 | ||
"Rw" | rainman2 | selected object info | 2001 - Obsolete/1998 | ||
"ir" | ratbert | Instant RATification | 2001 | ||
"rr" | ratbert | Notify AOL | 2001 | ||
"D1" | register | QLINK start certificate dialog | NU PL | 1998 | |
"D2" | register | QLINK registration complete | PL | 1998 | |
"Dr" | register | Start trial registration | NU PL | 1998 | |
"aA" | register | Process county info | PL | 2001/1998 | |
"aB" | register | Process ext invoice | PL | 2001/1998 | |
"aD" | register | Process group member | PL | 2001/1998 | |
"aE" | register | Dislay Intl addr form | PL | 2001/1998 | |
"aF" | register | Process city info | PL | 2001/1998 | |
"aG" | register | Process group master$+$register:process_username_reset | PL | 1998/2001 | |
"aH" | register | finish updating user disk | PL | 2001/1998 | |
"aI" | register | send_member_dir_desc_form | 2001 | ||
"aJ" | register | process_member_dir_info | 2001 | ||
"aK" | register | process member dir cancel | 2001 | ||
"aL" | register | process billing address | 2001 | ||
"aN" | register | Get next Reg screen after passwd | 2001 | ||
"aP" | register | TOS text display | 2001 | ||
"aQ" | register | Process AIM info form | 2001 | ||
"aU" | register | Process short password info | 2001 | ||
"aX" | register | User cancel argument passed | 2001 | ||
"aZ" | register | kick user offline: Invalid Cert | 2001 | ||
"aa" | register | process certificate info | NU PL | 2001/1998 | |
"ab" | register | process name & addr info | PL | 2001/1998 | |
"ac" | register | Select a Credit Card | PL | 2001/1998 | |
"ad" | register | Get promotion description | PL | 2001/1998 | |
"ae" | register | end of registration | PL | 2001/1998 | |
"ag" | register | Get suggested screen name | PL | 2001/1998 | |
"ah" | register | Display billing type | PL | 2001/1998 | |
"ai" | register | process credit card info | PL | 2001/1998 | |
"aj" | register | Process Intl direct debit$+$register:proc_cc_debit_auth | PL | 1998/2001 | |
"ak" | register | process checking acct info | PL | 2001/1998 | |
"al" | register | Select alternate screen name$+$register:process_checking_auth_form | PL | 1998/2001 | |
"am" | register | Manage offer descriptions | PL | 1998 | |
"an" | register | Get next Register screen | 2001 | ||
"ap" | register | process passwords | PL | 2001/1998 | |
"aq" | register | Process Intll address | PL | 2001/1998 | |
"ar" | register | Get manage offer desc form | PL | 1998 | |
"as" | register | process screen name | PL | 2001/1998 | |
"au" | register | Ask for name & address form$+$register:Askfor name & address form | PL | 2001/1998 | |
"av" | register | Display more billing type | PL | 2001/1998 | |
"aw" | register | Process employee$+$register:process_offer_description | PL | 1998/2001 | |
"ax" | register | Use wants to cancel | PL | 2001/1998 | |
"ay" | register | User really wants to cancel | PL | 2001/1998 | |
"az" | register | Kick gen_2 user offline | PL | 2001/1998 | |
"4a" | remind_prefs | free reminder service | 2001 | ||
"4b" | remind_prefs | free reminder service | 2001 | ||
"4c" | remind_prefs | free reminder service | 2001 | ||
"4d" | remind_prefs | free reminder service | 2001 | ||
"4e" | remind_prefs | free reminder service | 2001 | ||
"4f" | remind_prefs | free reminder service | 2001 | ||
"4g" | remind_prefs | free reminder service | 2001 | ||
"4h" | remind_prefs | free reminder service | 2001 | ||
"4i" | remind_prefs | free reminder service | 2001 | ||
"4j" | remind_prefs | free reminder service | 2001 | ||
"4k" | remind_prefs | free reminder service | 2001 | ||
"4l" | remind_prefs | free reminder | 2001 | ||
"4m" | remind_prefs | free reminder service | 2001 | ||
"4n" | remind_prefs | free reminder service | 2001 | ||
"4o" | remind_prefs | free reminder service | 2001 | ||
"f1" | retriever | Request object | PL | 1998/2001 | |
"YS" | rmg* | Disconnect from RMG w/clustering$+$rmg | 1998/2001 | ||
"Y@" | rmg | token to rmg | 2001 | ||
"YA" | rmg | Connect to TCP RMG | NU | 2001/1998 | |
"YB" | rmg | DO cmd for TCP RMG | 1998 | ||
"YC" | rmg | Input for TCP RMG | 1998 | ||
"YD" | rmg | Disconnect from TCP RMG | 1998 | ||
"YE" | rmg | Domain change | 1998 | ||
"YF" | rmg | Send .c1 command | 1998 | ||
"YG" | rmg | Send .c1 command | 1998 | ||
"YH" | rmg | Send .c1 command | 1998 | ||
"YI" | rmg | Send .c1 command | 1998 | ||
"YJ" | rmg | Send .c1 command | 1998 | ||
"YK" | rmg | Send .c1 command | 1998 | ||
"YL" | rmg | Sub-input 1 for rmg | 1998 | ||
"YM" | rmg | Sub-input 1 for rmg$+$rmg:Sub-input 1for rmg | 2001/1998 | ||
"YN" | rmg | Sub-input 1 for rmg | 1998 | ||
"YO" | rmg | Sub-input 1 for rmg | 1998 | ||
"YP" | rmg | Sub-input 1 for rmg | 1998 | ||
"YQ" | rmg | Sub-input 1 for rmg | 1998 | ||
"YR" | rmg | connect to RMG w/out unplug | 2001 | ||
"YT" | rmg | Individual RMG form closed | 2001 | ||
"YU" | rmg | Send .c1 command | 2001 | ||
"YV" | rmg | Send .c1 command | 2001 | ||
"YW" | rmg | Send .c9 command | 2001 | ||
"YX" | rmg | RMG command | 2001 | ||
"YY" | rmg | Special token for free curtain | 1998 | ||
"AK" | roomer | trivia request | M1 | 2001 - Obsolete/1998 | |
"AM" | roomer | trivia question | M1 | 2001 - Obsolete/1998 | |
"AP" | roomer | trivia (delete response) | M1 | 2001 - Obsolete/1998 | |
"AR" | roomer | trivia (correct answer) | M1 | 2001 - Obsolete/1998 | |
"AS" | roomer | trivia response | M1 | 2001 - Obsolete/1998 | |
"AW" | roomer | trivia (wrong answer) | M1 | 2001 - Obsolete/1998 | |
"AX" | roomer | user selective broadcast | M1 | 2001 - Obsolete/1998 | |
"CM" | roomer | request public room (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
"CP" | roomer | request private room (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
"CX" | roomer | change room | M1 | 2001 - Obsolete/1998 | |
"G!" | roomer | qlink Game over | M1 | 2001 - Obsolete/1998 | |
"G4" | roomer | qlink Game game not on disk | M1 | 2001 - Obsolete/1998 | |
"G8" | roomer | qlink Game pc got loading error | M1 | 2001 - Obsolete/1998 | |
"GA" | roomer | qlink Game ack (resume moves) | M1 | 2001 - Obsolete/1998 | |
"GB" | roomer | qlink Game start-when all loaded | M1 | 2001 - Obsolete/1998 | |
"GC" | roomer | qlink Game pc rejects undo move | M1 | 2001 - Obsolete/1998 | |
"GE" | roomer | qlink Game pc end of game | M1 | 2001 - Obsolete/1998 | |
"GF" | roomer | qlink Game pc requests undo move Obsolete$+$roomer:qlink Game pc requests undo move | M1 | 2001 - Obsolete/1998 | |
"GH" | roomer | qlink Game pc accepts undo move | M1 | 2001 - Obsolete/1998 | |
"GI" | roomer | qlink Game Init (get players) | M1 | 2001 - Obsolete/1998 | |
"GJ" | roomer | qlink Game join game | M1 | 2001 - Obsolete/1998 | |
"GL" | roomer | qlink Game restarted load-used? | M1 | 2001 - Obsolete/1998 | |
"GM" | roomer | qlink Game send game move | M1 | 2001 - Obsolete/1998 | |
"GN" | roomer | qlink Game pc declines to play | M1 | 2001 - Obsolete/1998 | |
"GQ" | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
"GR" | roomer | qlink Game pc loaded & ready | M1 | 2001 - Obsolete/1998 | |
"GS" | roomer | qlink Game start | M1 | 2001 - Obsolete/1998 | |
"GT" | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
"GU" | roomer | qlink Game pc request to play | M1 | 2001 - Obsolete/1998 | |
"GV" | roomer | qlink Game restart incompatibles Obsolete$+$roomer:qlink Game restart incompatibles | M1 | 2001 - Obsolete/1998 | |
"GW" | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
"GY" | roomer | qlink Game pc agrees to play | M1 | 2001 - Obsolete/1998 | |
"IG" | roomer | Ignore User | 2001 - Obsolete/2001 | ||
"IX" | roomer | Cancel Ignore User | M1 | 2001 - Obsolete/1998 | |
"J1" | roomer | qlink Game Observe: request obs | M1 | 2001 - Obsolete/1998 | |
"JA" | roomer | qlink Game Observe: restart game | M1 | 2001 - Obsolete/1998 | |
"JF" | roomer | qlink Game Observe: decline obs | M1 | 2001 - Obsolete/1998 | |
"JG" | roomer | qlink Game Observe: resume game | M1 | 2001 - Obsolete/1998 | |
"JN" | roomer | qlink Game Observe: decline obs | M1 | 2001 - Obsolete/1998 | |
"JS" | roomer | qlink Game Observe: suspend game | M1 | 2001 - Obsolete/1998 | |
"JY" | roomer | qlink Game Observe: accept obs | M1 | 2001 - Obsolete/1998 | |
"LG" | roomer | list games | M1 | 2001 - Obsolete/1998 | |
"M1" | roomer | IG Ignore User | M1 | 1998 | |
"MS" | roomer | display sys msgs(Rm/Aud)$+$roomer:display system messages (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
"c." | roomer | Aud (Sp)-send question to master | M1 | 2001 - Obsolete/1998 | |
"c0" | roomer | Aud (Sp)-send question to queue | M1 | 2001 - Obsolete/1998 | |
"c1" | roomer | Aud (Sp)-add text to canned menu | M1 | 2001 - Obsolete/1998 | |
"c2" | roomer | Aud (Sp)-last line of cannd text | M1 | 2001 - Obsolete/1998 | |
"c3" | roomer | Aud (Sp)-request cannd text menu | M1 | 2001 - Obsolete/1998 | |
"c4" | roomer | Aud (Sp)-action on ith cannd txt | M1 | 2001 - Obsolete/1998 | |
"c5" | roomer | Aud (Sp)-delete ith cnd txt file | M1 | 2001 - Obsolete/1998 | |
"c8" | roomer | Aud (Sp)-get menu of masters (Q) | M1 | 2001 - Obsolete/1998 | |
"c9" | roomer | Aud (Sp)-set q to master index | M1 | 2001 - Obsolete/1998 | |
"cA" | roomer | Request Box Office events (R/A) | M1 | 2001 - Obsolete/1998 | |
"cC" | roomer | Cancel Aud. reservation(R/A)$+$roomer:Cancel Aud. Reservation (R/A) | M1 | 2001 - Obsolete/1998 | |
"cD" | roomer | AUD-obsolete, version 5.2 only | M1 | 2001 - Obsolete/1998 | |
"cE" | roomer | Enter Auditorium (Q only) (R/A) | M1 | 2001 - Obsolete/1998 | |
"cK" | roomer | Aud (Sp)-Kill Aud. questions | M1 | 2001 - Obsolete/1998 | |
"cM" | roomer | Request Aud. Reservation (R/A) | M1 | 2001 - Obsolete/1998 | |
"cS" | roomer | Enter Auditorium as master (Q) | M1 | 2001 - Obsolete/1998 | |
"cU" | roomer | Aud-get SuperQ form | M1 | 2001 - Obsolete/1998 | |
"cW" | roomer | Aud (Sp)-Wake Aud. questions | M1 | 2001 - Obsolete/1998 | |
"cX" | roomer | Aud (Sp)-Evict user from Aud.$+$roomer:Aud (Sp)-Evictuser from Aud. | M1 | 2001 - Obsolete/1998 | |
"q?" | roomer | Aud-(non-Q) get question form | M1 M1 | 1998/2001 - Obsolete | |
"qE" | roomer | Aud-End of incoming question | M1 | 2001 - Obsolete/1998 | |
"qM" | roomer | Aud-Incoming question | M1 | 2001 - Obsolete/1998 | |
"qZ" | roomer | Aud(nonQ)MusicMstr invit$+$roomer:Aud-(non-Q) Music Master invite | M1 | 2001 - Obsolete/1998 | |
"DA" | screen_name_adm | Initiate passwd screen_name_adm | 2001 | ||
"DC" | screen_name_adm | Change passwd screen_name_adm | 2001 | ||
"Nq" | screen_name_adm | process add name retry | 2001 | ||
"Nr" | screen_name_adm | process new category | 2001 | ||
"Ns" | screen_name_adm | process set pw | 2001 | ||
"n<" | screen_name_adm | change AOLByPhone pin number | 2001 | ||
"n1" | screen_name_adm | process add name | 2001 | ||
"n2" | screen_name_adm | process new master sn | 2001 | ||
"n3" | screen_name_adm | process confirmation | 2001 | ||
"n4" | screen_name_adm | process create sn text | 2001 | ||
"n5" | screen_name_adm | display delete sn text form | 2001 | ||
"n6" | screen_name_adm | process sosa request | 2001 | ||
"n7" | screen_name_adm | process sosa | 2001 | ||
"n8" | screen_name_adm | update client name list | 2001 | ||
"n9" | screen_name_adm | process sosa cancel | 2001 | ||
"nN" | screen_name_adm | changing hn pw form | 2001 | ||
"nS" | screen_name_adm | ask2enter aim sn and pw | 2001 | ||
"nT" | screen_name_adm | askenter new pw form | 2001 | ||
"nX" | screen_name_adm | process_undelete_sn | 2001 | ||
"nY" | screen_name_adm | process_undelete_sn | 2001 | ||
"ng" | screen_name_adm | cancel_user | 2001 | ||
"nw" | screen_name_adm | change hn pw | 2001 | ||
"nx" | screen_name_adm | screen_name_adm req -need unplug | 2001 | ||
"ny" | screen_name_adm | process undelete name | 2001 | ||
"a5" | script | End of Registration Survey | CU PL | 2001/1998 | |
"sA" | script | Abort Script | CU PL | 2001/1998 | |
"sE" | script | End of Script | CU PL | 2001/1998 | |
"sI" | script | Initialize Script | NU PL | 2001/1998 | |
"sN" | script | Asking script for a record numbe$+$script:Asking script for a record number | NU PL | 2001/1998 | |
"sP" | script | Script processing needed | NU PL | 2001/1998 | |
"sQ" | script | Script processing needed - gen_4 | PL | 2001/1998 | |
"sR" | script | Script process registration form | NU PL | 2001/1998 | |
"sT" | script | Scripts scoreboard | CU PL | 2001/1998 | |
"se" | script | End of Script - gen_4 | CU PL | 2001/1998 | |
"2a" | search | enter-database | 2001 | ||
"2b" | search | initial search | 2001 | ||
"2f" | search | more processing | 2001 | ||
"2g" | search | reset domain | 2001 | ||
"2h" | search | mac enter-database | 2001 | ||
"2k" | search | mac enter-database | 2001 | ||
"2l" | search | close window | 2001 | ||
"2n" | search | URL free/pay curtain | 2001 | ||
"hq" | securid_login | KW: choosemode and securid | 2001 | ||
"hr" | securid_login | user response of form mode | 2001 | ||
"hs" | securid_login | user response to host security | 2001 | ||
"#c" | sketchpad | sketchpad command w/o escape | M2 | 2001 - Obsolete/1998 | |
"VN" | snapshot_vid | Video admin token | 2001 | ||
"VO" | snapshot_vid | Video Output | 2001 | ||
"VP" | snapshot_vid | Video Params | 2001 | ||
"VQ" | snapshot_vid | Video Control | 2001 | ||
"iW" | snapshot_vid | IM image accept | 2001 | ||
"!A" | soaf_en | Rferrell2nd | 2001 | ||
"!B" | soaf_en | Rferrell2nd | 2001 | ||
"!E" | soaf_en | Rferrell2nd | 2001 | ||
"!N" | soaf_en | Rferrell2nd | 2001 | ||
"!d" | soaf_en | Rferrell2nd | 2001 | ||
"*A" | soft_box | List files to edit with sort | 2001 | ||
"*B" | soft_box | List Files with sort | 2001 | ||
"*C" | soft_box | Start software move process | 1998 | ||
"*D" | soft_box | Delete software | 1998 | ||
"*E" | soft_box | edit software library$+$soft_read:Get software desc for editting | 2001/1998 | ||
"*H" | soft_box | Hide software | 1998 | ||
"*L" | soft_box | List Hidden Files with sort | 2001 | ||
"*R" | soft_box | Release software | 1998 | ||
"*X" | soft_box | Move software | 1998 | ||
"*a" | soft_box | show all files | 2001 | ||
"*d" | soft_box | Start software delete process | 1998 | ||
"*e" | soft_box | release range of files | 2001 | ||
"*f" | soft_box | hide range of files | 2001 | ||
"*g" | soft_box | delete range of files | 2001 | ||
"*h" | soft_box | show hidden files | 2001 | ||
"*k" | soft_box | Special token for free curtain | 2001 | ||
"*l" | soft_box | show deleted tokens | 2001 | ||
"*n" | soft_box | manage range | 2001 | ||
"*p" | soft_box | more files for edit list | 2001 | ||
"*r" | soft_box | show released files | 2001 | ||
"*x" | soft_box | move and release | 1998 | ||
"dA" | soft_box | secondary tod token | 2001 | ||
"eA" | soft_box | Start an E-Mail 'answer'$+$soft_box:get list of released files | 1998 - Obsolete/2001 | ||
"eB" | soft_box | Enter software board | 1998 | ||
"hL" | soft_box | List hidden topics/files | 1998 | ||
"hM" | soft_box | List hidden - continue | 1998 | ||
"mL" | soft_box | Start list of software board | 1998 | ||
"mM" | soft_box | software board menu continue$+$soft_box:software board menucontinue | 2001/1998 | ||
"uB" | soft_box | file names to upload (soft_text)$+$soft_text*:file names to be uploaded | 2001/1998 | ||
"uM" | soft_box | Hidden lib close callback | 2001 | ||
"uN" | soft_box | Edit lib close callback | 2001 | ||
"EJ" | soft_download | Download a surcharged file$+$soft_download_switch | 2001/2001 | ||
"EK" | soft_download | tokenForFreeCurtainUrl$+$soft_download_switch | 2001/2001 | ||
"eG" | soft_download | Email - file info for download$+$soft_download_switch | 1998/2001 | ||
"eJ" | soft_download | Ok to proceed w/ file sys dnload$+$soft_download_switch | CU | 1998/2001 | |
"eK" | soft_download | User aborted download$+$soft_download_switch | 1998/2001 | ||
"eV" | soft_download | Email - volume info for download$+$soft_download_switch | 1998/2001 | ||
"eY" | soft_download | Disk operation result$+$soft_download_switch | 1998/2001 | ||
"eZ" | soft_download | Mail file delete response$+$soft_download_switch | 1998/2001 | ||
"mD" | soft_download | Download file attached to msg$_$soft_download_switch$+$soft_download:Download file attached to msg | NU | 2001/1998 | |
"mq" | soft_download | add message to dl queue$+$soft_download_switch | 1998/2001 | ||
"tD" | soft_download | OK to delete file$+$soft_download_switch | 1998/2001 | ||
"tJ" | soft_download | Start forced download of tool$+$soft_download_switch | NU | 1998/2001 | |
"tN" | soft_download | Mail download - got file name$+$soft_download_switch | 1998/2001 | ||
"tk" | soft_download | download direct by file ID$+$soft_download_switch | 1998/2001 | ||
"tl" | soft_download | Initiate tool download - WAOL$+$soft_download_switch | 1998/2001 | ||
"tn" | soft_download | Cancel tool download$+$soft_download_switch | 1998/2001 | ||
"to" | soft_download | Initiate tool download - WAOL$+$soft_download_switch | 1998/2001 | ||
"tw" | soft_download | request dl of widget tool$+$soft_download_switch | 1998/2001 | ||
"uJ" | soft_download | Unicode file for DL$+$soft_download_switch | 2001/2001 | ||
"vD" | soft_download | chatterless download$+$soft_download_switch | 1998/2001 | ||
"*M" | soft_edit | Setup for soft desc modify$+$soft_read | 2001/1998 | ||
"*m" | soft_edit | manage file$+$soft_read | 2001/2001 | ||
"*F" | soft_read | show filename form | 2001 | ||
"*c" | soft_read | ok to change filename | 2001 | ||
"*i" | soft_read | token for free curtain (url) | 2001 | ||
"*t" | soft_read | retrieve desc. for edit by lang | 2001 | ||
"m1" | soft_read | Software description (new mail) | 1998 | ||
"mF" | soft_read | Read and enter Library (search) | 1998 | ||
"mR" | soft_read | Read a software board msg | 1998 | ||
"mW" | soft_read | Related Files | 2001 | ||
"mY" | soft_read | Begin comment to sysop | 1998 | ||
"mZ" | soft_read | Handle input from comment form | 1998 | ||
"mz" | soft_read | Send SWL comment | 2001 | ||
"Ba" | soft_text | graphic type of thumbnail$+$soft_upld | SP | 1998/2001 | |
"Bb" | soft_text | thumbnail packet eob$+$soft_upld | SP | 1998/2001 | |
"Bd" | soft_text | thumbnail packet$+$soft_upld | SP | 1998/2001 | |
"Be" | soft_text | thumbnail packet eof$+$soft_upld | 1998/2001 | ||
"eF" | soft_text | End of text, start upload$+$soft_text:End text, start upld | 1998/2001 - Obsolete | ||
"eS" | soft_text | Start upload$+$soft_upld | NU | 1998/2001 | |
"ei" | soft_text | Start library upload$+$soft_upld | 1998/2001 | ||
"es" | soft_text | Get upload info form$+$soft_upld | 1998/2001 | ||
"eu" | soft_text | Mac file name for lib upload$+$soft_upld | 1998/2001 | ||
"so" | soft_tools | Cancel library add/update | 1998 | ||
"me" | soft_update | Update driver record | 1998 | ||
"mg" | soft_update | Display Searchable Libraries | 1998 | ||
"mh" | soft_update | Modify existing driver record | 1998 | ||
"mi" | soft_update | Delete driver record | 1998 | ||
"mj" | soft_update | Delete of driver record confirmd | 1998 | ||
"mk" | soft_update | Select/Create a Driver record | 1998 | ||
"mm" | soft_update | Display List of Libraries | 1998 | ||
"mn" | soft_update | Create New driver record | 1998 | ||
"mp" | soft_update | Handle update/create of drv rec | 1998 | ||
"mr" | soft_update | select drv rec from list | 1998 | ||
"Bf" | soft_upld | Start Bulk Upload | 2001 | ||
"Bg" | soft_upld | Cont bulk Upload | 2001 | ||
"Bh" | soft_upld | End Bulk Upload | 2001 | ||
"eE" | soft_upld_rmt | End of mail text entry$+$soft_upld_rmt:Remote upload request | 1998 - Obsolete/2001 | ||
"eH" | soft_upld_rmt | Contains mail header$+$soft_upld_rmt:Start remote upload | 1998 - Obsolete/2001 | ||
"ea" | soft_upld_rmt | MAC Filename for remote upload | 2001 | ||
"2E" | sos_switch | Enter AOL2000 Database | 2001 | ||
"2e" | sos_switch | enter AOL2000 database$+$a2k_search | NU | 1998/2001 | |
"[A" | spin_off_sub_acct | TOKEN FOR SOSA | 2001 | ||
"[B" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[C" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[D" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[E" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[F" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[G" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[H" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[I" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[J" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[K" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[L" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[M" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[N" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[O" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"[P" | spin_off_sub_acct | Token for SOSA | 2001 | ||
"s1" | statocaster | aol stout form | 2001 | ||
"<0" | telsave | TelSave Entry Pt t1 | 2001 | ||
"<1" | telsave | TelSave Entry Pt U1 | 2001 | ||
"<2" | telsave | TelSave Entry Pt U2 | 2001 | ||
"<3" | telsave | TelSave Entry Pt U3 | 2001 | ||
"<4" | telsave | TelSave Entry Pt U4 | 2001 | ||
"<a" | telsave | TelSave Process Bill_to | 2001 | ||
"<b" | telsave | TelSave Process Credit Card | 2001 | ||
"<c" | telsave | TelSave charge cc | 2001 | ||
"<d" | telsave | TelSave no chg acct | 2001 | ||
"<e" | telsave | TelSave Charge Checking | 2001 | ||
"<f" | telsave | TelSave Process Checking | 2001 | ||
"<g" | telsave | TelSave Place Order | 2001 | ||
"<h" | telsave | TelSave Previous Screen | 2001 | ||
"<i" | telsave | TelSave back to shop cancel | 2001 | ||
"<j" | telsave | TelSave CC info | 2001 | ||
"<k" | telsave | TelSave Use | 2001 | ||
"<l" | telsave | TelSave Use | 2001 | ||
"U*" | textman2 | reserved for future use | M1 | 1998 | |
"t0" | textman2 | Get text doc, override gfx prefs | 1998 | ||
"K9" | textman | abort text transmission | PL | 2001/1998 | |
"KN" | textman | text go ahead | 1998 | ||
"T1" | textman | request text from menu/list | NU | 1998 | |
"T2" | textman | request text from more button | 1998 | ||
"T3" | textman | text appl. level ack | 1998 | ||
"T4" | textman | reset textman domain info | 1998 | ||
"T5" | textman | Next text record | NU | 1998 | |
"t6" | textman | Request text for atom mip | 1998 | ||
"Kg" | tih | PC indicating surcharge switch | SP PL | 1998 | |
"MX" | tih | Q-Link 3 char token (strip X) | SP | 1998 | |
"PD" | tih | PC requests circular dump | SP | 1998 | |
"S#" | tih | Speed indication | SP PL | 1998 | |
"S&" | tih | Init pkt | SP PL | 1998 | |
"S?" | tih | PC suspects host hang | SP | 1998 | |
"S@" | tih | VC connected | SP PL | 1998 | |
"SG" | tih | Start sending to pre-gen 3rd | SP PL | 1998 | |
"SR" | tih | Restore version | SP | 2001 - Obsolete/1998 | |
"SS" | tih | Stop sending to pre-gen 3rd | SP PL | 1998 | |
"SV" | tih | Change version | SP | 2001 - Obsolete/1998 | |
"S]" | tih | VC disconnect | SP PL | 1998 | |
"Sm" | tih | Download meter toggle | SP | 1998 | |
"Su" | tih | Restore version (RESET based) | SP | 1998 | |
"Sv" | tih | Change version (RESET based) | SP | 1998 | |
"XX" | tih | XS acknowledgement (C64) | SP PL | 1998 | |
"mO" | token_ctr | Eventually ebuddy ??? | 2001 | ||
"Ya" | tour server | 2001 | |||
"7a" | tour2 | 2001 | |||
"ua" | update_800 | Users phone number | PL | 1998 | |
"ub" | update_800 | Users first selection | PL | 1998 | |
"uc" | update_800 | Users second selection | PL | 1998 | |
"ud" | update_800 | Get new area code screen | PL | 1998 | |
"ue" | update_800 | Use same phone number for both | PL | 1998 | |
"uf" | update_800 | Confirm numbers & update PC DB | PL | 1998 | |
"ug" | update_800 | Local access # update complete | PL | 1998 | |
"uh" | update_800 | Give user initial list again | PL | 1998 | |
"up" | update_800 | Get prefix(s) for dialing | PL | 1998 | |
"dE" | update_disk | General DB update response | PL | 1998 | |
"dK" | update_disk | Update initial dept keyword | PL | 1998 | |
"dd" | update_disk | Dump database record | PL | 1998 | |
"dk" | update_disk | Request to change init dept | PL | 1998 | |
"do" | update_disk | Change options | PL | 1998 | |
"dr" | update_disk | Request a database dump | PL | 1998 | |
"ds" | update_disk | Show current options | PL | 1998 | |
"dv" | update_disk | Show Disk version information | PL | 1998 | |
"tC" | update_disk | Start catalog to window | PL | 1998 | |
"tE" | update_disk | Disk operation error | PL | 1998 | |
"tG" | update_disk | disk error on catalog request | PL | 1998 | |
"tM" | update_disk | Request to create directory | PL | 1998 | |
"tP" | update_disk | Request "set prefix" | PL | 1998 | |
"tR" | update_disk | Rename a file | PL | 1998 | |
"tS" | update_disk | Scratch a file | PL | 1998 | |
"tV" | update_disk | Do "set prefix" | PL | 1998 | |
"tY" | update_disk | Will replace tO for list volumes | PL | 1998 | |
"tZ" | update_disk | Will replace tF for volumes info | PL | 1998 | |
"u1" | update_disk | Generic PC DB update request | PL | 1998 | |
"u3" | update_disk | Udo Download Complete | PL | 1998 | |
"uQ" | upload | Sat Xfer | 2001 | ||
"xK" | upload | Upload abort | 1998 | ||
"xb" | upload | Upload - data packet end of blk | 1998 | ||
"xd" | upload | Upload - data packet | 1998 | ||
"xe" | upload | Upload - data packet - eof | 1998 | ||
"ui" | urlman | Define interest-based bookmarks | 1998 | ||
"ur" | urlman | AOL URL | 1998 | ||
"MO" | usher | list rooms in my category$+$usher:Switch to Library | 2001 - Obsolete/1998 | ||
"MP" | usher | go directly to room name$+$usher:Switch to Library | 2001 - Obsolete/1998 | ||
"c%" | usher | Go To Private Promenade Room | NU | 2001 - Obsolete/1998 | |
"rA" | usher | Assign room to casino lng or gam | NU | 2001 - Obsolete/1998 | |
"rG" | usher | Change room to casino game | NU | 2001 - Obsolete/1998 | |
"v!" | view_rules | edit args search | 2001 | ||
"v#" | view_rules | source | 2001 | ||
"v$" | view_rules | help screens | 2001 | ||
"v%" | view_rules | add_filter_user_to_list_box | 2001 | ||
"v(" | view_rules | vp_test_display | 2001 | ||
"v)" | view_rules | vp_test_screen | 2001 | ||
"v+" | view_rules | 2001 | |||
"v-" | view_rules | select qc operator | 2001 | ||
"v/" | view_rules | rem promo box | 2001 | ||
"v1" | view_rules | add a view rule | 1998 | ||
"v3" | view_rules | select level 1 cug | 1998 | ||
"v4" | view_rules | add function | 1998 | ||
"v5" | view_rules | edit args | 1998 | ||
"v6" | view_rules | save view rule | 1998 | ||
"v7" | view_rules | add func. to view rule | 1998 | ||
"v8" | view_rules | edit args for a func. | 1998 | ||
"v9" | view_rules | select level 2 cug | 1998 | ||
"v=" | view_rules | v add | 2001 | ||
"v@" | view_rules | vp function | 2001 | ||
"vB" | view_rules | network addr undelete | 2001 | ||
"vE" | view_rules | add user_rights to mask | 1998 | ||
"vF" | view_rules | remove user_rights from mask | 1998 | ||
"vG" | view_rules | add user_rights to value | 1998 | ||
"vH" | view_rules | remove user_rights from value | 1998 | ||
"vI" | view_rules | add user_preferences to mask | 1998 | ||
"vJ" | view_rules | remove user_prefs from mask | 1998 | ||
"vK" | view_rules | add user_prefs to value | 1998 | ||
"vL" | view_rules | remove user_prefs from value | 1998 | ||
"vM" | view_rules | add user_session to mask | 1998 | ||
"vN" | view_rules | remove user_session from mask | 1998 | ||
"vO" | view_rules | add user_session to value | 1998 | ||
"vP" | view_rules | remove user_session from value | 1998 | ||
"vQ" | view_rules | add user_group to mask | 1998 | ||
"vR" | view_rules | remove user_group from mask | 1998 | ||
"vS" | view_rules | add user_group to value | 1998 | ||
"vT" | view_rules | remove user_group from value | 1998 | ||
"vU" | view_rules | add vp attr to mask | 1998 | ||
"vV" | view_rules | remove vp attr from mask | 1998 | ||
"vW" | view_rules | add vp attr to value | 1998 | ||
"vX" | view_rules | remove vp attr from value | 1998 | ||
"vY" | view_rules | add cug to list box | 1998 | ||
"vZ" | view_rules | remove cug from list box | 1998 | ||
"v[" | view_rules | qeneric_qc value | 2001 | ||
"v^" | view_rules | rem_filter_user_from_list_box | 2001 | ||
"v_" | view_rules | remove | 2001 | ||
"va" | view_rules | list of view_rules | 1998 | ||
"vb" | view_rules | undelete view_rule | 1998 | ||
"vc" | view_rules | get rec & display undelete form | 1998 | ||
"vd" | view_rules | display delete confirmation | 1998 | ||
"ve" | view_rules | more records | 1998 | ||
"vf" | view_rules | find view rules | 1998 | ||
"vg" | view_rules | list all view rules | 1998 | ||
"vh" | view_rules | select level 3 cug | 1998 | ||
"vi" | view_rules | insert function | 1998 | ||
"vj" | view_rules | get rec & display modify form | 1998 | ||
"vk" | view_rules | get rec & display delete form | 1998 | ||
"vl" | view_rules | delete current view rule | 1998 | ||
"vm" | view_rules | cancel and pop current form | 1998 | ||
"vo" | view_rules | delete function | 1998 | ||
"vp" | view_rules | form for editting action type | 1998 | ||
"vq" | view_rules | show args for a func | 1998 | ||
"vr" | view_rules | insert func for view rule | 1998 | ||
"vs" | view_rules | modify action type | 1998 | ||
"vt" | view_rules | get rec & display rename form | 1998 | ||
"vu" | view_rules | rename the view rule | 1998 | ||
"vw" | view_rules | add user_feature to mask | 1998 | ||
"vx" | view_rules | remove user_feature to mask | 1998 | ||
"vy" | view_rules | add user_feature to value | 1998 | ||
"vz" | view_rules | remove user_feature from value | 1998 | ||
"WA" | wallet | starting point | 2001 | ||
"Wq" | wallet | Quick Checkout 2.2 | 2001 | ||
"WC" | wallet_promoter | Compuserve | 2001 | ||
"W1" | watchman | Chart tool tester | 1998 | ||
"W2" | watchman | General watchman token | 1998 | ||
"W3" | watchman | General watchman token | 1998 | ||
"WM" | watchman | Watch manager request | 1998 | ||
"i2" | whisper | Open two chat IM window - no msg | 1998 | ||
"iG" | whisper | Accept flashnotes for games | 1998 | ||
"iN" | whisper | Request to send IM | 1998 | ||
"iO" | whisper | Is user available? | 1998 | ||
"iS" | whisper | Send FlashNote - single form | 1998 | ||
"is" | whisper | Instant Msg from 2 way chat | 1998 | ||
"iA" | whisper_gen3 | Able to receive IM | 1998 | ||
"iR" | whisper_gen3 | Unable to receive IM; decline/cancel/hangup FlashNote single | 1998 | ||
"7b" | x | 2001 | |||
"7c" | x | 2001 | |||
"7d" | x | 2001 | |||
"7e" | x | 2001 | |||
"7f" | x | 2001 | |||
"7g" | x | 2001 | |||
"7h" | x | 2001 | |||
"7i" | x | 2001 | |||
"Yb" | x | 2001 | |||
"Yc" | x | 2001 | |||
"Yd" | x | 2001 | |||
"Ye" | x | 2001 | |||
"Yf" | x | 2001 | |||
"Yg" | x | 2001 | |||
"Yh" | x | 2001 | |||
"Yi" | x | 2001 | |||
"iV" | x | image | 2001 | ||
"uS" | x | HS - data | 2001 | ||
"ul" | x | auto launchfeature | 2001 | ||
"yJ" | x | 2001 | |||
"yK" | x | 2001 | |||
"yL" | x | 2001 | |||
"pv" | ygp? | ygp_flag?; ygp_ids? Youve Got Pictures | 2001 | ||
"yM" | ygp_metrics | 2001 |
Other usages to resort and merge
Token | Arg | Form | Description |
---|---|---|---|
"!2" | Signs you offline with message, "Invalid Direct Debit Authorization PIN" | ||
"!?" | Message Box - "Internal Error" | ||
"!A" | 11 | 41-47442 | "Program Details" button |
"!A" | 12 | 41-47079/!E 1 | "Cancel" button |
"!B" | 2 | 41-47442 | "Back" button |
"!B" | 41-47084 | "Back" button | |
"!C" | Message Box - "You do not have access to this function." | ||
"!D" | Message Box - "Promotion create canceled" | ||
"!E" | 1 | 41-47079 | E-Mail Change Of Address In 3 Easy Steps |
"!M" | Message Box - "Feature not supported" | ||
"!N" | 41-47079 | All "Next" buttons on the series of forms that begin with !E 1 | |
"!P" | Message Box - "Feature not supported" | ||
"!T" | Message Box - "Internal Error" | ||
"!U" | Message Box - "Feature not supported" | ||
"!V" | Message Box - "You do not have access to this function." | ||
"!W" | Message Box - "Use CANCEL to get last screen" | ||
"!Z" | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
"!c" | Message Box - "Sign Up Friend Canceled" | ||
"!d" | 41-47084 | Click Here" button on the third of three forms beginning with !E 1 | |
"!g" | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
"!i" | Message Box - "Thank You For Using Order Inquiry" | ||
"!j" | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
"!l" | Message Box - "Internal Error" | ||
"!n" | Message Box - "Internal Error" | ||
"!o" | Message Box - "Internal Error" | ||
"!p" | Message Box - "Internal Error" | ||
"!s" | Message Box - "The status of your friend's pack can be reviewed 24 hrs after order is placed." | ||
"!u" | Message Box - "Internal Error" | ||
"!w" | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
"#E" | Message Box - "That database is currently unavailable." | ||
"#M" | Message Box - "That database is currently unavailable." | ||
"#P" | 40-50957 | "Select Plan" button | |
"#T" | Message Box - "That database is currently unavailable." | ||
"#c" | Message Box - "This area of America Online is no longer available." | ||
"$?" | 40-6490 | "?" button on $W | |
"$B" | 32-320 | "Continue" button on Credit Card Information form | |
"$E" | 40-6490 | "Continue" button on $W | |
"$F" | 8 | 32-318 | "Use Credit Card" button on Your Choice Of Billing Method form |
"$M" | 32-317 | "Continue" button on Shipping Information form | |
"$Q" | 40-6485 | "Continue" button on the form that "Modify Option" takes you to | |
"$S" | 32-316 | "Continue" on Your Shopping Cart screen | |
"$U" | 40-5910 | "Previous Screen" button on $i | |
"$V" | 32-316 | "Review/Delete Item" button on your shopping cart form | |
"$W" | 40-6490 | Shopping Direct form. Must go to $G to gain access to this form | |
"$X" | 40-5910 | "Back to Shopping" button on $i | |
"$b" | 32-318 | "Bill to My Account" on Your Choice Of Billing Method form | |
"$c" | 40-5910 | "Review Cart" button on $i | |
"$e" | 40-6490 | "Remove Item From Cart" on $W | |
"$i" | 40-6490 | "AOL Shop - Credit Card information | |
"$j" | 40-6485 | "Previous Screen" button on the form that "Modify Option" takes you to | |
"$o" | 40-6490 | "Modify Option" button on $W | |
"$v" | 40-5911 | "Continue" button on Shipping Information form | |
"$y" | 40-5910 | "Continue" button on $i | |
"$z" | 40-5911 | "Continue" button on Credit Card Address form | |
"%F" | 6 | 32-337 | "Add Product" button |
"%s" | 32-341 | "Search" button | |
"%w" | 32-338 | "OK" button n Create a New Store form | |
"&A" | Message Box - "You do not have access to this function." | ||
"&C" | Message Box - "Internal error - message logged." | ||
"&f" | Message Box - "Internal error (context)" | ||
"<0" | Message Box - "Sorry, Product is Not Available At This Time" | ||
"<1" | Message Box - "Sorry, Product is Not Available At This Time" | ||
"<2" | Message Box - "Sorry, Product is Not Available At This Time" | ||
"<3" | Message Box - "Sorry, Product is Not Available At This Time" | ||
"<A" | Message Box - "AOL Plus is currently only available for members with Windows 98/Millennium/Windows2000" | ||
"<C" | 41-50956 | "Cancel" button | |
"<C" | 41-50956 | AOL Plus powered by DirectPC | |
"<D" | 1 | 41-50956 | "Back to Order" button |
"<H" | 32-8995 | "Next" button | |
"<I" | 32-8995 | AOL Anywhere | |
"<J" | 32-8995 | "Cancel" button | |
"<T" | 41-50853 | AOL for Home Networks | |
"<X" | 1 | 41-50858 | AOL for Home Nexworks |
"<X" | 41-45268 | "AOL Plus - the easiest way to be online" | |
"<X" | 41-50853 | "Cancel" button | |
"<X" | 41-50853 | "Next" button | |
"<u" | 100 | 41-45268 | "AOL Plus - the easiest way to be online" |
"<u" | 41-45505 | "AOL Plus - the easiest way to be online" | |
"<v" | 41-45505 | "Back" button | |
"<w" | 41-45268 | "Cancel" button | |
"*A" | "You do not have access to this file/library" | ||
"*B" | Sort Order of Files | ||
"*C" | Move File | ||
"*D" | "You do not have access to this file/library" | ||
"*E" | "You do not have access to this file/library" | ||
"*E" | Edit File | ||
"*H" | Hide File | ||
"*I" | "File not found." | ||
"*L" | "You do not have access to this file/library" | ||
"*M" | Modify File Description | ||
"*R" | Release File | ||
"*T" | Message Box - "This area of America Online is no longer available" | ||
"*X" | "File not found." | ||
"*a" | Edit All Files In Library | ||
"*d" | Delete File | ||
"*e" | "You do not have access to this file/library" | ||
"*f" | "You do not have access to this file/library" | ||
"*g" | "You do not have access to this file/library" | ||
"*h" | Edit Hidden Files | ||
"*l" | Edit Deleted Files | ||
"*m" | Edit Description | ||
"*p" | "File not found." | ||
"*r" | Edit Released Files | ||
"*x" | "File not found." | ||
".0" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".1" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".a" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".b" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".c" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".d" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
".e" | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
"0_(All 0 Tokens)" | Message Box - "Gateway host has already been disconnected." | ||
"1X" | Message Box - "Internal data error" | ||
"1Y" | Message Box - "Internal data error" | ||
"2E" | Message Box - "INTERNAL ERROR" | ||
"2M" | Message Box - "That database is currently unavailable" | ||
"2T" | Message Box - "That database is currently unavailable" | ||
"2a" | Message Box - "That database is currently unavailable. Please try again later." | ||
"2b" | Message Box - "Internal error - please try again later." | ||
"2d" | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
"2e" | Message Box - "INTERNAL ERROR" | ||
"2f" | Message Box - "Internal error - please try again later." | ||
"2h" | Message Box - "That database is currently unavailable. Please try again later." | ||
"2i" | Get member profile | ||
"2l" | Message Box - "Internal error - please try again later." | ||
"2r" | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
"2u" | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
"2v" | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
"2w" | View own Profile | ||
"3A" | Message Box - "You do not have access to this function" | ||
"3B" | Message Box - "You do not have access to this function" | ||
"3C" | Message Box - "You do not have access to this function" | ||
"3D" | Message Box - "You do not have access to this function" | ||
"3E" | Message Box - "You do not have access to this function" | ||
"3F" | Message Box - "You do not have access to this function" | ||
"3G" | Message Box - "You do not have access to this function" | ||
"3H" | Message Box - "You do not have access to this function" | ||
"3I" | Message Box - "Sorry, that tour is not available." | ||
"3J" | Message Box - "Invalid TOKEN_2 arg!" | ||
"3K" | Message Box - "You do not have access to this function" | ||
"3L" | Message Box - "You do not have access to this function" | ||
"3M" | Message Box - "You do not have access to this function" | ||
"3N" | Message Box - "Internal error" | ||
"3P" | 1 | 32-6118 | Buddy List Preferences |
"3P" | 2 | 32-6118 | Buddy List Privacy Preferences |
"3Q" | 0 | 32-6120 | Buddy List Group Name |
"3Q" | 1 | 32-6118 | Edit Group |
"3R" | 2 | 32-6120 | Remove Buddy from Buddy List |
"3R" | 3 | 32-6531 | Remove Buddy from Ignore List |
"3S" | 1 | 32-6118 | Delete Group |
"3V" | 1 | 32-6118 | View Buddy List |
"3X" | 1 | 32-7089 | Buddy List Setup |
"3Y" | 0 | 32-6118 | Create Group |
"3Y" | 10 | 32-7089 | Locate Buddy |
"3Y" | 11 | 32-7089 | IM Buddy |
"3Y" | 15 | 32-7089 | Buddy Chat |
"3Y" | 3 | 32-6120 | Save Changes |
"3Y" | 4 | 32-6118 | Add Buddy to Buddy List |
"3Y" | 6 | 32-6531 | Add Buddy to Ignore List |
"3Y" | 7 | 32-6531 | Save Privacy Preferences |
"3Y" | 8 | 32-6120 | Save Buddy List Preferences |
"3c" | Message Box - "Internal Error" | ||
"3d" | Message Box - "Internal Error" | ||
"3e" | Message Box - "Internal Error" | ||
"3f" | Message Box - "Internal Error" | ||
"3g" | Message Box - "Internal Error" | ||
"3h" | Message Box - "Internal Error" | ||
"3n" | Message Box - "Internal Error" | ||
"4A" | 1 / 4E | 32-7299 | Match Your Interests - Games |
"4A" | 10 | 32-7299 | Match Your Interests - Home, Family, & Religion |
"4A" | 11 | 32-7299 | Match Your Interests - Hobbies & the Artsn |
"4A" | 12 | 32-7299 | Match Your Interests - Meetings Others Online |
"4A" | 13 | 32-7299 | Match Your Interests - HCommunities & Lifestyles |
"4A" | 14 | 32-7299 | Match Your Interests - Internet & The World Wide Web |
"4A" | 15 | 32-7299 | Match Your Interests - Careers, Education, & Reference |
"4A" | 2 | 32-7299 | Match Your Interests - Computing |
"4A" | 3 | 32-7299 | Match Your Interests - News & Politics |
"4A" | 4 | 32-7299 | Match Your Interests - Buisness & Finance |
"4A" | 5 | 32-7299 | Match Your Interests - Movies, TV & Music |
"4A" | 6 | 32-7299 | Match Your Interests - Travel |
"4A" | 7 | 32-7299 | Match Your Interests - Health & Medicine |
"4A" | 8 | 32-7299 | Match Your Interests - Sports & Recreation |
"4A" | 9 | 32-7299 | Match Your Interests - Shopping from Home |
"4B" | 32-7299 | Match Your Interests Main | |
"4E" | 32-7299 | Your places to explore | |
"4F" | 1 | 32-7307 | "Stop EMail" button |
"4G" | 41-41317 | Cancel Create Interest Profile | |
"4I" | 2 | 32-7302 | "Prev" button |
"4I" | 3 | 32-7303 | "Prev" button |
"4I" | 4 | 32-7304 | "Prev" button |
"4I" | 5 | 32-7305 | "Prev" button |
"4J" | 0 | 41-41317 | Create Interest Profile |
"4J" | 1 | 32-7307 | "Edit Profile" button |
"4J" | 2 | 32-7302 | "Next" button |
"4J" | 3 | 32-7303 | "Next" button |
"4J" | 4 | 32-7304 | "Next" button |
"4J" | 5 | 32-7305 | "Done" button |
"4J" | 6 | 32-7306 | "Done" button |
"4M" | 32-7301 | "Modify Your Interest Profile" button | |
"4a" | 41-29537 | Holiday Reminder | |
"4b" | 41-29537 | "Quit" button | |
"4d" | 41-29537 | "Holiday Reminders" button | |
"4e" | 1 | 41-30512 | ""Continue" button |
"4f" | 1 | 41-30512 | "Cancel" button |
"4g" | 41-29537 | "Add Personal Reminder" button | |
"4h" | 2 | 41-29537 | "Edit" button |
"4i" | 2 | 41-29537 | "Remove" button |
"4j" | 1 | 41-30510 | "Save" button |
"4l" | 1 | 41-30510 | "Cancel" button |
"7B" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7C" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7D" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7E" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7F" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7G" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7H" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7I" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7J" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7K" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7L" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7M" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7N" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7O" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7P" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7Q" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7R" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7S" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7T" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7U" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7V" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7W" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7X" | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
"7a" | Message Box - "Invalid TOKEN_1 arg!" | ||
"7b" | Message Box - "Invalid TOKEN_2 arg!" | ||
"7c" | Message Box - "That entry is no longer active" | ||
"7d" | Message Box - "That entry is no longer active" | ||
"7e" | Message Box - "That entry is no longer active" | ||
"7f" | Message Box - "Invalid Token_1_confirm arg!" | ||
"7h" | Message Box - "You are no longer authorized for this function" | ||
"7i" | Message Box - "You are not authorized for this funciton" | ||
"7j" | No longer functioning board function | ||
"7r" | 32-6114 | Member Directory | |
"7t" | Message Box - "Internal error - please try again later." | ||
"7u" | Message Box - "Internal error - please try again later." | ||
"7v" | Message Box - "Internal error - please try again later." | ||
"7w" | Message Box - "Internal error - please try agian later." | ||
"7x" | 32-6114 | "Search" button on Member Directory form | |
"7y" | 41-31640 | "More" button on Member Directory Search Results | |
"9A" | No longer funcitoning board functions | ||
"9B" | No longer functioning board functions | ||
"9C" | No longer functioning board functions | ||
"9D" | No longer functioning board functions | ||
"9E" | No longer functioning board functions | ||
"9F" | Message Box - "Internal Error" | ||
"9G" | Message Box - "Internal Error" | ||
"9P" | Message Box - "Internal data error" | ||
"9S" | 5 | 32-6329 | Get Member Info. Occurs when double clicking the list box |
"9S" | 32-6329 | Send" button | |
"9T" | Message Box - "Internal data error" | ||
"9U" | Message Box - "Internal data error" | ||
"9V" | Message Box - "Internal data error" | ||
"9W" | 101 - 359 | Conference Rooms | |
"9W" | 10 | 40-39321 | "Cancel" button |
"9W" | 14 | 40-39318 | "Close" button |
"9W" | 15 | 40-39318 | "ECR Configuration" form |
"9W" | 1 | Message Box - "You are not authorized to perform this function" | |
"9W" | 2 | 40-39318 | "Conference Room Configuration" button |
"9W" | 3 | 40-39321 | "Schedule Events" form |
"9W" | 4 | Message Box - "Internal data error" | |
"9X" | 1 | 40-39321 | "Go" button |
"9Y" | 0 - 318 | Message Box - "You are not authorized to perform this function" | |
"9Y" | 319 - x | Message Box - "There is no conference room with ID = x" | |
"9Z" | Message Box - "You are not authorized to perform this function" | ||
"9_" | No longer functioning board functions | ||
"A&" | Message Box - "This area of America Online is no longer available." | ||
"AA" | Various methods of Chat Send | ||
"AE" | Various methods of Chat Send | ||
"AH" | Message Box - "We are unable to put you in that room at this time, error 1" | ||
"AK" | Message Box - "This area of America Online is no longer available." | ||
"AM" | 32-174 | "Send Question" button | |
"AN" | 32-178 | "Send Answer" button | |
"AP" | 32-179 | "Delete" button | |
"AR" | 32-179 | "Right" button | |
"AS" | 32-175 | "Edit" button | |
"AW" | 32-179 | "Wrong" button | |
"AX" | Message Box - "This area of America Online is no longer available." | ||
"Aa" | Various methods of Chat Send | ||
"Be" | Message Box - "This file could not be uploaded. Please check to see if the file is open in another application." | ||
"C1" | Old Collection | ||
"C2" | 5 | C4 | "More" button |
"C3" | Old Collection | ||
"C4" | Live wire | ||
"C5" | Disable live wired | ||
"CB" | Message Box - "Form is not in a valid format." | ||
"CC" | Message Box - "Form is not in a valid format." | ||
"CI" | Enter Chat | ||
"CM" | Message Box - "This area of America Online is no longer available." | ||
"CN" | Message Box - "Form is not in a valid format." | ||
"CP" | Message Box - "This area of America Online is no longer available." | ||
"CS" | Message Box - "Form is not in a valid format." | ||
"CX" | Message Box - "This area of America Online is no longer available." | ||
"Ca" | Rainman Areas | ||
"Cb" | "More" button on Ca forms. | ||
"Ct" | Start Flashsession? | ||
"D3" | Message Box - "This area of America Online is no longer available." | ||
"D5" | Message Box - "This area of America Online is no longer available." | ||
"D8" | Update language list | ||
"D9" | Message Box - "This area of America Online is no longer available." | ||
"DA" | 41-51085 | Change Password | |
"DC" | 41-51085 | "Change Password" button | |
"DS" | Message Box - "Access denied" | ||
"Dc" | 32-255 | "Change Password" button | |
"De" | Message Box - "This area of America Online is no longer available." | ||
"Dg" | 32-125 | "OK" on Sign On Guest form | |
"Di" | Message Box - "This area of America Online is no longer available." | ||
"Dl" | 32-299 | "Continue" on Connection Information form | |
"Dp" | 32-124 | "OK" on Invalid Password form | |
"Dr" | 32-300 | Continue" on expired AOL trial period form | |
"F6" | Message Box - "This area of America Online is no longer available." | ||
"Fm" | Message Box - "We're sorry, you do not have access to this area." | ||
"Fn" | Message Box - "We're sorry, you do not have access to this area." | ||
"Fo" | Message Box - "We're sorry, you do not have access to this area." | ||
"Fz" | Message Box - "We're sorry, you do not have access to this area." | ||
"G!" | Message Box - "This area of America Online is no longer available." | ||
"G4" | Message Box - "This area of America Online is no longer available." | ||
"G8" | Message Box - "This area of America Online is no longer available." | ||
"GA" | Message Box - "This area of America Online is no longer available." | ||
"GB" | Message Box - "This area of America Online is no longer available." | ||
"GC" | Message Box - "This area of America Online is no longer available." | ||
"GD" | Message Box - "This area of America Online is no longer available." | ||
"GE" | Message Box - "This area of America Online is no longer available." | ||
"GF" | Message Box - "This area of America Online is no longer available." | ||
"GG" | Message Box - "This area of America Online is no longer available." | ||
"GH" | Message Box - "This area of America Online is no longer available." | ||
"GI" | Message Box - "This area of America Online is no longer available." | ||
"GJ" | Message Box - "This area of America Online is no longer available." | ||
"GK" | Message Box - "This area of America Online is no longer available." | ||
"GL" | Message Box - "This area of America Online is no longer available." | ||
"GM" | Message Box - "This area of America Online is no longer available." | ||
"GN" | Message Box - "This area of America Online is no longer available." | ||
"GO" | Message Box - "This area of America Online is no longer available." | ||
"GP" | Message Box - "This area of America Online is no longer available." | ||
"GQ" | Message Box - "This area of America Online is no longer available." | ||
"GR" | Message Box - "This area of America Online is no longer available." | ||
"GS" | Message Box - "This area of America Online is no longer available." | ||
"GT" | Message Box - "This area of America Online is no longer available." | ||
"GU" | Message Box - "This area of America Online is no longer available." | ||
"GV" | Message Box - "This area of America Online is no longer available." | ||
"GW" | Message Box - "This area of America Online is no longer available." | ||
"GX" | Message Box - "This area of America Online is no longer available." | ||
"GY" | Message Box - "This area of America Online is no longer available." | ||
"GZ" | Message Box - "This area of America Online is no longer available." | ||
"ID" | Message Box - "This area of America Online is no longer available." | ||
"IG" | Message Box - "This area of America Online is no longer available." | ||
"IJ" | Message Box - "Internal error. Please try again later." | ||
"IX" | Message Box - "This area of America Online is no longer available." | ||
"Ic" | Message Box - "Invalid search request." | ||
"Id" | Get Member Profile | ||
"Ie" | Message Box - "Invalid search request." | ||
"Im" | Message Box - "Invalid search request." | ||
"Iq" | Message Box - "Invalid search request." | ||
"Is" | 32-48 | "Search" button | |
"It" | Message Box - "Invalid search request." | ||
"Ix" | Message Box - "Invalid search request." | ||
"J1" | Message Box - "This area of America Online is no longer available." | ||
"JA" | Message Box - "This area of America Online is no longer available." | ||
"JF" | Message Box - "This area of America Online is no longer available." | ||
"JG" | Message Box - "This area of America Online is no longer available." | ||
"JN" | Message Box - "This area of America Online is no longer available." | ||
"JS" | Message Box - "This area of America Online is no longer available." | ||
"JY" | Message Box - "This area of America Online is no longer available." | ||
"Ja" | Get Stock Quote | ||
"Jb" | Get Stock Quote | ||
"K0" | Message Box - "Internal error." | ||
"K1" | Message Box - "Internal error." | ||
"K2" | Message Box - "Internal error." | ||
"K3" | Message Box - "Internal error." | ||
"K4" | Message Box - "Internal error." | ||
"K5" | Message Box - "Internal error." | ||
"K6" | Message Box - "Internal error." | ||
"K7" | Message Box - "Internal error." | ||
"K8" | Message Box - "Internal error." | ||
"KA" | Select Alternate Keyword | ||
"Kk" | Go to Keyword | ||
"L!" | Find a Chat | ||
"L$" | Find a Chat | ||
"L&" | Find a Chat | ||
"L1" | 28 | Enter a Private Chat form | |
"L1" | 76 | Search Featured Chats | |
"L1" | 77 | Search Member Chats | |
"LA" | L1 76 | "Search" button | |
"LB" | Find a Chat | ||
"LC" | Find a Chat | ||
"LD" | Find a Chat | ||
"LE" | L1 77 | "Search" button | |
"LF" | 1 | 32-273 | "More Rooms" on Active Conference Room form |
"LG" | Message Box - "This area of America Online is no longer available." | ||
"LH" | Start Member Chat | ||
"LJ" | L& | "List More" | |
"LN" | Message Box - "This area of America Online is no longer available." | ||
"LO" | Sign Offline | ||
"LP" | Find a Chat | ||
"LQ" | Find a Chat | ||
"LR" | 32-98 | "List More" | |
"LU" | Message Box - "Internal error 1" | ||
"LV" | Find a Chat | ||
"LX" | Message Box - "This area of America Online is no longer available." | ||
"LY" | Message Box - "This area of America Online is no longer available." | ||
"Ln" | Locate Member | ||
"MA" | Message Box - "Please use the new config interface to sanction and desanction rooms" | ||
"MB" | 32-5352 | "Go Chat" button | |
"MC" | Message Box - "We are unable to put you in that room at this time, error 1" | ||
"ME" | Chat Now | ||
"ML" | Message Box - "Please use the new config interface to sanction and desanction rooms" | ||
"MM" | Message Box - "Internal error 3" | ||
"MO" | Message Box - "This area of America Online is no longer available." | ||
"MP" | Message Box - "This area of America Online is no longer available." | ||
"MQ" | Message Box - "Invalid room name" | ||
"MR" | People Connection | ||
"MS" | Message Box - "This area of America Online is no longer available." | ||
"MY" | L& | "Go Chat" button | |
"MZ" | Message Box - "This area of America Online is no longer available." | ||
"NJ" | 18227 - 18245 | Parental Control Functions | |
"NK" | Parental Controls Main | ||
"NN" | Edit Parental Controls | ||
"NO" | Message Box - "Your request can not be processed at this time. Please try again later" | ||
"Nq" | 41-51071 | "Continue" on create alternate screen name form | |
"Nr" | 41-51071 | "Continue" on set parental controls form | |
"Ns" | 2 | "Continue" on set password form | |
"PR" | Message Box - "We are unable to process your request right now" | ||
"Q!" | 1 | Delete Portfolio | |
"Q#" | 2 | 44-31996 | Edit Portfolio |
"Q$" | 2 | 44-31996 | Delete portfolio symbol |
"Q%" | 1024 | 44-31996 | Print Portfolio |
"Q&" | 1024 | Refresh Portfolio | |
"Q>" | 44-31996 | Lookup Symbol | |
"Q)" | 5 | 44-31996 | Exchange |
"Q1" | 1 | Rename Portfolio | |
"Q2" | 1 | Delete Portfolio | |
"Q3" | 1 | Rename Portfolio | |
"Q4" | 1024 | 44-31996 | dd Item to Portfolio |
"Q5" | 2 | Transfer Portfolio | |
"Q6" | 4 | Copy Symbol | |
"QA" | Quotes | ||
"QB" | Get Symbol Info | ||
"QC" | Lookup Symbol Info | ||
"QE" | More Search Results | ||
"QF" | 1 | Exchange Info | |
"QI" | Add to Portfolio | ||
"QJ" | 1 | Create Portfolio | |
"QJ" | 2 | 44-7650 | "Previous" button |
"QK" | Cancel Portfolio | ||
"QL" | 44-7650 | Add Symbol to Portfolio | |
"QM" | Display Portfolio | ||
"QN" | 1 | 44-31996 | List Portfolio |
"QS" | Finish Portfolio | ||
"QV" | 4 | Transfer Portfolio | |
"QX" | Edit Portfolio | ||
"Qb" | pe | "OK" button | |
"Qc" | 1 | Display Portfolio | |
"Qg" | 1 | Delete Portfolio | |
"Qn" | 1 | Rename Portfolio | |
"Qv" | 1 | Add item to Portfolio | |
"R$" | R0 | "Show Info" button | |
"R0" | Examine Object Info | ||
"R3" | Message Box - "You do not have access to this feature." | ||
"R4" | Message Box - "You do not have access to this feature." | ||
"R8" | Message Box - "You do not have access to this feature." | ||
"RF" | Current Billing Summary | ||
"RI" | RK | "Display Plan" button | |
"RL" | RK | "Cancel Pending" button | |
"RQ" | Change Current Pricing Plan | ||
"RS" | Current Bill Summary | ||
"RT" | Message Box - "This function is not available at present" | ||
"RV" | Message Box - "You do not have access to this feature." | ||
"Ra" | Change Current Pricing Plan | ||
"Rb" | Change Current Pricing Plan | ||
"Ri" | Message Box - "You do not have access to this feature." | ||
"Rk" | Message Box - "You do not have access to this feature." | ||
"Rr" | Message Box - "You do NOT have access to this function. " | ||
"Rt" | Message Box - "You do NOT have access to this function. " | ||
"Rw" | Message Box - "This area of America Online is no longer available." | ||
"Rx" | Message Box - "You do NOT have access to this function. " | ||
"SC" | Make screen name online. Sent while signing online. | ||
"SP" | Message Box - "Internal error." | ||
"SR" | Message Box - "This area of America Online is no longer available." | ||
"SV" | Message Box - "This area of America Online is no longer available." | ||
"Sb" | Message Box - "This area of America Online is no longer available." | ||
"Sr" | Message Box - "This area of America Online is no longer available." | ||
"Ss" | Message Box - "This area of America Online is no longer available." | ||
"T1" | Message Box - "That information is not available." | ||
"T2" | Message Box - "That information is not available." | ||
"T5" | Message Box - "That information is not available." | ||
"TF" | Message Box - "This area of America Online is no longer available." | ||
"TM" | Time Online | ||
"Tf" | Message Box - "This area of America Online is no longer available." | ||
"Tu" | Message Box - "An error occurred while AOL was updating your software. Please try again." | ||
"U1" | Article/Selection/Page | ||
"U2" | Article/Selection/Page | ||
"U3" | Article/Selection/Page | ||
"U4" | Article/Selection/Page | ||
"UR" | Switch Screen Names | ||
"US" | Sign Offline | ||
"V_ (All V tokens)" | Sign offline with message, "Internal Error #4213 - notify customer service!" | ||
"WC" | Message Box - "Your request can not be processed at this time, please try again later" | ||
"WT" | Message Box - "We're sorry, a system error has occurred. Please try again later." | ||
"Wq" | 3 | 41-45703 | "OK" button |
"Wq" | 5 | 41-45713 | "Sign me Up" button |
"Y1" | Message Box - "You are disconnected from the gateway host." | ||
"Y2" | Message Box - "You are disconnected from the gateway host." | ||
"Y6" | Message Box - "You are disconnected from the gateway host." | ||
"Y8" | Message Box - "Form not defined." | ||
"YA" | Misc areas on AOL | ||
"YB" | Misc areas on AOL | ||
"YC" | Misc areas on AOL | ||
"YL" | Misc areas on AOL | ||
"a1" | 32-179 | Message Box - "This area of America Online is no longer available." | |
"a4" | 32-179 | Message Box - "This area of America Online is no longer available." | |
"aT" | 32-179 | Message Box - "This area of America Online is no longer available." | |
"aX" | 32-141 | "Cancel" button on Registration | |
"ab" | 1 | 32-133 | "Next" on registration page |
"ac" | 3 | 32-140 | American Express" button |
"ac" | 4 | 32-139 | "Visa" button |
"ac" | 5 | 32-139 | "Master Card" button |
"ac" | 6 | 32-139 | "Discover" button |
"ad" | 32-155 | "Next" button | |
"ae" | 32-152, 32-153 | "Continue" button | |
"af" | 32-57 | "Continue" button | |
"ah" | 32-141 | "Payment Options" button | |
"ai" | 32-141 | "Next" button | |
"ak" | 32-143 | "Continue" button | |
"al" | 13 | 32-140 | "Debit Checking Account" button |
"al" | 32-148 | "Select Alternate Screen Name" button | |
"ap" | 32-150 | "Select Password" button | |
"ar" | 32-140 | Message Box - "You Do Not Have Access To This Function" | |
"as" | 32-148 | "Accept Name" button | |
"ax" | Cancel Registration | ||
"b_ (All b tokens)" | No longer functioning board functions | ||
"c%" | Message Box - "This area of America Online is no longer available." | ||
"c." | Message Box - "This area of America Online is no longer available." | ||
"c0" | Message Box - "This area of America Online is no longer available." | ||
"c1" | Message Box - "This area of America Online is no longer available." | ||
"c2" | Message Box - "This area of America Online is no longer available." | ||
"c3" | Message Box - "This area of America Online is no longer available." | ||
"c4" | Message Box - "This area of America Online is no longer available." | ||
"c5" | Message Box - "This area of America Online is no longer available." | ||
"c8" | Message Box - "This area of America Online is no longer available." | ||
"c9" | Message Box - "This area of America Online is no longer available." | ||
"cA" | Message Box - "This area of America Online is no longer available." | ||
"cC" | Message Box - "This area of America Online is no longer available." | ||
"cD" | Message Box - "This area of America Online is no longer available." | ||
"cE" | Message Box - "This area of America Online is no longer available." | ||
"cJ" | 32-173 | "Show Row" button | |
"cK" | Message Box - "This area of America Online is no longer available." | ||
"cM" | Message Box - "This area of America Online is no longer available." | ||
"cP" | 32-172 | "Move to Row" button | |
"cQ" | 32-98 | "Go" button | |
"cS" | Message Box - "This area of America Online is no longer available." | ||
"cU" | Message Box - "This area of America Online is no longer available." | ||
"cV" | 32-6155 | "Go Chat" button. Private Chat Room | |
"cX" | Message Box - "This area of America Online is no longer available." | ||
"cY" | Message Box - "This area of America Online is no longer available." | ||
"cZ" | Enter Town Square Room | ||
"cb" | Who's Chatting - Town Square Room | ||
"cd" | Who's Chatting - Town Square Room | ||
"ch" | Message Box - "You do not have access to this function" | ||
"ct" | Who's Chatting - Town Square Room | ||
"d1" | Sorry, you do not have access to this file/library. | ||
"d2" | Sorry, you do not have access to this file/library. | ||
"d3" | Sorry, you do not have access to this file/library. | ||
"d5" | Message Box - "This area of America Online is no longer available." | ||
"d7" | Message Box - "This area of America Online is no longer available." | ||
"dS" | Message Box - "Access denied" | ||
"f1" | Form | ||
"f3" | 32-219 | "Modify Binary" button | |
"f4" | 32-26 | "Update" button on Update Database Record form | |
"f7" | 1 | "Upload Picture" on Star Tool | |
"f7" | 2 | "Upload Binary" on Star Tool | |
"f7" | 3 | "Manage Art" on Star Tool | |
"f7" | 4 | "Update Database Record" on Star Tool | |
"f8" | 32-197 | "Send" button | |
"fe" | 32-219 | "Modify Picture" button | |
"g!" | Message Box - "You do not have access to this function." | ||
"g#" | Message Box - "You do not have access to this function." | ||
"g$" | Message Box - "You do not have access to this function." | ||
"g%" | Message Box - "You do not have access to this function." | ||
"g1" | Message Box - "The e-mail address notification feature is only available to members who upgrade to (or migrate to) the CompuServe 2000 software." | ||
"g@" | Message Box - "You do not have access to this function." | ||
"gf" | Message Box - "This area of America Online is no longer available." | ||
"gy" | Message Box - "Sorry, that application has been removed." | ||
"h0" | Message Box - "This area of America Online is no longer available." | ||
"h1" | Message Box - "This area of America Online is no longer available." | ||
"h2" | Message Box - "This area of America Online is no longer available." | ||
"h3" | Message Box - "This area of America Online is no longer available." | ||
"h4" | Message Box - "This area of America Online is no longer available." | ||
"hC" | Message Box - "You do not have access to this function." | ||
"hD" | Message Box - "You do not have access to this function." | ||
"hE" | Message Box - "You do not have access to this function." | ||
"hL" | See Hidden Files in Library | ||
"hM" | File not found | ||
"hP" | Message Box - "This area of America Online is no longer available." | ||
"hb" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hc" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hd" | Message Box - "Access denied. Please activate host access before using this function" | ||
"he" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hf" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hg" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hh" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hi" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hj" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hk" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hl" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hm" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hn" | Message Box - "Access denied. Please activate host access before using this function" | ||
"ho" | Message Box - "Access denied. Please activate host access before using this function" | ||
"hp" | Message Box - "Access denied. Please activate host access before using this function" | ||
"i2" | Message Box - "Internal error." | ||
"iM" | Message Box - "This area of America Online is no longer available." | ||
"iO" | Locate Member | ||
"iS" | Send Instant Message | ||
"iV" | Message Box - "Screen name not given." | ||
"id" | Get Profile | ||
"ir" | Message Box - "Internal error." | ||
"is" | Send Instant Message | ||
"jA" | |||
"jI" | Get Member Profile | ||
"jR" | Edit Your Profile | ||
"jS" | |||
"jU" | Delete Profile Information? | ||
"jV" | Update Profile | ||
"jW" | View Own Profile | ||
"jd" | Delete Profile | ||
"jm" | Delete Profile | ||
"je" | Edit Your Profile | ||
"jf" | Update Profile | ||
"ji" | Get Member Profile | ||
"jl" | Delete Profile Information? | ||
"jv" | 32-366 | "OK" button | |
"jw" | View Own Profile | ||
"jx" | 32-369 | "OK" button | |
"jy" | 32-370 | "OK" button | |
"k$" | Message Box - "Internal error." | ||
"k1" | Message Box - "This area of America Online is no longer available." | ||
"k?" | AOL Quick Checkout Help | ||
"kA" | Add/Edit Your Address Book | ||
"kE" | Shipping Information | ||
"kJ" | 41-38860 | "Next" button | |
"kP" | kE | "Cancel" button | |
"ka" | Add/Edit Your Credit Cards | ||
"lR" | Message Box - "This area of America Online is no longer available." | ||
"m0" | Flash Mail? | ||
"m1" | Ask the Staff | ||
"m2" | Keep Mail as New/Delete Mail? | ||
"m7" | Flash Mail? | ||
"mA" | Message Box - "This area of America Online is no longer available." | ||
"mB" | Message Box - "An internal error has occurred. Please try again later." | ||
"mC" | Message Box - "This area of America Online is no longer available." | ||
"mD" | Download File from Library | ||
"mE" | Message Box - "This area of America Online is no longer available." | ||
"mF" | Get File Destriptiony | ||
"mG" | Message Box - "This area of America Online is no longer available." | ||
"mH" | Message Box - "This area of America Online is no longer available." | ||
"mM" | File Not Found | ||
"mP" | Message Box - "This area of America Online is no longer available." | ||
"mR" | Get File Destriptiony | ||
"mU" | Message Box - "This area of America Online is no longer available." | ||
"mV" | 32-57, 32-58 | "Cancel" button | |
"mX" | Message Box - "This area of America Online is no longer available." | ||
"mY" | Get File Destriptiony | ||
"ma" | No longer functioning board functions | ||
"mb" | No longer functioning board functions | ||
"mc" | No longer functioning board functions | ||
"md" | No longer functioning board functions | ||
"me" | No longer functioning board functions | ||
"mf" | No longer functioning board functions | ||
"mg" | No longer functioning board functions | ||
"mh" | No longer functioning board functions | ||
"mi" | No longer functioning board functions | ||
"mj" | No longer functioning board functions | ||
"mk" | No longer functioning board functions | ||
"ml" | No longer functioning board functions | ||
"mm" | No longer functioning board functions | ||
"mn" | No longer functioning board functions | ||
"mo" | No longer functioning board functions | ||
"mp" | No longer functioning board functions | ||
"mq" | Download Later | ||
"n1" | 41-51070 | "Continue" on the create screen name form | |
"n2" | 41-51082 | "Continue" on designate master screen name form | |
"n3" | 1 | 41-51076 | "Accept Settings" button |
"n3" | 2 | 41-51076 | "Customize Settings" button |
"n4" | 41-49300 | "Create a Screen Name" button before Step 1 | |
"n5" | 41-51086 | "Continue" with delete screen name process | |
"nP" | 32-272 | "Set Password" on set password form | |
"nZ" | "Cancel" on any of the screen name functions | ||
"n[" | 41-53188 | "Continue" | |
"ng" | "Cancel" on any screen name process functions | ||
"nx" | 1 | 32-384 | "Create a Screen Name" button at keyword: Names |
"nx" | 2 | 32-384 | "Delete a Screen Name" button at keyword: Names |
"nx" | 3 | 32-384 | "Restore a Screen Name" button at keyword: Names |
"ny" | 41-51075 | "Recover" a screen name | |
"oI" | Message Box - "This area of America Online is no longer available." | ||
"oR" | Message Box - "That message is no longer available." | ||
"oS" | Message Box - "That message is no longer available." | ||
"oS" | Mail Status | ||
"oU" | Unsend Mail | ||
"oW" | Message Box - "An internal error has occurred. Please try again later." | ||
"or" | Message Box - "An internal error has occurred. Please try again later." | ||
"p%" | Mail Warn Preference | ||
"p2" | We're sorry, Mail is unavailable. Please try again later. | ||
"p3" | We're sorry, Mail is unavailable. Please try again later. | ||
"p4" | We're sorry, Mail is unavailable. Please try again later. | ||
"p6" | Popup preferences | ||
"p7" | OK on p6 | ||
"p8" | We're sorry, Mail is unavailable. Please try again later. | ||
"pE" | 20 | Sign Offline w/o Exiting AOL | |
"pE" | 21 | Sign Offline w/ Exiting AOL | |
"pL" | Message Box - "You do not have access to this area." | ||
"pO" | Message Box - "Form not defined." | ||
"pP" | Message Box - "Form not defined." | ||
"pU" | Message Box - "This area of America Online is no longer available." | ||
"p^" | OK on p% | ||
"pa" | 32-199 | "Add to Portfolio" button | |
"pd" | 32-210 | "Remove from Portfolio" | |
"pe" | Add stock to portfolio | ||
"pf" | Portfolio Summary | ||
"pg" | Message Box - "Internal error - please close and redisplay the window." | ||
"ph" | Message Box - "Your portfolio has nothing in it." | ||
"pk" | 2 | 32-208 | "Details" |
"pk" | Get Quote | ||
"pl" | Get Stock Information | ||
"pp" | pa | "OK" button | |
"pq" | 32-199 | "Get Guote" button | |
"ps" | 0 | 32-200 | "Seach by Symbol" button |
"ps" | 1 | 32-200 | "Seach by Company" button |
"pw" | Get Stock Information | ||
"px" | 2 | 32-208 | "Remove" button |
"qa" | 44-7763 | "Next" button | |
"qe" | 12 | 44-7650 | Remove item from Portfolio |
"qk" | 1024 | 44-31996 | Download Portfolio |
"ql" | Download Portfolio OK | ||
"qs" | 44-31996 | "Details" button | |
"r@" | Message Box - "You do not have access to this feature." | ||
"rA" | Message Box - "This area of America Online is no longer available." | ||
"rD" | Exit Chat Area | ||
"rF" | Message Box - "This area of America Online is no longer available." | ||
"rG" | Message Box - "This area of America Online is no longer available." | ||
"rS" | Message Box - "This area of America Online is no longer available." | ||
"rU" | Message Box - "This area of America Online is no longer available." | ||
"rV" | Message Box - "This area of America Online is no longer available." | ||
"rX" | Message Box - "This area of America Online is no longer available." | ||
"rY" | Message Box - "This area of America Online is no longer available." | ||
"rZ" | Message Box - "This area of America Online is no longer available." | ||
"rh" | AOL Rewards account history | ||
"rt" | Message Box - " Sorry, but this AOL Rewards area is not available right now. Please try again later." | ||
"s2" | Sorry, but you do not have access to this file/library | ||
"s3" | Sorry, but you do not have access to this file/library | ||
"s4" | Sorry, but you do not have access to this file/library | ||
"s5" | Sorry, but you do not have access to this file/library | ||
"s6" | Sorry, but you do not have access to this file/library | ||
"s7" | Sorry, but you do not have access to this file/library | ||
"s8" | Sorry, but you do not have access to this file/library | ||
"s9" | Sorry, but you do not have access to this file/library | ||
"sa" | Sorry, but you do not have access to this file/library | ||
"sb" | Sorry, but you do not have access to this file/library | ||
"sd" | Sorry, but you do not have access to this file/library | ||
"sf" | Sorry, but you do not have access to this file/library | ||
"sh" | Sorry, but you do not have access to this file/library | ||
"sj" | Sorry, but you do not have access to this file/library | ||
"sk" | Message Box - "This area of America Online is no longer available." | ||
"sl" | Sorry, but you do not have access to this file/library | ||
"sm" | Sorry, but you do not have access to this file/library | ||
"sn" | Sorry, but you do not have access to this file/library | ||
"so" | Message Box - "Add/Update Cancelled" | ||
"ss" | Sorry, but you do not have access to this file/library | ||
"t1" | Article Request | ||
"tF" | Message Box - "This area of America Online is no longer available." | ||
"tO" | Message Box - "This area of America Online is no longer available." | ||
"tv" | Message Box - "Symbol Not Found" | ||
"tx" | Message Box - "Highlight a line of data in the list and try again." | ||
"ty" | Message Box - "Symbol Not Found" | ||
"uD" | Message Box - "This area of America Online is no longer available." | ||
"uF" | Message Box - "This area of America Online is no longer available." | ||
"uI" | Message Box - "This area of America Online is no longer available." | ||
"uP" | Message Box - "This area of America Online is no longer available." | ||
"uU" | Message Box - "This area of America Online is no longer available." | ||
"ua" | "ud" | "Continue" button | |
"ub" | Choose a number in your area | ||
"uc" | "ub" | "Select" button | |
"ud" | Choose Access Numerb in your Area | ||
"ue" | "ub" | "Same as First Choice" button | |
"uf" | "uc" | "Continue" button | |
"ug" | Cancel select area code - sign offline | ||
"uh" | "ud" | "Previous screen" button | |
"ui" | "uc" | Message Box - "Creation of Favorite Places has been disabled" | |
"ul" | Message Box - "Invalid resource identifier" | ||
"up" | Choose a number in your area | ||
"ur" | Visit address | ||
"vD" | Start File Transfer | ||
"vn" | Message Box - "This area of America Online is no longer available." | ||
"za" | 2 | "Send" on zb | |
"zb" | 0 | Send a pager | |
"zb" | 1 | "zb" 2 | "Address Book" |
"ze" | Message Box - "Paging Address book area is unavailable at this time. Please try again later." | ||
"zf" | Message Box - "Paging Addressbook is unavailable now." | ||
"zh" | Message Box - "Paging Address book area is unavailable at this time. Please try again later." | ||
"zi" | Message Box - "Paging Address book area is unavailable at this time. Please try again later." |
Imported
("Q'", 'transfer symbol', 'quote_mp', None, None, None), ("!2", 'Signs you offline with message, "Invalid Direct Debit Authorization PIN"', None, None, None, None), ("!?", 'Message Box - "Internal Error"', None, None, None, None), ("!A", '"Cancel" button', None, None, 12, '41-47079/!E 1'), ("!A", '"Program Details" button', None, None, 11, '41-47442'), ("!A", 'Rferrell2nd', 'soaf_en', None, None, None), ("!B", '"Back" button', None, None, 2, '41-47442'), ("!B", '"Back" button', None, None, None, '41-47084'), ("!B", 'Rferrell2nd', 'soaf_en', None, None, None), ("!C", 'Message Box - "You do not have access to this function."', None, None, None, None), ("!D", 'Message Box - "Promotion create canceled"', None, None, None, None), ("!E", 'E-Mail Change Of Address In 3 Easy Steps', None, None, 1, '41-47079'), ("!E", 'Rferrell2nd', 'soaf_en', None, None, None), ("!M", 'Message Box - "Feature not supported"', None, None, None, None), ("!N", 'All "Next" buttons on the series of forms that begin with !E 1', None, None, None, '41-47079'), ("!N", 'Rferrell2nd', 'soaf_en', None, None, None), ("!P", 'Message Box - "Feature not supported"', None, None, None, None), ("!T", 'Message Box - "Internal Error"', None, None, None, None), ("!U", 'Message Box - "Feature not supported"', None, None, None, None), ("!V", 'Message Box - "You do not have access to this function."', None, None, None, None), ("!W", 'Message Box - "Use CANCEL to get last screen"', None, None, None, None), ("!Z", 'Sign Off. Message - "Internal Error #4213 - notify customer service"', None, None, None, None), ("!c", 'Message Box - "Sign Up Friend Canceled"', None, None, None, None), ("!d", '"Send | Click Here" button on the third of three forms beginning with !E 1', None, None, None, '41-47084'), ("!d", 'Rferrell2nd', 'soaf_en', None, None, None), ("!f", 'process main menu merch', 'order_inq', None, None, None), ("!g", 'Sign Off. Message - "Internal Error #4213 - notify customer service"', None, None, None, None), ("!g", 'process main menu', 'order_inq', None, None, None), ("!h", 'process screen', 'order_inq', None, None, None), ("!i", 'Message Box - "Thank You For Using Order Inquiry"', None, None, None, None), ("!i", 'cancel request', 'order_inq', None, None, None), ("!j", 'Sign Off. Message - "Internal Error #4213 - notify customer service"', None, None, None, None), ("!j", 'display_order_detail', 'order_inq', None, None, None), ("!l", 'Message Box - "Internal Error"', None, None, None, None), ("!n", 'Message Box - "Internal Error"', None, None, None, None), ("!n", 'displayßnext_detail', 'order_inq', None, None, None), ("!o", 'Message Box - "Internal Error"', None, None, None, None), ("!o", 'display_product_options', 'order_inq', None, None, None), ("!p", 'Message Box - "Internal Error"', None, None, None, None), ("!p", 'displayßprevious_detail', 'order_inq', None, None, None), ("!s", 'Message Box - "The status of your friend\'s pack can be reviewed 24 hrs ' 'after order is placed."', None, None, None, None), ("!u", 'Message Box - "Internal Error"', None, None, None, None), ("!w", 'Sign Off. Message - "Internal Error #4213 - notify customer service"', None, None, None, None), ("!w", 'display_previous_screen', 'order_inq', None, None, None), ("#C", 'Reset a2k_search_new domain', 'a2k_search_new', None, None, None), ("#C", 'sketchpad command w/ escape', 'sketchpad', ['M2'], None, None), ("#E", 'Message Box - "That database is currently unavailable."', None, None, None, None), ("#E", 'Enter a2k Database', 'a2k_search_new', None, None, None), ("#M", 'Message Box - "That database is currently unavailable."', None, None, None, None), ("#M", 'More a2k Database Results', 'a2k_search_new', None, None, None), ("#P", '"Select Plan" button', None, None, None, '40-50957'), ("#P", 'Submit price plan change', 'autorep', None, None, None), ("#S", 'Search a2k Database', 'a2k_search_new', None, None, None), ("#T", 'Message Box - "That database is currently unavailable."', None, None, None, None), ("#T", 'trip curtain AOL2000 search', 'a2k_search_new', None, None, None), ("#c", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("#c", 'sketchpad command w/o escape', 'Obsolete', None, None, None), ("#c", 'sketchpad command w/o escape', 'sketchpad', ['M2'], None, None), ("$#", 'not defined', 'clerk2', None, None, None), ("$$", 'process_acct_cc_option', 'clerk2', None, None, None), ("$%", 'not defined', 'clerk2', None, None, None), ("$&", 'Auto Tour Entry Point', 'clerk2', None, None, None), ("$+", 'not defined', 'clerk2', None, None, None), ("$>", 'Mult Scr Nms for E-Greet', 'clerk2', None, None, None), ("$?", '"?" button on $W', None, None, None, '40-6490'), ("$?", 'display_help', 'clerk2', None, None, None), ("$A", 'Add product to shopping cart', 'clerk', None, None, None), ("$A", 'Add product to shopping cart', 'clerk', ['NU'], None, None), ("$B", '"Continue" button on Credit Card Information form', None, None, None, '32-320'), ("$B", 'Request billing information', 'clerk', None, None, None), ("$B", 'Request billing information', 'clerk', [], None, None), ("$C", 'Begin checkout process', 'clerk', None, None, None), ("$C", 'Begin checkout process', 'clerk', [], None, None), ("$D", 'Delete product from cart', 'clerk', None, None, None), ("$D", 'Delete product from cart', 'clerk', [], None, None), ("$E", '"Continue" button on $W', None, None, None, '40-6490'), ("$E", 'modify_cart_entry', 'clerk2', None, None, None), ("$E", 'modify_cart_entry', 'clerk2', [], None, None), ("$F", '"Use Credit Card" button on Your Choice Of Billing Method form', None, None, 8, '32-318'), ("$F", 'Request clerk form w/pop', 'clerk', None, None, None), ("$F", 'Request clerk form w/pop', 'clerk', [], None, None), ("$G", 'get_product(ext id appd to ft 1)', 'clerk2', None, None, None), ("$G", 'get_product(ext id appd to ft 1)', 'clerk2', ['NU'], None, None), ("$I", 'Show store information', 'clerk', None, None, None), ("$I", 'Show store information', 'clerk', [], None, None), ("$J", 'process_text_20_option', 'clerk2', None, None, None), ("$K", 'process_text_160_option', 'clerk2', None, None, None), ("$L", 'List items in shopping cart', 'clerk', None, None, None), ("$L", 'List items in shopping cart', 'clerk', ['NU'], None, None), ("$M", '"Continue" button on Shipping Information form', None, None, None, '32-317'), ("$M", 'Get billing method', 'clerk', None, None, None), ("$M", 'Get billing method', 'clerk', [], None, None), ("$N", 'empty_cart', 'clerk2', None, None, None), ("$O", 'process_refresh', 'clerk2', None, None, None), ("$P", 'Show product desc', 'clerk', None, None, None), ("$P", 'Show product desc', 'clerk', ['NU'], None, None), ("$Q", '"Continue" button on the form that "Modify Option" takes you to', None, None, None, '40-6485'), ("$Q", 'process quantity', 'clerk2', None, None, None), ("$Q", 'process quantity', 'clerk2', [], None, None), ("$R", 'retrieve_product(int_id=hard_cod', 'clerk2', None, None, None), ("$R", 'retrieve_product(int_id=hard_cod', 'clerk2', ['NU'], None, None), ("$S", '"Continue" on Your Shopping Cart screen', None, None, None, '32-316'), ("$S", 'Request shipping information', 'clerk', None, None, None), ("$S", 'Request shipping information', 'clerk', [], None, None), ("$T", 'process_ship_choice', 'clerk2', None, None, None), ("$U", '"Previous Screen" button on $i', None, None, None, '40-5910'), ("$U", 'display_previous_screen', 'clerk2', None, None, None), ("$V", '"Review/Delete Item" button on your shopping cart form', None, None, None, '32-316'), ("$V", 'View product from cart', 'clerk', None, None, None), ("$V", 'View product from cart', 'clerk', [], None, None), ("$W", 'Shopping Direct form. Must go to $G to gain access to this form', None, None, None, '40-6490'), ("$W", 'enter promotional area', 'clerk_special', ['NU'], None, None), ("$W", 'fast chkout1', 'clerk2', None, None, None), ("$X", '"Back to Shopping" button on $i', None, None, None, '40-5910'), ("$X", 'fast chkout2', 'clerk2', None, None, None), ("$X", 'specify machine type', 'clerk_special', [], None, None), ("$Y", 'not yet decided', 'clerk2', None, None, None), ("$Y", 'specify product choice', 'clerk_special', [], None, None), ("$Z", 'not yet decided', 'clerk2', None, None, None), ("$Z", 'provide shipping info', 'clerk_special', [], None, None), ("$[", 'auto tour no HL', 'clerk2', None, None, None), ("$]", 'auto tour w. HL', 'clerk2', None, None, None), ("$a", 'add_store', 'clerk2', None, None, None), ("$a", 'add_store', 'clerk2', [], None, None), ("$b", '"Bill to My Account" on Your Choice Of Billing Method form', None, None, None, '32-318'), ("$b", 'Process internal billing info', 'clerk', None, None, None), ("$b", 'Process internal billing info', 'clerk', [], None, None), ("$c", '"Review Cart" button on $i', None, None, None, '40-5910'), ("$c", 'display_cart', 'clerk2', None, None, None), ("$c", 'display_cart', 'clerk2', [], None, None), ("$d", 'Delete product from cart', 'clerk', None, None, None), ("$d", 'Delete product from cart', 'clerk', [], None, None), ("$e", '"Remove Item From Cart" on $W', None, None, None, '40-6490'), ("$e", 'delete_entry_from_cart', 'clerk2', None, None, None), ("$e", 'delete_entry_from_cart', 'clerk2', [], None, None), ("$f", 'Request clerk form', 'clerk', None, None, None), ("$f", 'Request clerk form', 'clerk', [], None, None), ("$g", 'request_id', 'store_manager', None, None, None), ("$g", 'request_store_id(ext_id)', 'clerk2', ['NU'], None, None), ("$h", 'process_screen', 'store_manager', None, None, None), ("$h", 'process_store_id(ext_id)', 'clerk2', [], None, None), ("$i", '"AOL Shop - Credit Card information', None, None, None, '40-6490'), ("$i", 'process_internal_bill', 'clerk2', None, None, None), ("$i", 'process_internal_bill', 'clerk2', [], None, None), ("$j", '"Previous Screen" button on the form that "Modify Option" takes you to', None, None, None, '40-6485'), ("$j", 'return_to_product_summary', 'clerk2', None, None, None), ("$j", 'return_to_product_summary', 'clerk2', [], None, None), ("$k", 'process_checkout', 'clerk2', None, None, None), ("$k", 'process_checkout', 'clerk2', [], None, None), ("$l", 'process_list_option', 'clerk2', None, None, None), ("$l", 'process_list_option', 'clerk2', [], None, None), ("$m", 'modify_store', 'clerk2', None, None, None), ("$m", 'modify_store', 'clerk2', [], None, None), ("$n", 'remove_from_cart_screen', 'clerk2', None, None, None), ("$n", 'remove_from_cart_screen', 'clerk2', [], None, None), ("$o", '"Modify Option" button on $W', None, None, None, '40-6490'), ("$o", 'display_product_option', 'clerk2', None, None, None), ("$o", 'display_product_option', 'clerk2', [], None, None), ("$p", 'display_product_summary', 'clerk2', None, None, None), ("$p", 'display_product_summary', 'clerk2', [], None, None), ("$q", 'process_text_14_option', 'clerk2', None, None, None), ("$r", 'process_radio_option', 'clerk2', None, None, None), ("$r", 'process_radio_option', 'clerk2', [], None, None), ("$s", 'display_about_this_store', 'clerk2', None, None, None), ("$s", 'display_about_this_store', 'clerk2', [], None, None), ("$t", 'process_text_option', 'clerk2', None, None, None), ("$t", 'process_text_option', 'clerk2', [], None, None), ("$u", 'copy from_bill_to', 'clerk2', None, None, None), ("$u", 'copy from_bill_to', 'clerk2', [], None, None), ("$v", '"Continue" button on Shipping Information form', None, None, None, '40-5911'), ("$v", 'process_ship_to', 'clerk2', None, None, None), ("$v", 'process_ship_to', 'clerk2', [], None, None), ("$w", 'delete_store', 'clerk2', [], None, None), ("$w", 'display_previous_screen', 'store_manager', None, None, None), ("$x", 'request_cc_info', 'clerk2', None, None, None), ("$x", 'request_cc_info', 'clerk2', [], None, None), ("$y", '"Continue" button on $i', None, None, None, '40-5910'), ("$y", 'process_cc_info', 'clerk2', None, None, None), ("$y", 'process_cc_info', 'clerk2', [], None, None), ("$z", '"Continue" button on Credit Card Address form', None, None, None, '40-5911'), ("$z", 'process_bill_to', 'clerk2', None, None, None), ("$z", 'process_bill_to', 'clerk2', [], None, None), ("%*", 'bb_ip_search tokens', 'bb_ip_search', [], None, None), ("%0", 'Update pending price plan', 'cris_jp', None, None, None), ("%1", 'Select account', 'cris_jp', None, None, None), ("%6", 'number of dups', 'cris_jp', None, None, None), ("%E", 'Select sw order', 'cris_jp', None, None, None), ("%F", '"Add Product" button', None, None, 6, '32-337'), ("%G", 'Update CC database info', 'cris_jp', None, None, None), ("%H", 'Select history from list', 'cris_jp', None, None, None), ("%J", 'Deny credit', 'cris_jp', None, None, None), ("%K", 'Write credit', 'cris_jp', None, None, None), ("%L", 'Japenese cris generic function', 'cris_jp', None, None, None), ("%a", 'Update name address', 'cris_jp', None, None, None), ("%b", 'Display detail bill', 'cris_jp', None, None, None), ("%c", 'Select credit', 'cris_jp', None, None, None), ("%e", 'search sor sw order', 'cris_jp', None, None, None), ("%g", 'Display CC database info', 'cris_jp', None, None, None), ("%h", 'Select history from list', 'cris_jp', None, None, None), ("%j", 'Online status', 'cris_jp', None, None, None), ("%k", 'cris_jp price plan change', 'cris_jp', None, None, None), ("%s", '"Search" button', None, None, None, '32-341'), ("%w", '"OK" button n Create a New Store form', None, None, None, '32-338'), ("&0", 'Submit Pending Price Plan', 'cris2', None, None, None), ("&1", 'display acct page 1', 'cris2', None, None, None), ("&1", 'display acct page 1', 'cris2', [], None, None), ("&2", 'display acct page 2', 'cris2', None, None, None), ("&2", 'display acct page 2', 'cris2', [], None, None), ("&3", 'display acct page 3', 'cris2', None, None, None), ("&3", 'display acct page 3', 'cris2', [], None, None), ("&4", 'select credit reason', 'cris2', None, None, None), ("&4", 'select credit reason', 'cris2', [], None, None), ("&5", 'select credit type', 'cris2', None, None, None), ("&5", 'select credit type', 'cris2', [], None, None), ("&6", 'Set number CC/DD dups', 'cris2', None, None, None), ("&7", 'accept registration promo code', 'cris2', None, None, None), ("&8", 'Accept cris account reg info', 'cris2', None, None, None), ("&9", 'Disp prem sucbscr details', 'cris2', None, None, None), ("&A", 'Message Box - "You do not have access to this function."', None, None, None, None), ("&A", 'Select wallet from list', 'cris2', None, None, None), ("&B", 'print detail bill', 'cris2', None, None, None), ("&B", 'print detail bill', 'cris2', [], None, None), ("&C", 'Message Box - "Internal error - message logged."', None, None, None, None), ("&C", 'add credit', 'cris2', None, None, None), ("&C", 'add credit', 'cris2', [], None, None), ("&D", 'Manage Direct Debit Database', 'cris2', None, None, None), ("&E", 'write new credit', 'cris2', None, None, None), ("&E", 'write new credit', 'cris2', [], None, None), ("&F", 'send form with pop', 'cris2', None, None, None), ("&F", 'send form with pop', 'cris2', [], None, None), ("&G", 'update cc info', 'cris2', None, None, None), ("&G", 'update cc info', 'cris2', [], None, None), ("&H", 'add history', 'cris2', None, None, None), ("&H", 'add history', 'cris2', [], None, None), ("&I", 'Maintain Direct Debit DataBase', 'cris2', None, None, None), ("&J", 'Deny credit', 'cris2', None, None, None), ("&K", 'write new credit', 'cris2', None, None, None), ("&K", 'write new credit', 'cris2', [], None, None), ("&L", 'select acct from list', 'cris2', None, None, None), ("&L", 'select acct from list', 'cris2', [], None, None), ("&M", 'load menu selection', 'cris2', None, None, None), ("&M", 'load menu selection', 'cris2', [], None, None), ("&N", 'write sw order', 'cris2', None, None, None), ("&N", 'write sw order', 'cris2', [], None, None), ("&O", 'modify securid', 'cris2', None, None, None), ("&P", 'update payment info', 'cris2', None, None, None), ("&P", 'update payment info', 'cris2', [], None, None), ("&Q", 'disallow dups', 'cris2', None, None, None), ("&R", 'Add to hotlist', 'cris2', None, None, None), ("&S", 'search for account', 'cris2', None, None, None), ("&S", 'search for account', 'cris2', [], None, None), ("&T", 'generate certificate', 'cris2', None, None, None), ("&T", 'generate certificate', 'cris2', [], None, None), ("&U", 'update certificate', 'cris2', None, None, None), ("&U", 'update certificate', 'cris2', [], None, None), ("&V", 'update vp info', 'cris2', None, None, None), ("&W", 'submit member_validation', 'cris2', None, None, None), ("&X", 'Remove from hot-list', 'cris2', None, None, None), ("&Y", 'reset_block_login', 'cris2', None, None, None), ("&a", 'update address', 'cris2', None, None, None), ("&a", 'update address', 'cris2', [], None, None), ("&b", 'display detail bill', 'cris2', None, None, None), ("&b", 'display detail bill', 'cris2', [], None, None), ("&c", 'display credit', 'cris2', None, None, None), ("&c", 'display credit', 'cris2', [], None, None), ("&d", 'display payment info', 'cris2', None, None, None), ("&d", 'display payment info', 'cris2', [], None, None), ("&e", 'select credit reason', 'cris2', None, None, None), ("&e", 'select credit reason', 'cris2', [], None, None), ("&f", 'Message Box - "Internal error (context)"', None, None, None, None), ("&f", 'send form', 'cris2', None, None, None), ("&f", 'send form', 'cris2', [], None, None), ("&g", 'display cc info', 'cris2', None, None, None), ("&g", 'display cc info', 'cris2', [], None, None), ("&h", 'display history', 'cris2', None, None, None), ("&h", 'display history', 'cris2', [], None, None), ("&i", 'Update sec. billing contact', 'cris2', None, None, None), ("&j", 'display online status', 'cris2', None, None, None), ("&j", 'display online status', 'cris2', [], None, None), ("&k", 'Display Price Plan Description', 'cris2', None, None, None), ("&k", 'select reason for new credit', 'cris2', [], None, None), ("&l", 'Update address from credit card', 'cris2', None, None, None), ("&m", 'display menu', 'cris2', None, None, None), ("&m", 'display menu', 'cris2', [], None, None), ("&n", 'select sw order type', 'cris2', None, None, None), ("&n", 'select sw order type', 'cris2', ['NU'], None, None), ("&o", 'display order', 'cris2', None, None, None), ("&o", 'update_check_auth_status', 'cris2', [], None, None), ("&p", 'load pay list selection', 'cris2', None, None, None), ("&p", 'load pay list selection', 'cris2', [], None, None), ("&q", 'update comment', 'cris2', None, None, None), ("&q", 'update comment', 'cris2', [], None, None), ("&r", 'write resubmit', 'cris2', None, None, None), ("&r", 'write resubmit', 'cris2', [], None, None), ("&s", 'Select credit reason', 'cris2', None, None, None), ("&t", 'display certificate', 'cris2', None, None, None), ("&t", 'display certificate', 'cris2', [], None, None), ("&u", 'update passwords', 'cris2', None, None, None), ("&u", 'update passwords', 'cris2', [], None, None), ("&v", 'update privileged', 'cris2', None, None, None), ("&v", 'update privileged', 'cris2', [], None, None), ("&w", 'update acct status', 'cris2', None, None, None), ("&w", 'update acct status', 'cris2', [], None, None), ("&x", 'make internal', 'cris2', None, None, None), ("&x", 'make internal', 'cris2', [], None, None), ("&y", 'make overhead', 'cris2', None, None, None), ("&y", 'make overhead', 'cris2', [], None, None), ("&z", 'bump acct', 'cris2', None, None, None), ("&z", 'bump acct', 'cris2', [], None, None), ("(e", 'Games MOO 01 input', 'moo_games_01', None, None, None), ("(f", 'Games MOO 01 entry', 'moo_games_01', None, None, None), ("(g", 'Games MOO 02 input', 'moo_games_02', None, None, None), ("(h", 'Games MOO 02 entry', 'moo_games_02', None, None, None), ("(i", 'Games MOO 03 input', 'moo_games_03', None, None, None), ("(j", 'Games MOO 03 entry', 'moo_games_03', None, None, None), ("**", 'P3 Release - Not used any longer', None, None, None, None), ("*A", '"You do not have access to this file/library"', None, None, None, None), ("*A", 'List files to edit with sort', 'soft_box', None, None, None), ("*B", 'List Files with sort', 'soft_box', None, None, None), ("*B", 'Sort Order of Files', None, None, None, None), ("*C", 'Move File', None, None, None, None), ("*C", 'Start software move process', 'soft_box', None, None, None), ("*C", 'Start software move process', 'soft_box', [], None, None), ("*D", '"You do not have access to this file/library"', None, None, None, None), ("*D", 'Delete software', 'soft_box', None, None, None), ("*D", 'Delete software', 'soft_box', [], None, None), ("*E", '"You do not have access to this file/library"', None, None, None, None), ("*E", 'Edit File', None, None, None, None), ("*E", 'Get software desc for editting', 'soft_read', [], None, None), ("*E", 'edit software library', 'soft_box', None, None, None), ("*F", 'show filename form', 'soft_read', None, None, None), ("*H", 'Hide File', None, None, None, None), ("*H", 'Hide software', 'soft_box', None, None, None), ("*H", 'Hide software', 'soft_box', [], None, None), ("*I", '"File not found."', None, None, None, None), ("*L", '"You do not have access to this file/library"', None, None, None, None), ("*L", 'List Hidden Files with sort', 'soft_box', None, None, None), ("*M", 'Modify File Description', None, None, None, None), ("*M", 'Setup for soft desc modify', 'soft_edit', None, None, None), ("*M", 'Setup for soft desc modify', 'soft_read', None, None, None), ("*M", 'Setup for soft desc modify', 'soft_read', [], None, None), ("*R", 'Release File', None, None, None, None), ("*R", 'Release software', 'soft_box', None, None, None), ("*R", 'Release software', 'soft_box', [], None, None), ("*T", 'Message Box - "This area of America Online is no longer available"', None, None, None, None), ("*T", 'Soft desc modify - text packets', 'Obsolete', None, None, None), ("*T", 'Soft desc modify - text packets', 'Obsolete', [], None, None), ("*X", '"File not found."', None, None, None, None), ("*X", 'Move software', 'soft_box', None, None, None), ("*X", 'Move software', 'soft_box', [], None, None), ("*a", 'Edit All Files In Library', None, None, None, None), ("*a", 'show all files', 'soft_box', None, None, None), ("*c", 'ok to change filename', 'soft_read', None, None, None), ("*d", 'Delete File', None, None, None, None), ("*d", 'Start software delete process', 'soft_box', None, None, None), ("*d", 'Start software delete process', 'soft_box', [], None, None), ("*e", '"You do not have access to this file/library"', None, None, None, None), ("*e", 'release range of files', 'soft_box', None, None, None), ("*f", '"You do not have access to this file/library"', None, None, None, None), ("*f", 'hide range of files', 'soft_box', None, None, None), ("*g", '"You do not have access to this file/library"', None, None, None, None), ("*g", 'delete range of files', 'soft_box', None, None, None), ("*h", 'Edit Hidden Files', None, None, None, None), ("*h", 'show hidden files', 'soft_box', None, None, None), ("*i", 'token for free curtain (url)', 'soft_read', None, None, None), ("*k", 'Special token for free curtain', 'soft_box', None, None, None), ("*l", 'Edit Deleted Files', None, None, None, None), ("*l", 'show deleted tokens', 'soft_box', None, None, None), ("*m", 'Edit Description', None, None, None, None), ("*m", 'manage file', 'soft_edit', None, None, None), ("*m", 'manage file', 'soft_read', None, None, None), ("*n", 'manage range', 'soft_box', None, None, None), ("*p", '"File not found."', None, None, None, None), ("*p", 'more files for edit list', 'soft_box', None, None, None), ("*r", 'Edit Released Files', None, None, None, None), ("*r", 'show released files', 'soft_box', None, None, None), ("*t", 'retrieve desc. for edit by lang', 'soft_read', None, None, None), ("*x", '"File not found."', None, None, None, None), ("*x", 'move and release', 'soft_box', None, None, None), ("*x", 'move and release', 'soft_box', [], None, None), (".0", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".1", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".a", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".b", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".c", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".d", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), (".e ...", 'Signs you offline with message, "Your connection to AOL has been lost. ' 'Please sign on again."', None, None, None, None), ("0*", 'route to AA good thru 3/31', 'gateway', None, None, None), ("0*", 'route to AA good thru 3/31', 'gateway', [], None, None), ("0_" (All 0 Tokens)', 'Message Box - "Gateway host has already been disconnected."', None, None, None, None), ("1X", 'Message Box - "Internal data error"', None, None, None, None), ("1X", 'token arg', 'adticker', None, None, None), ("1Y", 'Message Box - "Internal data error"', None, None, None, None), ("1Y", 'send', 'adticker', None, None, None), ("2C", 'Reset a2k_search Domain', 'a2k_search_ext', None, None, None), ("2E", 'Enter AOL2000 Database', 'sos_switch', None, None, None), ("2E", 'Message Box - "INTERNAL ERROR"', None, None, None, None), ("2M", 'Message Box - "That database is currently unavailable"', None, None, None, None), ("2M", 'More AOL2000 Database Results', 'a2k_search_ext', None, None, None), ("2S", 'Search AOL2000 Database', 'a2k_search_ext', None, None, None), ("2T", 'Message Box - "That database is currently unavailable"', None, None, None, None), ("2T", 'trip curtain AOL2000 search', 'a2k_search_ext', None, None, None), ("2a", 'Message Box - "That database is currently unavailable. Please try again ' 'later."', None, None, None, None), ("2a", 'enter-database', 'search', None, None, None), ("2b", 'Message Box - "Internal error - please try again later."', None, None, None, None), ("2b", 'initial search', 'search', None, None, None), ("2c", 'reset a2k_search domain', 'a2k_search', None, None, None), ("2c", 'reset a2k_search domain', 'a2k_search', [], None, None), ("2d", '"Pardon the delay, this feature is temporarily closed for maintenance or ' 'improvements. Please try again later."', None, None, None, None), ("2d", 'TEST - User confirms delete prof', 'a2k_members', ['NU'], None, None), ("2d", 'TEST - User confirms delete prof', 'mdir_update', None, None, None), ("2e", 'Message Box - "INTERNAL ERROR"', None, None, None, None), ("2e", 'enter AOL2000 database', 'a2k_search', ['NU'], None, None), ("2e", 'enter AOL2000 database', 'sos_switch', None, None, None), ("2f", 'Message Box - "Internal error - please try again later."', None, None, None, None), ("2f", 'more processing', 'search', None, None, None), ("2g", 'reset domain', 'search', None, None, None), ("2h", 'Message Box - "That database is currently unavailable. Please try again ' 'later."', None, None, None, None), ("2h", 'mac enter-database', 'search', None, None, None), ("2i", 'Get member profile', None, None, None, None), ("2i", 'TEST - Display profile by name', 'a2k_retrieve', ['NU'], None, None), ("2i", 'TEST - Display profile by name', 'mdir_ret_migsw', None, None, None), ("2i", 'TEST - Display profile by name', 'mdir_retrieve', None, None, None), ("2k", 'mac enter-database', 'search', None, None, None), ("2l", 'Message Box - "Internal error - please try again later."', None, None, None, None), ("2l", 'close window', 'search', None, None, None), ("2m", 'more AOL2000 search results', 'a2k_search', None, None, None), ("2m", 'more AOL2000 search results', 'a2k_search', ['NU'], None, None), ("2n", 'URL free/pay curtain', 'search', None, None, None), ("2r", '"Pardon the delay, this feature is temporarily closed for maintenance or ' 'improvements. Please try again later."', None, None, None, None), ("2r", 'TEST - Update/Create Profile', 'a2k_members', ['NU'], None, None), ("2r", 'TEST - Update/Create Profile', 'mdir_update', None, None, None), ("2s", 'search AOL2000 database', 'a2k_search', None, None, None), ("2s", 'search AOL2000 database', 'a2k_search', ['NU'], None, None), ("2t", 'trip curtain AOL2000 search', 'a2k_search', None, None, None), ("2u", '"Pardon the delay, this feature is temporarily closed for maintenance or ' 'improvements. Please try again later."', None, None, None, None), ("2u", 'TEST - Users says delete profile', 'a2k_members', ['NU'], None, None), ("2u", 'TEST - Users says delete profile', 'mdir_update', None, None, None), ("2v", '"Pardon the delay, this feature is temporarily closed for maintenance or ' 'improvements. Please try again later."', None, None, None, None), ("2v", 'TEST - Update/Create prof data', 'a2k_members', ['NU'], None, None), ("2v", 'TEST - Update/Create prof data', 'mdir_update', None, None, None), ("2w", 'TEST - Display prof by #', 'a2k_retrieve', ['NU'], None, None), ("2w", 'TEST - Display prof by #', 'mdir_ret_migsw', None, None, None), ("2w", 'TEST - Display prof by #', 'mdir_retrieve', None, None, None), ("2w", 'View own Profile', None, None, None, None), ("3A", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3A", 'autotour edit', 'autotour_edit', None, None, None), ("3B", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3B", 'autotour edit', 'autotour_edit', None, None, None), ("3C", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3C", 'autotour edit', 'autotour_edit', None, None, None), ("3D", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3D", 'autotour edit', 'autotour_edit', None, None, None), ("3E", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3E", 'autotour edit', 'autotour_edit', None, None, None), ("3F", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3F", 'autotour edit', 'autotour_edit', None, None, None), ("3G", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3G", 'autotour edit', 'autotour_edit', None, None, None), ("3H", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3H", 'autotour edit', 'autotour_edit', None, None, None), ("3I", 'Message Box - "Sorry, that tour is not available."', None, None, None, None), ("3I", 'autotour run', 'autotour_run', None, None, None), ("3J", 'Message Box - "Invalid TOKEN_2 arg!"', None, None, None, None), ("3J", 'autotour run', 'autotour_run', None, None, None), ("3K", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3K", 'autotour run', 'autotour_run', None, None, None), ("3L", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3L", 'autotour run', 'autotour_run', None, None, None), ("3M", 'Message Box - "You do not have access to this function"', None, None, None, None), ("3M", 'autotour run', 'autotour_run', None, None, None), ("3N", 'Message Box - "Internal error"', None, None, None, None), ("3N", 'autotour chat', 'autotour_chat', None, None, None), ("3O", 'buddylist', 'buddy_list', None, None, None), ("3P", 'Buddy List Preferences', None, None, 1, '32-6118'), ("3P", 'Buddy List Privacy Preferences', None, None, 2, '32-6118'), ("3P", 'buddylist', 'buddy_list', None, None, None), ("3Q", 'Buddy List Group Name', None, None, 0, '32-6120'), ("3Q", 'Edit Group', None, None, 1, '32-6118'), ("3Q", 'buddylist', 'buddy_list', None, None, None), ("3R", 'Remove Buddy from Buddy List', None, None, 2, '32-6120'), ("3R", 'Remove Buddy from Ignore List', None, None, 3, '32-6531'), ("3R", 'buddylist', 'buddy_list', None, None, None), ("3S", 'Delete Group', None, None, 1, '32-6118'), ("3S", 'buddylist', 'buddy_list', None, None, None), ("3T", 'buddylist', 'buddy_list', None, None, None), ("3U", 'buddylist', 'buddy_list', None, None, None), ("3V", 'View Buddy List', None, None, 1, '32-6118'), ("3V", 'buddylist', 'buddy_list', None, None, None), ("3W", 'buddylist', 'buddy_list', None, None, None), ("3X", 'Buddy List Setup', None, None, 1, '32-7089'), ("3X", 'buddylist', 'buddy_list', None, None, None), ("3Y", 'Add Buddy to Buddy List', None, None, 4, '32-6118'), ("3Y", 'Add Buddy to Ignore List', None, None, 6, '32-6531'), ("3Y", 'Buddy Chat', None, None, 15, '32-7089'), ("3Y", 'Create Group', None, None, 0, '32-6118'), ("3Y", 'IM Buddy', None, None, 11, '32-7089'), ("3Y", 'Locate Buddy', None, None, 10, '32-7089'), ("3Y", 'Save Buddy List Preferences', None, None, 8, '32-6120'), ("3Y", 'Save Changes', None, None, 3, '32-6120'), ("3Y", 'Save Privacy Preferences', None, None, 7, '32-6531'), ("3Y", 'buddylist', 'buddy_list', None, None, None), ("3Z", 'buddylist', 'buddy_list', None, None, None), ("3c", 'Message Box - "Internal Error"', None, None, None, None), ("3c", 'autotour_chat_2 token/arg', 'autotour_chat_2', None, None, None), ("3d", 'Message Box - "Internal Error"', None, None, None, None), ("3d", 'autotour_chat_2 send input tok', 'autotour_chat_2', None, None, None), ("3e", 'Message Box - "Internal Error"', None, None, None, None), ("3e", 'autotour_chat_3 token/arg tok', 'autotour_chat_3', None, None, None), ("3f", 'Message Box - "Internal Error"', None, None, None, None), ("3f", 'autotour_chat_3 send-input token', 'autotour_chat_3', None, None, None), ("3g", 'Message Box - "Internal Error"', None, None, None, None), ("3g", 'autotour_chat_4 token/arg token', 'autotour_chat_4', None, None, None), ("3h", 'Message Box - "Internal Error"', None, None, None, None), ("3h", 'autotour_chat_4 send-input token', 'autotour_chat_4', None, None, None), ("3i", 'autotour run alt', 'autotour_run', None, None, None), ("3j", 'autotour run alt', 'autotour_run', None, None, None), ("3k", 'autotour run alt', 'autotour_run', None, None, None), ("3l", 'autotour run alt', 'autotour_run', None, None, None), ("3m", 'autotour run alt', 'autotour_run', None, None, None), ("3n", 'Message Box - "Internal Error"', None, None, None, None), ("3n", 'autotour chat alt', 'autotour_chat', None, None, None), ("4A", 'Match Your Interests - Careers, Education, & Reference', None, None, 15, '32-7299'), ("4A", 'Match Your Interests - HCommunities & Lifestyles', None, None, 13, '32-7299'), ("4A", 'Match Your Interests - Home, Family, & Religion', None, None, 10, '32-7299'), ("4A", 'Match Your Interests - Internet & The World Wide Web', None, None, 14, '32-7299'), ("4A", 'Match Your Interests - Meetings Others Online', None, None, 12, '32-7299'), ("4A", 'Match Your Interests - Buisness & Finance', None, None, 4, '32-7299'), ("4A", 'Match Your Interests - Computing', None, None, 2, '32-7299'), ("4A", 'Match Your Interests - Games', None, None, '1 / 4E', '32-7299'), ("4A", 'Match Your Interests - Health & Medicine', None, None, 7, '32-7299'), ("4A", 'Match Your Interests - Hobbies & the Artsn', None, None, 11, '32-7299'), ("4A", 'Match Your Interests - Movies, TV & Music', None, None, 5, '32-7299'), ("4A", 'Match Your Interests - News & Politics', None, None, 3, '32-7299'), ("4A", 'Match Your Interests - Shopping from Home', None, None, 9, '32-7299'), ("4A", 'Match Your Interests - Sports & Recreation', None, None, 8, '32-7299'), ("4A", 'Match Your Interests - Travel', None, None, 6, '32-7299'), ("4A", 'show me, interest button', 'mem_int_prof', None, None, None), ("4B", 'MYI keyword', 'mem_int_prof', None, None, None), ("4B", 'Match Your Interests Main', None, None, None, '32-7299'), ("4C", 'close MYI', 'mem_int_prof', None, None, None), ("4D", 'close "Places to Explore" (PE)', 'mem_int_prof', None, None, None), ("4E", 'Places to Explore (PE)', 'mem_int_prof', None, None, None), ("4E", 'Your places to explore', None, None, None, '32-7299'), ("4F", '"Stop EMail" button', None, None, 1, '32-7307'), ("4F", 'interest profiles', 'mem_int_prof', None, None, None), ("4G", 'Cancel Create Interest Profile', None, None, None, '41-41317'), ("4G", 'interest profiles', 'mem_int_prof', None, None, None), ("4H", 'interest profiles KW', 'mem_int_prof', None, None, None), ("4I", '"Prev" button', None, None, 2, '32-7302'), ("4I", '"Prev" button', None, None, 3, '32-7303'), ("4I", '"Prev" button', None, None, 4, '32-7304'), ("4I", '"Prev" button', None, None, 5, '32-7305'), ("4I", 'interest profiles: prev button', 'mem_int_prof', None, None, None), ("4J", '"Done" button', None, None, 5, '32-7305'), ("4J", '"Done" button', None, None, 6, '32-7306'), ("4J", '"Edit Profile" button', None, None, 1, '32-7307'), ("4J", '"Next" button', None, None, 2, '32-7302'), ("4J", '"Next" button', None, None, 3, '32-7303'), ("4J", '"Next" button', None, None, 4, '32-7304'), ("4J", 'Create Interest Profile', None, None, 0, '41-41317'), ("4J", 'interest profiles:next button', 'mem_int_prof', None, None, None), ("4K", 'interest profiles:listbox', 'mem_int_prof', None, None, None), ("4L", 'interest profiles', 'mem_int_prof', None, None, None), ("4M", '"Modify Your Interest Profile" button', None, None, None, '32-7301'), ("4M", 'interest profiles', 'mem_int_prof', None, None, None), ("4N", 'interest profiles', 'mem_int_prof', None, None, None), ("4a", 'Holiday Reminder', None, None, None, '41-29537'), ("4a", 'free reminder service', 'remind_prefs', None, None, None), ("4b", '"Quit" button', None, None, None, '41-29537'), ("4b", 'free reminder service', 'remind_prefs', None, None, None), ("4c", 'free reminder service', 'remind_prefs', None, None, None), ("4d", '"Holiday Reminders" button', None, None, None, '41-29537'), ("4d", 'free reminder service', 'remind_prefs', None, None, None), ("4e", '""Continue" button', None, None, 1, '41-30512'), ("4e", 'free reminder service', 'remind_prefs', None, None, None), ("4f", '"Cancel" button', None, None, 1, '41-30512'), ("4f", 'free reminder service', 'remind_prefs', None, None, None), ("4g", '"Add Personal Reminder" button', None, None, None, '41-29537'), ("4g", 'free reminder service', 'remind_prefs', None, None, None), ("4h", '"Edit" button', None, None, 2, '41-29537'), ("4h", 'free reminder service', 'remind_prefs', None, None, None), ("4i", '"Remove" button', None, None, 2, '41-29537'), ("4i", 'free reminder service', 'remind_prefs', None, None, None), ("4j", '"Save" button', None, None, 1, '41-30510'), ("4j", 'free reminder service', 'remind_prefs', None, None, None), ("4k", 'free reminder service', 'remind_prefs', None, None, None), ("4l", '"Cancel" button', None, None, 1, '41-30510'), ("4l", 'free reminder', 'remind_prefs', None, None, None), ("4m", 'free reminder service', 'remind_prefs', None, None, None), ("4n", 'free reminder service', 'remind_prefs', None, None, None), ("4o", 'free reminder service', 'remind_prefs', None, None, None), ('5"', 'list_more_new_threads', 'board_list_a', None, None, None), ("5#", 'list_read_1st_new', 'board_list_a', None, None, None), ("5$", 'list_send_find_sn_frm', 'board_list_a', None, None, None), ("5%", 'read_disp_msg_no_repl', 'board_read_a', None, None, None), ("5&", 'read_disp_orig_msg', 'board_read_a', None, None, None), ("5+", 'text_send_msg_text', 'board_text_a', None, None, None), ("5,", 'list_jump_to_board', 'board_list_a', None, None, None), ("5-", 'read_disp_rpl_w_repl', 'board_read_a', None, None, None), ("5.", 'list_more_cnt_menu', 'board_list_a', None, None, None), ("5/", 'list_more_find_new', 'board_list_a', None, None, None), ("51", 'board_update_rights', 'bboard_a', None, None, None), ("52", 'board_update_title', 'bboard_a', None, None, None), ("53", 'board_verify_access', 'Obsolete', None, None, None), ("54", 'form_send_board_form', 'bboard_a', None, None, None), ("54", 'form_send_board_form', 'board_forms_a', None, None, None), ("55", 'list_browse_new', 'board_list_a', None, None, None), ("56", 'list_browse_new_thrd', 'board_list_a', None, None, None), ("57", 'list_currnt_container', 'board_list_a', None, None, None), ("58", 'list_enter_container', 'board_list_a', None, None, None), ("59", 'list_enter_folder', 'board_list_a', None, None, None), ("5:", 'list_more_folder_ment', 'board_list_a', None, None, None), ("5<", 'list_enter_folder2', 'board_list_a', None, None, None), ("5=", 'text_handle_rpl_text', 'board_text_a', None, None, None), ("5>", 'list_enter_fld_dpy1st', 'board_list_a', None, None, None), ("5?", 'list_more_find_new2', 'board_list_a', None, None, None), ("5@", 'list_pop_apple_pc_cnt', 'board_list_a', None, None, None), ("5A", 'board_add_owner', 'Obsolete', None, None, None), ("5B", 'board_add_owner2', 'bboard_a', None, None, None), ("5C", 'board_appl_disabled_b', 'Obsolete', None, None, None), ("5D", 'board_bxfer_send', 'bboard_a', None, None, None), ("5E", 'board_cancel_tool_lck', 'bboard_a', None, None, None), ("5F", 'board_change_nod_del', 'bboard_a', None, None, None), ("5G", 'board_change_nod_hid', 'bboard_a', None, None, None), ("5H", 'board_change_nod_unr', 'bboard_a', None, None, None), ("5I", 'board_change_msg_del', 'bboard_a', None, None, None), ("5J", 'board_change_msg_hid', 'bboard_a', None, None, None), ("5K", 'board_change_msg_rel', 'bboard_a', None, None, None), ("5L", 'board_change_rpl_del', 'bboard_a', None, None, None), ("5M", 'board_change_rpl_hid', 'bboard_a', None, None, None), ("5N", 'board_change_rpl_rel', 'bboard_a', None, None, None), ("5O", 'board_confirm_cnt_del', 'bboard_a', None, None, None), ("5P", 'board_confirm_msg_del', 'bboard_a', None, None, None), ("5Q", 'board_confirm_rpl_del', 'bboard_a', None, None, None), ("5R", 'board_create_container', 'Obsolete', None, None, None), ("5S", 'board_create_cnt_chld', 'Obsolete', None, None, None), ("5T", 'board_create_folder', 'bboard_a', None, None, None), ("5U", 'board_delete_owner', 'Obsolete', None, None, None), ("5V", 'board_delete_owner2', 'bboard_a', None, None, None), ("5W", 'board_delink_form', 'bboard_a', None, None, None), ("5X", 'board_delink_item', 'bboard_a', None, None, None), ("5Y", 'board_disp_msg_nrep', 'bboard_a', None, None, None), ("5Z", 'board_disp_msg_rep', 'bboard_a', None, None, None), ("5[", 'list_enter_fld_dpy1td', 'board_list_a', None, None, None), ("5\", 'text_post_msg_w_re', 'board_read_a', None, None, None), ("5]", 'list_enter_fld_wtool', 'board_list_a', None, None, None), ("5^", 'read_disp_msg_w_repl', 'board_read_a', None, None, None), ("5_", 'text_handle_msg_text', 'board_text_a', None, None, None), ("5`", 'text_off_rpl_by_mail', 'board_text_a', None, None, None), ("5a", 'board_disp_msg_rep2', 'Obsolete', None, None, None), ("5b", 'board_disp_msg_rep3', 'bboard_a', None, None, None), ("5c", 'board_disp_or_msg_rep', 'Obsolete', None, None, None), ("5d", 'board_edit_title', 'bboard_a', None, None, None), ("5e", 'board_edit_title2', 'bboard_a', None, None, None), ("5f", 'board_edit_descriptn', 'bboard_a', None, None, None), ("5g", 'board_edit_descriptn2', 'bboard_a', None, None, None), ("5h", 'board_edit_own_rights', 'Obsolete', None, None, None), ("5i", 'board_edit_title_desc', 'bboard_a', None, None, None), ("5j", 'board_enter_tools', 'bboard_a', None, None, None), ("5k", 'board_enter_tools_rep', 'bboard_a', None, None, None), ("5l", 'board_insert_form', 'bboard_a', None, None, None), ("5m", 'board_insert_info', 'bboard_a', None, None, None), ("5n", 'board_lock_cnt_for_ud', 'bboard_a', None, None, None), ("5o", 'board_make_cnt_store', 'bboard_a', None, None, None), ("5p", 'board_move_confirm', 'bboard_a', None, None, None), ("5q", 'board_move_form', 'bboard_a', None, None, None), ("5r", 'board_move_info', 'bboard_a', None, None, None), ("5s", 'board_resequence_info', 'bboard_a', None, None, None), ("5t", 'board_send_reseq_form', 'bboard_a', None, None, None), ("5u", 'board_send_tool_stat', 'bboard_a', None, None, None), ("5v", 'board_show_owners', 'Obsolete', None, None, None), ("5w", 'board_show_parents', 'bboard_a', None, None, None), ("5x", 'board_show_prnt_noacc', 'Obsolete', None, None, None), ("5y", 'board_toggle_fifo', 'bboard_a', None, None, None), ("5z", 'board_toggle_fifo_thr', 'bboard_a', None, None, None), ("5{", 'list_find_new_thread', 'board_list_a', None, None, None), ("5|", 'text_post_rpl_w_re', 'board_read_a', None, None, None), ("5}", 'list_find_since', 'board_list_a', None, None, None), ("5~", 'text_off_rpl_w_mail', 'board_text_a', None, None, None), ("6A", 'list_enter_fld_wtools', 'board_list_a', None, None, None), ("6B", 'list_find_new_now', 'board_list_a', None, None, None), ("6C", 'list_more_folder_menu', 'board_list_a', None, None, None), ("6D", 'list_open_fld_list_rp', 'board_list_a', None, None, None), ("6E", 'read_disp_orig_msg_rp', 'board_read_a', None, None, None), ("6b", 'srch_disp_cont_phrs', 'Obsolete', None, None, None), ("6c", 'srch_get_cont_phrs', 'Obsolete', None, None, None), ("6d", 'srch_upd_cont_phrs', 'bboard_a', None, None, None), ("6e", 'srch_build_database', 'bboard_a', None, None, None), ("77", 'list_currnt_container', 'board_list_b', None, None, None), ("78", 'list enter container', 'board_list_b', None, None, None), ("7@", 'list_pop_apple_pc_cnt', 'lmg', None, None, None), ("7A", 'Connect to LMG', 'lmg', None, None, None), ("7A", 'Connect to old RMG rmg', 'NU*', [], None, None), ("7B", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7B", 'DO cmd for old RMG', 'rmg*', [], None, None), ("7B", 'board_add_owner2', 'lmg', None, None, None), ("7C", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7C", 'Input for old RMG', 'rmg*', [], None, None), ("7C", 'board_appl_disabled_b', 'lmg', None, None, None), ("7D", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7D", 'Disconnect from old RMG', 'rmg*', [], None, None), ("7D", 'board_bxfer_send', 'lmg', None, None, None), ("7E", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7E", 'Domain change', 'rmg*', [], None, None), ("7E", 'board_cancel_tool_lck', 'lmg', None, None, None), ("7F", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7F", 'Send .c1 command', 'rmg*', [], None, None), ("7F", 'board_change_nod_del', 'lmg', None, None, None), ("7G", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7G", 'Send .c1 command', 'rmg*', [], None, None), ("7G", 'board_change_nod_hid', 'lmg', None, None, None), ("7H", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7H", 'Send .c1 command', 'rmg*', [], None, None), ("7H", 'board_change_nod_unr', 'lmg', None, None, None), ("7I", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7I", 'Send .c1 command', 'rmg*', [], None, None), ("7I", 'board_change_msg_del', 'lmg', None, None, None), ("7J", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7J", 'Send .c1 command', 'rmg*', [], None, None), ("7J", 'board_change_msg_hid', 'lmg', None, None, None), ("7K", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7K", 'Send .c1 command', 'rmg*', [], None, None), ("7K", 'board_change_msg_rel', 'lmg', None, None, None), ("7L", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7L", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7L", 'board_change_rpl_del', 'lmg', None, None, None), ("7M", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7M", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7M", 'board_change_rpl_hid', 'lmg', None, None, None), ("7N", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7N", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7N", 'board_change_rpl_rel', 'lmg', None, None, None), ("7O", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7O", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7O", 'board_confirm_cnt_del', 'lmg', None, None, None), ("7P", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7P", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7P", 'board_confirm_msg_del', 'lmg', None, None, None), ("7Q", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7Q", 'Sub-input 1 for old rmg', 'rmg*', [], None, None), ("7Q", 'board_confirm_rpl_del', 'lmg', None, None, None), ("7R", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7R", 'board_create_container', 'lmg', None, None, None), ("7R", 'connect to old RMG w/out unplug', 'rmg*', [], None, None), ("7S", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7S", 'Disconnect from old RMG cluster', 'rmg*', [], None, None), ("7S", 'board_create_cnt_chld', 'lmg', None, None, None), ("7T", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7T", 'Individual old RMG form closed', 'rmg*', [], None, None), ("7T", 'board_create_folder', 'lmg', None, None, None), ("7U", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7U", 'Send .c1 command', 'rmg*', [], None, None), ("7U", 'board_delete_owner', 'lmg', None, None, None), ("7V", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7V", 'Send .c1 command', 'rmg*', [], None, None), ("7V", 'board_delete_owner2', 'lmg', None, None, None), ("7W", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7W", 'board_delink_form', 'lmg', None, None, None), ("7W", 'board_delink_form', 'rmg*', [], None, None), ("7X", 'Newsgroup Functions - Message Box - "You are no longer connected to this ' 'feature."', None, None, None, None), ("7X", 'Send .c1 command', 'rmg*', [], None, None), ("7X", 'board_delink_item', 'lmg', None, None, None), ("7Y", 'Special token for free curtain', 'rmg*', [], None, None), ("7Y", 'board_disp_msg_nrep', 'lmg', None, None, None), ("7a", 'Message Box - "Invalid TOKEN_1 arg!"', None, None, None, None), ("7a", 'tour2', None, None, None, None), ("7b", 'Message Box - "Invalid TOKEN_2 arg!"', None, None, None, None), ("7b", None, None, None, None, None), ("7c", 'Message Box - "That entry is no longer active"', None, None, None, None), ("7c", None, None, None, None, None), ("7d", 'Message Box - "That entry is no longer active"', None, None, None, None), ("7d", None, None, None, None, None), ("7e", 'Message Box - "That entry is no longer active"', None, None, None, None), ("7e", None, None, None, None, None), ("7f", 'Message Box - "Invalid Token_1_confirm arg!"', None, None, None, None), ("7f", None, None, None, None, None), ("7g", None, None, None, None, None), ("7h", 'Message Box - "You are no longer authorized for this function"', None, None, None, None), ("7h", None, None, None, None, None), ("7i", 'Message Box - "You are not authorized for this funciton"', None, None, None, None), ("7i", None, None, None, None, None), ("7j", 'No longer functioning board function', None, None, None, None), ("7j", 'board_enter_tools', 'bboard_b', None, None, None), ("7r", 'Member Directory', None, None, None, '32-6114'), ("7r", 'URL processing', 'mdir_search', None, None, None), ("7s", 'close window indicator', 'mdir_search', None, None, None), ("7t", 'Message Box - "Internal error - please try agian later."', None, None, None, None), ("7t", 'token for new retrieve and searc', 'mdir_search', None, None, None), ("7u", 'Message Box - "Internal error - please try agian later."', None, None, None, None), ("7u", 'new token for mac memb dir searc', 'mdir_search', None, None, None), ("7v", 'Message Box - "Internal error - please try agian later."', None, None, None, None), ("7v", 'mac member directory search', 'mdir_search', None, None, None), ("7w", 'Message Box - "Internal error - please try agian later."', None, None, None, None), ("7w", 'enter-database token', 'mdir_sch_migsw', None, None, None), ("7w", 'enter-database token', 'mdir_search', None, None, None), ("7x", '"Search" button on Member Directory form', None, None, None, '32-6114'), ("7x", 'initial search token', 'mdir_search', None, None, None), ("7y", '"More" button on Member Directory Search Results', None, None, None, '41-31640'), ("7y", 'more processing', 'mdir_search', None, None, None), ("7z", 'reset domain', 'mdir_search', None, None, None), ('8"', 'list_more_new_threads', 'board_list_b', None, None, None), ("8#", 'list_read_1st_new', 'board_list_b', None, None, None), ("8$", 'list_send_find_sn_frm', 'board_list_b', None, None, None), ("8%", 'read_disp_msg_no_repl', 'board_read_b', None, None, None), ("8&", 'read_disp_orig_msg', 'board_read_b', None, None, None), ("8+", 'text_send_msg_text', 'board_text_b', None, None, None), ("8,", 'list_jump_to_board', 'board_list_b', None, None, None), ("8-", 'read_disp_rpl_w_repl', 'board_read_b', None, None, None), ("8.", 'list_more_cnt_menu', 'board_list_b', None, None, None), ("8/", 'list_more_find_new', 'board_list_b', None, None, None), ("81", 'board_update_rights', 'bboard_b', None, None, None), ("82", 'board_update_title', 'bboard_b', None, None, None), ("83", 'board_verify_access', 'Obsolete', None, None, None), ("84", 'form_send_board_form', 'bboard_b', None, None, None), ("84", 'form_send_board_form', 'board_forms_b', None, None, None), ("85", 'list_browse_new', 'board_list_b', None, None, None), ("86", 'list_browse_new_thrd', 'board_list_b', None, None, None), ("89", 'list_enter_folder', 'board_list_b', None, None, None), ("8:", 'list_more_folder_ment', 'board_list_b', None, None, None), ("8<", 'list_enter_folder2', 'board_list_b', None, None, None), ("8=", 'text_handle_rpl_text', 'board_text_b', None, None, None), ("8>", 'list_enter_fld_dpy1st', 'board_list_b', None, None, None), ("8?", 'list_more_find_new2', 'board_list_b', None, None, None), ("8@", 'list_pop_apple_pc_cnt', 'board_list_b', None, None, None), ("8A", 'board_add_owner', 'Obsolete', None, None, None), ("8B", 'board_add_owner2', 'bboard_b', None, None, None), ("8C", 'board_appl_disabled_b', 'Obsolete', None, None, None), ("8D", 'board_bxfer_send', 'bboard_b', None, None, None), ("8E", 'board_cancel_tool_lck', 'bboard_b', None, None, None), ("8F", 'board_change_nod_del', 'bboard_b', None, None, None), ("8G", 'board_change_nod_hid', 'bboard_b', None, None, None), ("8H", 'board_change_nod_unr', 'bboard_b', None, None, None), ("8I", 'board_change_msg_del', 'bboard_b', None, None, None), ("8J", 'board_change_msg_hid', 'bboard_b', None, None, None), ("8K", 'board_change_msg_rel', 'bboard_b', None, None, None), ("8L", 'board_change_rpl_del', 'bboard_b', None, None, None), ("8M", 'board_change_rpl_hid', 'bboard_b', None, None, None), ("8N", 'board_change_rpl_rel', 'bboard_b', None, None, None), ("8O", 'board_confirm_cnt_del', 'bboard_b', None, None, None), ("8P", 'board_confirm_msg_del', 'bboard_b', None, None, None), ("8Q", 'board_confirm_rpl_del', 'bboard_b', None, None, None), ("8R", 'board_create_container', 'Obsolete', None, None, None), ("8S", 'board_create_cnt_chld', 'Obsolete', None, None, None), ("8T", 'board_create_folder', 'bboard_b', None, None, None), ("8U", 'board_delete_owner', 'Obsolete', None, None, None), ("8V", 'board_delete_owner2', 'bboard_b', None, None, None), ("8W", 'board_delink_form', 'bboard_b', None, None, None), ("8X", 'board_delink_item', 'bboard_b', None, None, None), ("8Y", 'board_disp_msg_nrep', 'bboard_b', None, None, None), ("8Z", 'board_disp_msg_rep', 'bboard_b', None, None, None), ("8[", 'list_enter_fld_dpy1td', 'board_list_b', None, None, None), ("8\", 'text_post_msg_w_re', 'board_read_b', None, None, None), ("8]", 'list_enter_fld_wtool', 'board_list_b', None, None, None), ("8^", 'read_disp_msg_w_repl', 'board_read_b', None, None, None), ("8_", 'text_handle_msg_text', 'board_text_b', None, None, None), ("8`", 'text_off_rpl_by_mail', 'board_text_b', None, None, None), ("8a", 'board_disp_msg_rep2', 'Obsolete', None, None, None), ("8b", 'board_disp_msg_rep3', 'bboard_b', None, None, None), ("8c", 'board_disp_or_msg_rep', 'Obsolete', None, None, None), ("8d", 'board_edit_title', 'bboard_b', None, None, None), ("8e", 'board_edit_title2', 'bboard_b', None, None, None), ("8f", 'board_edit_descriptn', 'bboard_b', None, None, None), ("8g", 'board_edit_descriptn2', 'bboard_b', None, None, None), ("8h", 'board_edit_own_rights', 'Obsolete', None, None, None), ("8i", 'board_edit_title_desc', 'bboard_b', None, None, None), ("8k", 'board_enter_tools_rep', 'bboard_b', None, None, None), ("8l", 'board_insert_form', 'bboard_b', None, None, None), ("8m", 'board_insert_info', 'bboard_b', None, None, None), ("8n", 'board_lock_cnt_for_ud', 'bboard_b', None, None, None), ("8o", 'board_make_cnt_store', 'bboard_b', None, None, None), ("8p", 'board_move_confirm', 'bboard_b', None, None, None), ("8q", 'board_move_form', 'bboard_b', None, None, None), ("8r", 'board_move_info', 'bboard_b', None, None, None), ("8s", 'board_resequence_info', 'bboard_b', None, None, None), ("8t", 'board_send_reseq_form', 'bboard_b', None, None, None), ("8u", 'board_send_tool_stat', 'bboard_b', None, None, None), ("8v", 'board_show_owners', 'Obsolete', None, None, None), ("8w", 'board_show_parents', 'bboard_b', None, None, None), ("8x", 'board_show_prnt_noacc', 'Obsolete', None, None, None), ("8y", 'board_toggle_fifo', 'bboard_b', None, None, None), ("8z", 'board_toggle_fifo_thr', 'bboard_b', None, None, None), ("8{", 'list_find_new_thread', 'board_list_b', None, None, None), ("8|", 'text_post_rpl_w_re', 'board_read_b', None, None, None), ("8}", 'list_find_since', 'board_list_b', None, None, None), ("8~", 'text_off_rpl_w_mail', 'board_text_b', None, None, None), ("9A", 'No longer funcitoning board functions', None, None, None, None), ("9A", 'list_enter_fld_wtools', 'board_list_b', None, None, None), ("9B", 'No longer funcitoning board functions', None, None, None, None), ("9B", 'list_find_new_now', 'board_list_b', None, None, None), ("9C", 'No longer funcitoning board functions', None, None, None, None), ("9C", 'list_more_folder_menu', 'board_list_b', None, None, None), ("9D", 'No longer funcitoning board functions', None, None, None, None), ("9D", 'list_open_fld_list_rp', 'board_list_b', None, None, None), ("9E", 'No longer funcitoning board functions', None, None, None, None), ("9E", 'read_disp_orig_msg_rp', 'board_read_b', None, None, None), ("9F", 'Message Box - "Internal Error"', None, None, None, None), ("9F", 'token-arg token for ecr chat', 'conf_chat-02', None, None, None), ("9G", 'Message Box - "Internal Error"', None, None, None, None), ("9G", 'send-input token for ecr chat', 'conf_chat-02', None, None, None), ("9P", 'Message Box - "Internal data error"', None, None, None, None), ("9Q", 'form-complete token', 'conf_grp-01', None, None, None), ("9R", 'form-complete token', 'conf_grp-02', None, None, None), ("9S", 'Get Member Info. Occurs when double clicking the list box', None, None, 5, '32-6329'), ("9S", 'Send" button', None, None, None, '32-6329'), ("9S", 'token-arg token for ecr_chat_srv', 'conf_chat-01', None, None, None), ("9T", 'Message Box - "Internal data error"', None, None, None, None), ("9U", 'Message Box - "Internal data error"', None, None, None, None), ("9V", 'Message Box - "Internal data error"', None, None, None, None), ("9W", 'Message Box - "You are not authorized to perform this function"', None, None, None, '1'), ("9W", '"Cancel" button', None, None, 10, '40-39321'), ("9W", '"Close" button', None, None, 14, '40-39318'), ("9W", '"Conference Room Configuration" button', None, None, 2, '40-39318'), ("9W", '"ECR Configuration" form', None, None, 15, '40-39318'), ("9W", '"Schedule Events" form', None, None, 3, '40-39321'), ("9W", 'Conference Rooms', None, None, '101 - 359', None), ("9W", 'Message Box - "Internal data error"', None, None, 4, None), ("9W", 'enhanced conference rooms', 'conf_sw', None, None, None), ("9X", '"Go" button', None, None, 1, '40-39321'), ("9X", 'Enhanced conference rooms', 'conf_sw', None, None, None), ("9Y", 'Message Box - "There is no conference room with ID = x"', None, None, '319 - x', None), ("9Y", 'Message Box - "You are not authorized to perform this function"', None, None, '0 - 318', None), ("9Z", 'Message Box - "You are not authorized to perform this function"', None, None, None, None), ("9_", 'No longer functioning board functions', None, None, None, None), ("9b", 'srch_disp_cont_phrs', 'Obsolete', None, None, None), ("9c", 'srch_get_cont_phrs', 'Obsolete', None, None, None), ("9d", 'srch_upd_cont_phrs', 'bboard_b', None, None, None), ("9e", 'srch_build_database', 'bboard_b', None, None, None), ("9s", 'Send-input tok for ecr_chat_srvr', 'conf_chat-01', None, None, None), (":A", 'list_enter_fld_wtools', 'board_list_c', None, None, None), (":B", 'list_find_new_now', 'board_list_c', None, None, None), (":C", 'list_more_folder_menu', 'board_list_c', None, None, None), (":D", 'list_open_fld_list_rp', 'board_list_c', None, None, None), (":E", 'read_disp_orig_msg_rp', 'board_read_c', None, None, None), (":b", 'srch_disp_cont_phrs', 'bboard_c', None, None, None), (":c", 'srch_get_cont_phrs', 'bboard_c', None, None, None), (":d", 'srch_upd_cont_phrs', 'bboard_c', None, None, None), (":e", 'srch_build_database', 'bboard_c', None, None, None), ("<0", 'Message Box - "Sorry, Product is Not Available At This Time"', None, None, None, None), ("<0", 'TelSave Entry Pt t1', 'telsave', None, None, None), ("<1", 'Message Box - "Sorry, Product is Not Available At This Time"', None, None, None, None), ("<1", 'TelSave Entry Pt U1', 'telsave', None, None, None), ("<2", 'Message Box - "Sorry, Product is Not Available At This Time"', None, None, None, None), ("<2", 'TelSave Entry Pt U2', 'telsave', None, None, None), ("<3", 'Message Box - "Sorry, Product is Not Available At This Time"', None, None, None, None), ("<3", 'TelSave Entry Pt U3', 'telsave', None, None, None), ("<4", 'Message Box - "Sorry, Product is Not Available At This Time"', None, None, None, None), ("<4", 'TelSave Entry Pt U4', 'telsave', None, None, None), ("<A", 'Message Box - "AOL Plus is currently only available for members with ' 'Windows 98/Millennium/Windows2000"', None, None, None, None), ("<C", '"Cancel" button', None, None, None, '41-50956'), ("<C", 'AOL Plus powered by DirectPC', None, None, None, '41-50956'), ("<D", '"Back to Order" button', None, None, 1, '41-50956'), ("<H", '"Next" button', None, None, None, '32-8995'), ("<I", 'AOL Anywhere', None, None, None, '32-8995'), ("<J", '"Cancel" button', None, None, None, '32-8995'), ("<T", 'AOL for Home Networks', None, None, None, '41-50853'), ("<X", '"AOL Plus - the easiest way to be online"', None, None, None, '41-45268'), ("<X", '"Cancel" button', None, None, None, '41-50853'), ("<X", '"Next" button', None, None, None, '41-50853'), ("<X", 'AOL for Home Nexworks', None, None, 1, '41-50858'), ("<a", 'TelSave Process Bill_to', None, None, None, None), ("<b", 'TelSave Process Credit Card', None, None, None, None), ("<c", 'TelSave charge cc', None, None, None, None), ("<d", 'TelSave no chg acct', None, None, None, None), ("<e", 'TelSave Charge Checking', None, None, None, None), ("<f", 'TelSave Process Checking', None, None, None, None), ("<g", 'TelSave Place Order', None, None, None, None), ("<h", 'TelSave Previous Screen', None, None, None, None), ("<i", 'TelSave back to shop cancel', None, None, None, None), ("<j", 'TelSave CC info', None, None, None, None), ("<k", 'TelSave Use', None, None, None, None), ("<l", 'TelSave Use', None, None, None, None), ("<u", '"AOL Plus - the easiest way to be online"', None, None, 100, '41-45268'), ("<u", '"AOL Plus - the easiest way to be online"', None, None, None, '41-45505'), ("<v", '"Back" button', None, None, None, '41-45505'), ("<w", '"Cancel" button', None, None, None, '41-45268'), ("A&", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("A&", 'chat message with typed data', 'Obsolete', None, None, None), ("AA", 'Normal chat message', None, None, None, None), ("AA", 'Various methods of Chat Send', None, None, None, None), ("AA", 'chat message (Rm/Aud)', 'Roomer', None, None, None), ("AA", 'chat message (Rm/Aud)', 'Roomer', ['M1'], None, None), ("AA", 'chat message (Rm/Aud)', 'chat_sw', None, None, None), ("AB", 'Chat message with name', None, None, None, None), ("AC", 'Chat message with count', None, None, None, None), ("AD", 'Auditorium count msg.', None, None, None, None), ("AD", 'disable music (Rm/Aud) (Roomer)', 'chat_sw', None, None, None), ("AD", 'disable music (Rm/Aud)', 'Obsolete (Roomer)', None, None, None), ("AD", 'disable music (Rm/Aud)', 'Roomer', ['M1'], None, None), ("AE", 'Roomer genl-purpose send-input', 'Roomer', None, None, None), ("AE", 'Roomer genl-purpose send-input', 'chat_sw', None, None, None), ("AE", 'Various methods of Chat Send', None, None, None, None), ("AE", 'enable music (Rm/Aud)', 'Roomer', ['M1'], None, None), ("AH", 'Message Box - "We are unable to put you in that room at this time, error 1"', None, None, None, None), ("AI", 'New chat system FDO88 domain sw', 'chat_sw', None, None, None), ("AJ", 'New chat system close token', 'chat_sw', None, None, None), ("AK", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("AK", 'trivia request', 'Obsolete (Roomer)', None, None, None), ("AK", 'trivia request', 'Roomer', ['M1'], None, None), ("AM", '"Send Question" button', None, None, None, '32-174'), ("AM", 'trivia question', 'Obsolete (Roomer)', None, None, None), ("AM", 'trivia question', 'Roomer', ['M1'], None, None), ("AN", 'Client requests a list of area code / time-stamps from Host', None, None, None, None), ("AN", '"Send Answer" button', None, None, None, '32-178'), ("AN", 'Client request to server', 'access_num', None, None, None), ("AN", 'trivia answer', 'Roomer', ['M1'], None, None), ("AP", '"Delete" button', None, None, None, '32-179'), ("AP", 'trivia (delete response)', 'Obsolete (Roomer)', None, None, None), ("AP", 'trivia (delete response)', 'Roomer', ['M1'], None, None), ("AR", '"Right" button', None, None, None, '32-179'), ("AR", 'trivia (correct answer)', 'Obsolete (Roomer)', None, None, None), ("AR", 'trivia (correct answer)', 'Roomer', ['M1'], None, None), ("AS", '"Edit" button', None, None, None, '32-175'), ("AS", 'trivia response', 'Obsolete (Roomer)', None, None, None), ("AS", 'trivia response', 'Roomer', ['M1'], None, None), ("AT", 'Log in ???', None, None, None, None), ("AW", '"Wrong" button', None, None, None, '32-179'), ("AW", 'trivia (wrong answer)', 'Obsolete (Roomer)', None, None, None), ("AW", 'trivia (wrong answer)', 'Roomer', ['M1'], None, None), ("AX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("AX", 'user selective broadcast', 'Obsolete (Roomer)', None, None, None), ("AX", 'user selective broadcast', 'Roomer', ['M1'], None, None), ("Aa", 'Various methods of Chat Send', None, None, None, None), ("Aa", 'chat msg/fdo91 - Rm/Aud', 'Roomer', None, None, None), ("Aa", 'chat msg/fdo91 - Rm/Aud', 'Roomer', ['M1'], None, None), ("Aa", 'chat msg/fdo91 - Rm/Aud', 'chat_sw', None, None, None), ("As", 'Fady S', 'at_school_amt', None, None, None), ("BR", 'for bos reservation', 'ipt', None, None, None), ("Ba", 'graphic type of thumbnail', 'soft_text', ['SP'], None, None), ("Ba", 'graphic type of thumbnail', 'soft_upld', None, None, None), ("Bb", 'thumbnail packet eob', 'soft_text', ['SP'], None, None), ("Bb", 'thumbnail packet eob', 'soft_upld', None, None, None), ("Bd", 'thumbnail packet', 'soft_text', ['SP'], None, None), ("Bd", 'thumbnail packet', 'soft_upld', None, None, None), ("Be", 'Message Box - "This file could not be uploaded. Please check to see if the ' 'file is open in another application."', None, None, None, None), ("Be", 'thumbnail packet eof', 'soft_text', [], None, None), ("Be", 'thumbnail packet eof', 'soft_upld', None, None, None), ("Bf", 'Start Bulk Upload', 'soft_upld', None, None, None), ("Bg", 'Cont bulk Upload', 'soft_upld', None, None, None), ("Bh", 'End Bulk Upload', 'soft_upld', None, None, None), ("C1", 'Old Collection', None, None, None, None), ("C1", 'Request collection contents', 'collman', None, None, None), ("C1", 'Request collection contents', 'collman', [], None, None), ("C2", '"More" button', None, None, 5, 'C4'), ("C2", 'Request more collection contents', 'collman', None, None, None), ("C2", 'Request more collection contents', 'collman', [], None, None), ("C3", 'Old Collection', None, None, None, None), ("C3", 'Request lastest stories', 'collman', None, None, None), ("C3", 'Request lastest stories', 'collman', [], None, None), ("C4", 'Live wire', None, None, None, None), ("C4", 'Sign up for Live Wire', 'collman', None, None, None), ("C4", 'Sign up for Live Wire', 'collman', ['NU'], None, None), ("C5", 'Cancel LiveWire registration', 'collman', None, None, None), ("C5", 'Cancel LiveWire registration', 'collman', [], None, None), ("C5", 'Disable live wired', None, None, None, None), ("C6", 'Reset collman domain', 'collman', None, None, None), ("C6", 'Reset collman domain', 'collman', [], None, None), ("C7", 'Show "where" info', 'collman', None, None, None), ("C7", 'Show "where" info', 'collman', [], None, None), ("CA", 'Add club member', 'libop', None, None, None), ("CA", 'Add club member', 'libop', [], None, None), ("CA", 'User entry', None, None, None, None), ("CB", 'Message Box - "Form is not in a valid format."', None, None, None, None), ("CB", 'Backout cmi transaction', 'contest', None, None, None), ("CB", 'User exit', None, None, None, None), ("CC", 'Message Box - "Form is not in a valid format."', None, None, None, None), ("CC", 'Contest commit transaction', 'contest', None, None, None), ("CE", 'edit club members', 'libop', None, None, None), ("CE", 'edit club members', 'libop', [], None, None), ("CI", 'Enter Chat', None, None, None, None), ("CI", 'req from pc to go into chat', 'Usher', ['NU'], None, None), ("CI", 'req from pc to go into chat', 'chat_sw', None, None, None), ("CI", 'req into chat', None, None, None, None), ("CJ", 'Enter lobby from gen 4', 'Usher', ['NU'], None, None), ("CJ", 'Enter lobby from gen 4', 'chat_sw', None, None, None), ("CJ", 'lobby gen 4', None, None, None, None), ("CK", 'Go to "similar" room family', 'Usher', ['NU'], None, None), ("CK", 'Go to "similar" room family', 'chat_sw', None, None, None), ("CK", 'similar family', None, None, None, None), ("CL", 'generate owned club list', 'libop', None, None, None), ("CL", 'generate owned club list', 'libop', [], None, None), ("CM", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("CM", 'request public room (Rm/Aud)', 'Obsolete', None, None, None), ("CM", 'request public room (Rm/Aud)', 'Roomer', ['M1'], None, None), ("CN", 'Message Box - "Form is not in a valid format."', None, None, None, None), ("CN", 'Collect form data', 'contest', None, None, None), ("CO", 'Enter contest', 'contest_st', None, None, None), ("CP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("CP", 'request private room (Rm/Aud)', 'Obsolete', None, None, None), ("CP", 'request private room (Rm/Aud)', 'Roomer', ['M1'], None, None), ("CQ", 'Acknowledge confirmation message', 'contest', None, None, None), ("CR", 'Remove club member', 'libop', None, None, None), ("CR", 'Remove club member', 'libop', [], None, None), ("CS", 'Message Box - "Form is not in a valid format."', None, None, None, None), ("CS", 'Request acknowledged entry store', 'contest', None, None, None), ("CX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("CX", 'change room', 'Obsolete', None, None, None), ("CX", 'change room', 'Roomer', ['M1'], None, None), ("Ca", 'Rainman Areas', None, None, None, None), ("Ca", 'Request collection contents', 'collman2', ['NU'], None, None), ("Ca", 'Request collection contents', 'pageman', None, None, None), ("Cb", '"More" button on Ca forms.', None, None, None, None), ("Cb", 'Request more collection contents', 'collman2', [], None, None), ("Cb", 'Request more collection contents', 'pageman', None, None, None), ("Cc", 'Request latest stories', 'collman2', [], None, None), ("Cc", 'Request latest stories', 'pageman', None, None, None), ("Cd", 'Sign up for Live Wire', 'collman2', ['NU'], None, None), ("Cd", 'Sign up for Live Wire', 'pageman', None, None, None), ("Ce", 'Cancel LiveWire registration', 'collman2', [], None, None), ("Ce", 'Cancel LiveWire registration', 'pageman', None, None, None), ("Cf", 'Reset collman2 domain', 'collman2', [], None, None), ("Cf", 'Reset collman2 domain', 'pageman', None, None, None), ("Cg", 'Open Coll info for Edit', 'collman2', ['NU'], None, None), ("Cg", 'Open Coll info for Edit', 'pageman', None, None, None), ("Ch", 'Modify Coll info', 'collman2', [], None, None), ("Ch", 'Modify Coll info', 'pageman', None, None, None), ("Ci", 'Act on named collection', 'collman2', ['NU'], None, None), ("Ci", 'Act on named collection', 'pageman', None, None, None), ("Cj", 'Convert Overwrite Confirm', 'collman2', [], None, None), ("Cj", 'Convert Overwrite Confirm', 'pageman', None, None, None), ("Ck", 'Send collman form', 'collman2', [], None, None), ("Ck", 'Send collman form', 'pageman', None, None, None), ("Cm", 'Display item for edit', 'collman2', [], None, None), ("Cm", 'Display item for edit', 'pageman', None, None, None), ("Cn", 'Cut item from collection', 'collman2', [], None, None), ("Cn", 'Cut item from collection', 'pageman', None, None, None), ("Co", 'Copy item from collection', 'collman2', [], None, None), ("Co", 'Copy item from collection', 'pageman', None, None, None), ("Cp", 'Paste item (above) to collection', 'collman2', [], None, None), ("Cp", 'Paste item (above) to collection', 'pageman', None, None, None), ("Cq", 'Paste item (below) to collection', 'collman2', [], None, None), ("Cq", 'Paste item (below) to collection', 'pageman', None, None, None), ("Cr", 'Start add item to collection', 'collman2', [], None, None), ("Cr", 'Start add item to collection', 'pageman', None, None, None), ("Cs", 'Add/Update item data', 'collman2', [], None, None), ("Cs", 'Add/Update item data', 'pageman', None, None, None), ("Ct", 'Get indexed coll w/atoms', 'collman', None, None, None), ("Ct", 'Get indexed coll w/atoms', 'collman', [], None, None), ("Ct", 'Start Flashsession?', None, None, None, None), ("Cu", 'Get indexed coll with mip_atom', 'pageman', None, None, None), ("Cv", 'Get permanent colls w/mip_atom', 'pageman', None, None, None), ("Cw", 'autotour window minimized', 'pageman', None, None, None), ("D*", 'Disconnect', None, None, None, None), ("D1", 'QLINK start certificate dialog', 'Register', ['PL', 'NU'], None, None), ("D2", 'QLINK registration complete Register cashier_win gX', 'Set', ['PL'], None, None), ("D3", 'Causes a message to Codeman which sends a D6 token', None, None, None, None), ("D3", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("D3", 'atomized registration token', 'Obsolete', None, None, None), ("D3", 'atomized registration token', 'Register_at', ['PL', 'NU'], None, None), ("D5", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("D5", 'Return D! to PC', 'Obsolete (Porch)', None, None, None), ("D5", 'Return D! to PC', 'Porch', ['PL'], None, None), ("D6", 'Confirm password updated', 'Login', None, None, None), ("D6", 'Confirm password updated', 'Porch', None, None, None), ("D6", 'Confirm password updated', 'Porch', ['PL', 'NU'], None, None), ("D8", 'Update Language list - Gen 4', 'Login', None, None, None), ("D8", 'Update Language list - Gen 4', 'lang_list_update', None, None, None), ("D8", 'Update language list', None, None, None, None), ("D9", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("D9", 'process new mail query', 'Obsolete (Porch)', None, None, None), ("D9", 'process new mail query', 'Porch', ['PL'], None, None), ("DA", 'Change Password', None, None, None, '41-51085'), ("DA", 'Initiate passwd screen_name_adm', 'screen_name_adm', None, None, None), ("DC", '"Change Password" button', None, None, None, '41-51085'), ("DC", 'Change passwd screen_name_adm', 'screen_name_adm', None, None, None), ("DD", 'Initial login packet', 'Login', None, None, None), ("DD", 'Initial login packet', 'Porch', None, None, None), ("DD", 'Initial login packet', 'Porch', ['PL', 'SP', 'NU'], None, None), ("DP", 'Display Places', 'my_places', None, None, None), ("DS", 'Message Box - "Access denied"', None, None, None, None), ("Da", "Initiate 'walkaround' pw change", 'nameman', None, None, None), ("Da", "Initiate 'walkaround' pw change", 'nameman', [], None, None), ("Db", 'Accepted AOL conversion.', 'Obsolete (Porch)', None, None, None), ("Db", 'User accepted AOL conversion.', 'Porch', ['PL'], None, None), ("Dc", "Change 'walkaround' password", 'nameman', None, None, None), ("Dc", "Change 'walkaround' password", 'nameman', [], None, None), ("Dc", '"Change Password" button', None, None, None, '32-255'), ("De", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("De", 'Porch Prom reject button', 'Porch', ['PL'], None, None), ("De", 'Prom reject button', 'Obsolete (Porch)', None, None, None), ("Dg", '"OK" on Sign On Guest form', None, None, None, '32-125'), ("Dg", 'Guest Account signon data', 'Login', None, None, None), ("Dg", 'Guest Account signon data', 'Porch', None, None, None), ("Dg", 'Guest Account signon data', 'Porch', ['PL'], None, None), ("Di", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Di", "Rcv manual pw's for acct", 'Obsolete (Porch)', None, None, None), ("Di", 'Rcv manual passwords for acct', 'Porch', ['PL'], None, None), ("Dl", '"Continue" on Connection Information form', None, None, None, '32-299'), ("Dl", 'Start next action', 'Login', None, None, None), ("Dl", 'Start next action', 'Porch', None, None, None), ("Dl", 'Start next action', 'Porch', ['PL'], None, None), ("Dp", '"OK" on Invalid Password form', None, None, None, '32-124'), ("Dp", 'Process manual password', 'Login', None, None, None), ("Dp", 'Process manual password', 'Porch', None, None, None), ("Dp", 'Process manual password', 'Porch', ['PL'], None, None), ("Dr", 'Continue" on expired AOL trial period form', None, None, None, '32-300'), ("Dr", 'Start trial registration', 'Register', ['PL', 'NU'], None, None), ("Ds", "Set new 'walkaround' password", 'nameman', None, None, None), ("Ds", "Set new 'walkaround' password", 'nameman', [], None, None), ("Dx", "Turn 'walkaround' password off", 'nameman', None, None, None), ("Dx", "Turn 'walkaround' password off", 'nameman', [], None, None), ("Dz", 'Login authentication keys', 'Login', None, None, None), ("ED", 'Downld mail attach AOLAPI', 'mail_attach_verify', None, None, None), ("ED", 'Downld mail attach AOLAPI', 'mail_dl_sw', None, None, None), ("EJ", 'Download a surcharged file', 'soft_download', None, None, None), ("EJ", 'Download a surcharged file', 'soft_download_switch', None, None, None), ("EK", 'tokenForFreeCurtainUrl', 'soft_download', None, None, None), ("EK", 'tokenForFreeCurtainUrl', 'soft_download_switch', None, None, None), ("ET", 'Phone Home report', None, None, None, None), ("Ea", 'aud_event_man list auditoriums', 'Obsolete', None, None, None), ("Ea", 'list auditoriums', 'aud_event_man', None, None, None), ("Eb", 'aud_event_man edit auditorium', 'Obsolete', None, None, None), ("Eb", 'edit auditorium', 'aud_event_man', None, None, None), ("Ec", 'aud_event_man list events', 'Obsolete', None, None, None), ("Ec", 'list events', 'aud_event_man', None, None, None), ("Ed", 'aud_event_man create event', 'Obsolete', None, None, None), ("Ed", 'create event', 'aud_event_man', None, None, None), ("Ee", 'aud_event_man confirm delete', 'Obsolete', None, None, None), ("Ee", 'confirm delete', 'aud_event_man', None, None, None), ("Ef", 'aud_event_man edit event', 'Obsolete', None, None, None), ("Ef", 'edit event', 'aud_event_man', None, None, None), ("Eg", 'aud_event_man create auditorium', 'Obsolete', None, None, None), ("Eg", 'create auditorium', 'aud_event_man', None, None, None), ("Eh", 'aud_event_man save event', 'Obsolete', None, None, None), ("Eh", 'save event', 'aud_event_man', None, None, None), ("Ei", 'aud_event_man save auditorium', 'Obsolete', None, None, None), ("Ei", 'save auditorium', 'aud_event_man', None, None, None), ("Ej", 'aud_event_man delete event rec', 'Obsolete', None, None, None), ("Ej", 'delete event rec', 'aud_event_man', None, None, None), ("Ek", 'aud_event_man delete auditorium', 'Obsolete', None, None, None), ("Ek", 'delete auditorium', 'aud_event_man', None, None, None), ("El", 'aud_event_man refresh aud list', 'Obsolete', None, None, None), ("El", 'refresh aud list', 'aud_event_man', None, None, None), ("Em", 'aud_event_man confirm sys upd', 'Obsolete', None, None, None), ("Em", 'confirm sys upd', 'aud_event_man', None, None, None), ("En", 'aud_event_man update system', 'Obsolete', None, None, None), ("En", 'update system', 'aud_event_man', None, None, None), ("Eo", 'aud_event_man exit aud_event_man', 'Obsolete', None, None, None), ("Eo", 'exit aud_event_man', 'aud_event_man', None, None, None), ("Ep", 'aud_event_man cannot edit item', 'Obsolete', None, None, None), ("Ep", 'cannot edit item', 'aud_event_man', None, None, None), ("F1", 'QLink - Start upload', 'Loader', None, None, None), ("F1", 'QLink - Start upload', 'Loader', ['NU'], None, None), ("F2", 'QLink - Upload data', 'Loader', None, None, None), ("F2", 'QLink - Upload data', 'Loader', [], None, None), ("F3", 'QLink - Upload last data', 'Loader', None, None, None), ("F3", 'QLink - Upload last data', 'Loader', [], None, None), ("F4", 'QLink - Start download', 'Loader', None, None, None), ("F4", 'QLink - Start download', 'Loader', ['NU'], None, None), ("F6", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("F6", 'QLINK, Start dl???(Lib)', 'Obsolete', None, None, None), ("F7", 'receive D/L file; no immediate ack required', None, None, None, None), ("F8", 'receive D/L file; host requests immediate xG ack', None, None, None, None), ("F9", 'receive D/L file; this is the last packet of the file', None, None, None, None), ("FF", 'QLink - Ack download block', 'Loader', None, None, None), ("FF", 'QLink - Ack download block', 'Loader', ['NU'], None, None), ("FF", 'receive D/L file; no immediate ack required', None, None, None, None), ("FK", 'QLink - Abort transfer', 'Loader', None, None, None), ("FK", 'QLink - Abort transfer', 'Loader', ['DS', 'CU'], None, None), ("FO", 'QLink - Ack download block', 'Loader', None, None, None), ("FO", 'QLink - Ack download block', 'Loader', ['NU'], None, None), ("Fm", 'Message Box - "We\'re sorry, you do not have access to this area."', None, None, None, None), ("Fn", 'Message Box - "We\'re sorry, you do not have access to this area."', None, None, None, None), ("Fo", 'Message Box - "We\'re sorry, you do not have access to this area."', None, None, None, None), ("Fz", 'Message Box - "We\'re sorry, you do not have access to this area."', None, None, None, None), ("G!", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("G!", 'qlink Game over', 'Obsolete', None, None, None), ("G!", 'qlink Game over', 'Roomer', ['M1'], None, None), ("G4", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("G4", 'qlink Game game not on disk', 'Obsolete', None, None, None), ("G4", 'qlink Game game not on disk', 'Roomer', ['M1'], None, None), ("G8", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("G8", 'qlink Game pc got loading error', 'Obsolete', None, None, None), ("G8", 'qlink Game pc got loading error', 'Roomer', ['M1'], None, None), ("GA", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GA", 'qlink Game ack (resume moves)', 'Obsolete', None, None, None), ("GA", 'qlink Game ack (resume moves)', 'Roomer', ['M1'], None, None), ("GB", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GB", 'qlink Game start-when all loaded', 'Obsolete', None, None, None), ("GB", 'qlink Game start-when all loaded', 'Roomer', ['M1'], None, None), ("GC", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GC", 'qlink Game pc rejects undo move', 'Obsolete', None, None, None), ("GC", 'qlink Game pc rejects undo move', 'Roomer', ['M1'], None, None), ("GD", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GE", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GE", 'qlink Game pc end of game', 'Obsolete', None, None, None), ("GE", 'qlink Game pc end of game', 'Roomer', ['M1'], None, None), ("GF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GF", 'qlink Game pc requests undo move Obsolete', 'Obsolete', None, None, None), ("GF", 'qlink Game pc requests undo move', 'Roomer', ['M1'], None, None), ("GG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GH", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GH", 'qlink Game pc accepts undo move', 'Obsolete', None, None, None), ("GH", 'qlink Game pc accepts undo move', 'Roomer', ['M1'], None, None), ("GI", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GI", 'qlink Game Init (get players)', 'Obsolete', None, None, None), ("GI", 'qlink Game Init (get players)', 'Roomer', ['M1'], None, None), ("GJ", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GJ", 'qlink Game join game', 'Obsolete', None, None, None), ("GJ", 'qlink Game join game', 'Roomer', ['M1'], None, None), ("GK", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GL", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GL", 'qlink Game restarted load-used?', 'Obsolete', None, None, None), ("GL", 'qlink Game restarted load-used?', 'Roomer', ['M1'], None, None), ("GM", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GM", 'qlink Game send game move', 'Obsolete', None, None, None), ("GM", 'qlink Game send game move', 'Roomer', ['M1'], None, None), ("GN", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GN", 'qlink Game pc declines to play', 'Obsolete', None, None, None), ("GN", 'qlink Game pc declines to play', 'Roomer', ['M1'], None, None), ("GO", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GQ", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GQ", 'qlink Game pass on move (???)', 'Obsolete', None, None, None), ("GQ", 'qlink Game pass on move (???)', 'Roomer', ['M1'], None, None), ("GR", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GR", 'qlink Game pc loaded & ready', 'Obsolete', None, None, None), ("GR", 'qlink Game pc loaded & ready', 'Roomer', ['M1'], None, None), ("GS", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GS", 'qlink Game start', 'Obsolete', None, None, None), ("GS", 'qlink Game start', 'Roomer', ['M1'], None, None), ("GT", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GT", 'qlink Game pass on move (???)', 'Obsolete', None, None, None), ("GT", 'qlink Game pass on move (???)', 'Roomer', ['M1'], None, None), ("GU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GU", 'qlink Game pc request to play', 'Obsolete', None, None, None), ("GU", 'qlink Game pc request to play', 'Roomer', ['M1'], None, None), ("GV", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GV", 'qlink Game restart incompatibles Obsolete', 'Obsolete', None, None, None), ("GV", 'qlink Game restart incompatibles', 'Roomer', ['M1'], None, None), ("GW", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GW", 'qlink Game pass on move (???)', 'Obsolete', None, None, None), ("GW", 'qlink Game pass on move (???)', 'Roomer', ['M1'], None, None), ("GX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GY", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GY", 'qlink Game pc agrees to play', 'Obsolete', None, None, None), ("GY", 'qlink Game pc agrees to play', 'Roomer', ['M1'], None, None), ("GZ", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("GZ", 'qlink Game pc req to play (last)', 'Roomer', ['M1'], None, None), ("GZ", 'qlink Game pc req to play', 'Obsolete (last)', None, None, None), ("I0", 'Ignore user - gen 4', 'Roomer', None, None, None), ("I0", 'Ignore user - gen 4', 'Roomer', ['M1'], None, None), ("I0", 'Ignore user - gen 4', 'chat_sw', None, None, None), ("I1", 'Cancel Ignore User - gen 4', 'Roomer', None, None, None), ("I1", 'Cancel Ignore User - gen 4', 'Roomer', [], None, None), ("I1", 'Cancel Ignore User - gen 4', 'chat_sw', None, None, None), ("ID", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("ID", 'Request identify user (Identify)', 'Obsolete', [], None, None), ("ID", 'Request identify user', 'Obsolete (Identify)', None, None, None), ("IG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("IG", 'Ignore User', 'Obsolete', None, None, None), ("IG", 'Ignore User', 'Roomer', None, None, None), ("IJ", 'Message Box - "Internal error. Please try again later."', None, None, None, None), ("IJ", 'Change AIM password', 'ajax', None, None, None), ("IX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("IX", 'Cancel Ignore User', 'Obsolete', None, None, None), ("IX", 'Cancel Ignore User', 'Roomer', None, None, None), ("IX", 'Cancel Ignore User', 'Roomer', ['M1'], None, None), ("Ic", 'Enter search - turn on chkboxes', 'Invert', None, None, None), ("Ic", 'Enter search - turn on chkboxes', 'Invert_sw', ['NU'], None, None), ("Ic", 'Message Box - "Invalid search request."', None, None, None, None), ("Id", 'Get Member Profile', None, None, None, None), ("Id", 'Identify - answer w/forms', 'a2k_retrieve', ['NU'], None, None), ("Id", 'Identify - answer w/forms', 'mdir_ret_migsw', None, None, None), ("Id", 'Identify - answer w/forms', 'mdir_retrieve', None, None, None), ("Ie", 'Enter Inversion database', 'Invert', None, None, None), ("Ie", 'Enter Inversion database', 'Invert_sw', ['NU'], None, None), ("Ie", 'Message Box - "Invalid search request."', None, None, None, None), ("Ij", 'Cancel changing AIM password', 'ajax', None, None, None), ("Im", 'Message Box - "Invalid search request."', None, None, None, None), ("Im", 'Partial Displays during Search', 'Invert', None, None, None), ("Im", 'Partial Displays during Search', 'Invert_sw', ['NU'], None, None), ("Iq", 'Message Box - "Invalid search request."', None, None, None, None), ("Iq", 'Send QF form for Sub Library', 'Invert', None, None, None), ("Iq", 'Send QF form for Sub Library', 'Invert_sw', ['NU'], None, None), ("Ir", 'Reset Invert server domain', 'Invert', None, None, None), ("Ir", 'Reset Invert server domain', 'Invert_sw', ['NU'], None, None), ("Is", '"Search" button', None, None, None, '32-48'), ("Is", 'Search inversion database', 'Invert', None, None, None), ("Is", 'Search inversion database', 'Invert_sw', ['NU'], None, None), ("Is", 'available?', None, None, None, None), ("It", 'Message Box - "Invalid search request."', None, None, None, None), ("It", 'Request table of contents', 'Invert', None, None, None), ("It", 'Request table of contents', 'Invert_sw', ['NU'], None, None), ("Ix", "Alternate 'enter db' for srvdir", 'Invert', None, None, None), ("Ix", "Alternate 'enter db' for srvdir", 'Invert_sw', ['NU'], None, None), ("Ix", 'Message Box - "Invalid search request."', None, None, None, None), ("J1", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("J1", 'qlink Game Observe: request obs', 'Obsolete', None, None, None), ("J1", 'qlink Game Observe: request obs', 'Roomer', ['M1'], None, None), ("JA", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JA", 'qlink Game Observe: restart game', 'Obsolete', None, None, None), ("JA", 'qlink Game Observe: restart game', 'Roomer', ['M1'], None, None), ("JF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JF", 'qlink Game Observe: decline obs', 'Obsolete', None, None, None), ("JF", 'qlink Game Observe: decline obs', 'Roomer', ['M1'], None, None), ("JG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JG", 'qlink Game Observe: resume game', 'Obsolete', None, None, None), ("JG", 'qlink Game Observe: resume game', 'Roomer', ['M1'], None, None), ("JN", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JN", 'qlink Game Observe: decline obs', 'Obsolete', None, None, None), ("JN", 'qlink Game Observe: decline obs', 'Roomer', ['M1'], None, None), ("JS", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JS", 'qlink Game Observe: suspend game', 'Obsolete', None, None, None), ("JS", 'qlink Game Observe: suspend game', 'Roomer', ['M1'], None, None), ("JY", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("JY", 'qlink Game Observe: accept obs', 'Obsolete', None, None, None), ("JY", 'qlink Game Observe: accept obs', 'Roomer', ['M1'], None, None), ("Ja", 'Get Stock Quote', None, None, None, None), ("Ja", 'sdk rqst for quote', 'pcquote', None, None, None), ("Jb", 'Get Stock Quote', None, None, None, None), ("Jb", 'sdk rqst for quick quote', 'pcquote', None, None, None), ("Jc", 'sdk get pfolio or pfolio list', 'pcquote', None, None, None), ("K0", 'Message Box - "Internal error."', None, None, None, None), ("K0", 'QLINK, Start a file upload', 'Library', [], None, None), ("K0", 'QLINK, Start a file upload', 'Obsolete (Lib)', None, None, None), ("K1", 'Message Box - "Internal error."', None, None, None, None), ("K1", 'Request a library record', 'Library', None, None, None), ("K1", 'Request a library record', 'Library', ['PL'], None, None), ("K1", 'Request a library record', 'nav_switch', None, None, None), ("K2", 'Message Box - "Internal error."', None, None, None, None), ("K2", 'QLINK, Msg/desc after spec date', 'Library', [], None, None), ("K2", 'QLINK, Msg/desc after spec', 'Obsolete (Lib)', None, None, None), ("K3", 'Message Box - "Internal error."', None, None, None, None), ("K3", 'QLINK, Subj list 4 msg brd(Lib)', 'Obsolete', None, None, None), ("K3", 'QLINK, Subj list 4 msg brd/lib', 'Library', [], None, None), ("K4", 'Library, QLink start file dnld', 'Obsolete', None, None, None), ("K4", 'Library, QLink start file dnld', 'Obsolete', [], None, None), ("K4", 'Message Box - "Internal error."', None, None, None, None), ("K5", 'Message Box - "Internal error."', None, None, None, None), ("K5", 'QLINK, Start brd msg or SW desc', 'Library', [], None, None), ("K5", 'QLINK, Start brd msg or SW', 'Obsolete (Lib)', None, None, None), ("K6", 'Message Box - "Internal error."', None, None, None, None), ("K6", 'QLINK, Nxt line brd or file desc', 'Library', [], None, None), ("K6", 'QLINK, Nxt line brd or file', 'Obsolete (Lib)', None, None, None), ("K7", 'Message Box - "Internal error."', None, None, None, None), ("K7", 'QLINK, Last line for board msg', 'Library', [], None, None), ("K7", 'QLINK, Last line for board', 'Obsolete (Lib)', None, None, None), ("K8", 'Message Box - "Internal error."', None, None, None, None), ("K8", 'QLINK, Abort msg/desc buil(Lib)', 'Obsolete', None, None, None), ("K8", 'QLINK, Abort msg/desc building', 'Library', [], None, None), ("K9", 'abort text transmission', 'textman', None, None, None), ("K9", 'abort text transmission', 'textman', ['PL'], None, None), ("KA", 'Select Alternate Keyword', None, None, None, None), ("KA", 'for Library', 'keyword', None, None, None), ("KI", 'QLINK, Cont scan of subj (Lib)', 'Obsolete', None, None, None), ("KI", 'QLINK, Cont scan of subj list', 'Library', [], None, None), ("KJ", 'QLINK, Abort srch of subj (Lib)', 'Obsolete', None, None, None), ("KJ", 'QLINK, Abort srch of subj list', 'Library', [], None, None), ("KL", 'QLINK, Last line file (Lib)', 'Obsolete', None, None, None), ("KL", 'QLINK, Last line file desc', 'Library', [], None, None), ("KN", 'go ahead', None, None, None, None), ("KN", 'text go ahead', 'textman', [], None, None), ("KP", 'QLINK, Get doc 4 software (Lib)', 'Obsolete', None, None, None), ("KP", 'QLINK, Get doc 4 software desc', 'Library', [], None, None), ("KQ", 'QLINK, Start a suggestion (Lib)', 'Obsolete', None, None, None), ("KQ", 'QLINK, Start a suggestion ???', 'Library', [], None, None), ("KS", 'QLINK, For obs vers Q2 - like K1', 'Library', [], None, None), ("KT", 'QLINK, For obs vers Q2 - like K1', 'Library', [], None, None), ("KW", 'QLINK, Srch subj lst for brd/lib', 'Library', [], None, None), ("KX", 'Request a Library record', 'Library', None, None, None), ("KX", 'Request a Library record', 'Library', ['PL'], None, None), ("Kc", 'Request lib rec (with prepop)', 'Library', None, None, None), ("Kc", 'Request lib rec (with prepop)', 'Library', [], None, None), ("Kg", 'PC indicating surcharge switch', 'tih', ['PL', 'SP'], None, None), ("Ki", 'Access area via promoter keyword', 'Library', [], None, None), ("Ki", 'Access area via promoter keyword', 'keyword', None, None, None), ("Kj", 'Access area via dir svcs keyword', 'Library', [], None, None), ("Kj", 'Access area via dir svcs keyword', 'keyword', None, None, None), ("Kk", 'Access area via a keyword', 'Library', [], None, None), ("Kk", 'Access area via a keyword', 'keyword', None, None, None), ("Kk", 'Go to Keyword', None, None, None, None), ("Kl", 'New approx keyword slct', 'keyword', None, None, None), ("Kn", 'Cont sending text - gen 4', 'Library', None, None, None), ("Kn", 'Cont sending text - gen 4', 'Library', [], None, None), ("Kr", 'Random Keywords', 'keyword', None, None, None), ("L!", 'Find a Chat', None, None, None, None), ("L!", 'List Public', 'RoomList', None, None, None), ("L!", 'List Public', 'Usher', ['NU'], None, None), ("L!", 'List Public', 'chat_sw', None, None, None), ("L$", 'Find a Chat', None, None, None, None), ("L$", 'list sanctioned', 'RoomList', None, None, None), ("L$", 'list sanctioned', 'Usher', ['NU'], None, None), ("L$", 'list sanctioned', 'chat_sw', None, None, None), ("L&", 'Find a Chat', None, None, None, None), ("L&", 'active sanctioned', 'RoomList', None, None, None), ("L&", 'active sanctioned', 'Usher', ['NU'], None, None), ("L&", 'active sanctioned', 'chat_sw', None, None, None), ("L(", '<More> public rooms', 'RoomList', None, None, None), ("L(", '<More> public rooms', 'Usher', ['NU'], None, None), ("L(", '<More> public rooms', 'chat_sw', None, None, None), ("L)", '<more> list of sanctioned', 'RoomList', None, None, None), ("L)", '<more> list of sanctioned', 'Usher', ['NU'], None, None), ("L)", '<more> list of sanctioned', 'chat_sw', None, None, None), ("L1", 'Enter a Private Chat form', None, None, 28, None), ("L1", 'Request locate form', 'Usher', ['NU'], None, None), ("L1", 'Request locate form', 'chat_sw', None, None, None), ("L1", 'Search Featured Chats', None, None, 76, None), ("L1", 'Search Member Chats', None, None, 77, None), ("L1", 'locate form', None, None, None, None), ("L2", 'send create form', 'Usher', ['NU'], None, None), ("L2", 'send create form', 'chat_sw', None, None, None), ("L2", 'send', None, None, None, None), ("L3", 'send private form', 'Usher', ['NU'], None, None), ("L3", 'send private form', 'chat_sw', None, None, None), ("L3", None, None, None, None, None), ("L@", 'list member created rooms', 'RoomList', None, None, None), ("L@", 'list member created rooms', 'Usher', ['NU'], None, None), ("L@", 'list member created rooms', 'chat_sw', None, None, None), ("LA", '"Search" button', None, None, None, 'L1 76'), ("LA", 'list rooms(same name, diff sanc)', 'RoomList', None, None, None), ("LA", 'list rooms(same name, diff sanc)', 'chat_sw', None, None, None), ("LB", 'Find a Chat', None, None, None, None), ("LB", 'List rooms', 'RoomList', None, None, None), ("LB", 'List rooms', 'Usher', ['NU'], None, None), ("LB", 'List rooms', 'chat_sw', None, None, None), ("LC", 'Find a Chat', None, None, None, None), ("LC", 'List rooms (continue)', 'RoomList', None, None, None), ("LC", 'List rooms (continue)', 'Usher', ['NU'], None, None), ("LC", 'List rooms (continue)', 'chat_sw', None, None, None), ("LD", 'Find a Chat', None, None, None, None), ("LD", 'List PC from Conf', 'RoomList', None, None, None), ("LD", 'List PC from Conf', 'Usher', ['NU'], None, None), ("LD", 'List PC from Conf', 'chat_sw', None, None, None), ("LE", '"Search" button', None, None, None, 'L1 77'), ("LE", 'list rooms(same name, diff memb)', 'RoomList', None, None, None), ("LE", 'list rooms(same name, diff memb)', 'chat_sw', None, None, None), ("LF", '"More Rooms" on Active Conference Room form', None, None, 1, '32-273'), ("LF", 'List Conference Rooms', 'RoomList', None, None, None), ("LF", 'List Conference Rooms', 'Usher', ['NU'], None, None), ("LF", 'List Conference Rooms', 'chat_sw', None, None, None), ("LG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("LG", 'list games', 'Obsolete (Roomer)', None, None, None), ("LG", 'list games', 'Roomer', ['M1'], None, None), ("LH", 'Start Member Chat', None, None, None, None), ("LH", 'display create member room form', 'RoomList', None, None, None), ("LH", 'display create member room form', 'chat_sw', None, None, None), ("LI", 'new token for RoomList', 'RoomList', None, None, None), ("LI", 'new token for RoomList', 'chat_sw', None, None, None), ("LJ", '"List More"', None, None, None, 'L&'), ("LJ", 'new token for RoomList', 'RoomList', None, None, None), ("LJ", 'new token for RoomList', 'chat_sw', None, None, None), ("LN", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("LN", 'Lookup user by name - locate', 'Obsolete', None, None, None), ("LN", 'Lookup user by name', 'locate', [], None, None), ("LO", 'Session termination', 'Logout', None, None, None), ("LO", 'Session termination', 'Porch', ['PL', 'SP'], None, None), ("LO", 'Sign Offline', None, None, None, None), ("LP", 'Find a Chat', None, None, None, None), ("LP", 'List Rooms in People Connection', 'RoomList', None, None, None), ("LP", 'List Rooms in People Connection', 'Usher', ['NU'], None, None), ("LP", 'List Rooms in People Connection', 'chat_sw', None, None, None), ("LQ", 'Find a Chat', None, None, None, None), ("LQ", 'Quit list rooms', 'RoomList', None, None, None), ("LQ", 'Quit list rooms', 'Usher', ['NU'], None, None), ("LQ", 'Quit list rooms', 'chat_sw', None, None, None), ("LR", "List rooms in P.C. (LP cont'd)", 'RoomList', None, None, None), ("LR", "List rooms in P.C. (LP cont'd)", 'Usher', ['NU'], None, None), ("LR", "List rooms in P.C. (LP cont'd)", 'chat_sw', None, None, None), ("LR", '"List More"', None, None, None, '32-98'), ("LS", 'List rooms w/class and format', 'RoomList', None, None, None), ("LS", 'List rooms w/class and format', 'Usher', ['NU'], None, None), ("LS", 'List rooms w/class and format', 'chat_sw', None, None, None), ("LT", 'Continue of LS', 'RoomList', None, None, None), ("LT", 'Continue of LS', 'Usher', ['NU'], None, None), ("LT", 'Continue of LS', 'chat_sw', None, None, None), ("LU", 'Message Box - "Internal error 1"', None, None, None, None), ("LU", 'list rooms by category', 'RoomList', None, None, None), ("LU", 'list rooms by category', 'chat_sw', None, None, None), ("LV", 'Find a Chat', None, None, None, None), ("LV", 'more list rooms by category', 'RoomList', None, None, None), ("LV", 'more list rooms by category', 'chat_sw', None, None, None), ("LX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("LX", 'List Prom Room Names - locate', 'Obsolete', None, None, None), ("LX", 'List Promenade Room Names', 'locate', [], None, None), ("LY", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("LY", "List Prom Names (cont'd) -locate", 'Obsolete', None, None, None), ("LY", "List Prom Room Names (cont'd)", 'locate', [], None, None), ("Ln", 'Locate - respond with forms', 'locate', [], None, None), ("Ln", 'Locate Member', None, None, None, None), ("Ln", 'respond with forms YGP noload', 'ygp_finder', None, None, None), ("M1", 'IG Ignore User', 'Roomer', ['M1'], None, None), ("MA", 'Message Box - "Please use the new config interface to sanction and ' 'desanction rooms"', None, None, None, None), ("MA", 'Sanction room online', 'chat_sw', None, None, None), ("MA", 'Switch to Porch', 'Usher', [], None, None), ("MB", '"Go Chat" button', None, None, None, '32-5352'), ("MB", 'create room - name and category', 'chat_sw', None, None, None), ("MB", 'name and category', None, None, None, None), ("MC", 'Message Box - "We are unable to put you in that room at this time, error 1"', None, None, None, None), ("MC", 'Enter room', 'chat_sw', None, None, None), ("MD", 'Give/Switch to Loader', 'Loader', None, None, None), ("MD", 'Give/Switch to Loader', 'Loader', [], None, None), ("ME", 'Chat Now', None, None, None, None), ("ME", 'new', 'chat_sw', None, None, None), ("MF", 'Give/Switch to Loader', 'Loader', None, None, None), ("MF", 'Give/Switch to Loader', 'Loader', [], None, None), ("MG", 'Chg full_spec', None, None, None, None), ("MG", 'Chg room full_spec ch pay areas', 'chat_sw', None, None, None), ("ML", 'Message Box - "Please use the new config interface to sanction and ' 'desanction rooms"', None, None, None, None), ("ML", 'Switch to Library', 'Usher', [], None, None), ("ML", 'desanction room online', 'chat_sw', None, None, None), ("ML", 'desanction', None, None, None, None), ("MM", 'Message Box - "Internal error 3"', None, None, None, None), ("MM", 'Switch to Porch', 'Usher', [], None, None), ("MM", 'make room public online', 'chat_sw', None, None, None), ("MM", None, None, None, None, None), ("MO", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("MO", 'Switch to Library', 'Usher', [], None, None), ("MO", 'list rooms in my category', 'Obsolete', None, None, None), ("MP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("MP", 'Switch to Library', 'Usher', [], None, None), ("MP", 'directly', None, None, None, None), ("MP", 'go directly to room name', 'Obsolete', None, None, None), ("MQ", 'Message Box - "Invalid room name"', None, None, None, None), ("MQ", 'Switch Library', None, None, None, None), ("MQ", 'Switch to Library', 'Usher', [], None, None), ("MQ", 'Switch to Library', 'chat_sw', None, None, None), ("MR", 'People Connection', None, None, None, None), ("MR", 'Return (Q)goto (^Q) MY status', None, None, None, None), ("MR", 'Return to room (Q), goto PC (^Q)', 'chat_sw', None, None, None), ("MR", 'Return to room 0(Q), goto PC (^Q)', 'Usher', ['NU'], None, None), ("MS", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("MS", 'display sys msgs(Rm/Aud)', 'Obsolete (Roomer)', None, None, None), ("MS", 'display system messages (Rm/Aud)', 'Roomer', ['M1'], None, None), ("MX", 'Q-Link 3 char token (strip X)', 'tih', None, None, None), ("MX", 'Q-Link 3 char token (strip X)', 'tih', ['SP'], None, None), ("MY", '"Go Chat" button', None, None, None, 'L&'), ("MY", 'create change room status form', 'chat_sw', None, None, None), ("MZ", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("MZ", 'Open Promenade HQ Room', 'Obsolete', None, None, None), ("MZ", 'Open Promenade HQ Room', 'Obsolete', [], None, None), ("Mc", 'Create_keywords form', 'Obsolete (keywordman)', None, None, None), ("Md", 'Delete_keywords form', 'Obsolete (keywordman)', None, None, None), ("Me", 'Delete keyword', 'Obsolete (keyword_man)', None, None, None), ("Mk", 'Manage_keywords form', 'Obsolete (keywordman)', None, None, None), ("Ml", 'List_keywords form', 'Obsolete (keywordman)', None, None, None), ("Mm", 'Modify_keywords form', 'Obsolete (keywordman)', None, None, None), ("Mn", 'Manage_synonyms form', 'Obsolete (keywordman)', None, None, None), ("Mo", 'Update synonyms', 'Obsolete (keyword_man)', None, None, None), ("Mp", 'Delete_synonyms form', 'Obsolete (keywordman)', None, None, None), ("Mr", 'Create keyword', 'Obsolete (keyword_man)', None, None, None), ("Ms", 'Show keywords list', 'Obsolete (keywordman)', None, None, None), ("Mt", 'Cont. Keyword list', 'Obsolete (keywordman)', None, None, None), ("Mu", 'Modify keyword', 'Obsolete (keyword_man)', None, None, None), ("Mx", 'Copy_keywords form', 'Obsolete (keywordman)', None, None, None), ("My", 'Copy keyword', 'Obsolete (keyword_man)', None, None, None), ("NA", 'same as Na with escaping', 'dungeon2', None, None, None), ("NA", 'same as Na with escaping', 'dungeon2', ['NU'], None, None), ("NB", 'update location with escaping', 'dungeon2', None, None, None), ("NB", 'update location with escaping', 'dungeon2', [], None, None), ("NC", 'broadcast info with escaping', 'dungeon2', None, None, None), ("NC", 'broadcast info with escaping', 'dungeon2', [], None, None), ("ND", 'identify user with escaping', 'dungeon2', None, None, None), ("ND", 'identify user with escaping', 'dungeon2', [], None, None), ("NE", 'read user with escaping', 'dungeon2', None, None, None), ("NE", 'read user with escaping', 'dungeon2', [], None, None), ("NF", 'write user with escaping', 'dungeon2', None, None, None), ("NF", 'write user with escaping', 'dungeon2', [], None, None), ("NG", 'read reg loc with escaping', 'dungeon2', None, None, None), ("NG", 'read reg loc with escaping', 'dungeon2', [], None, None), ("NH", 'read reg nolock with escaping', 'dungeon2', None, None, None), ("NH", 'read reg nolock with escaping', 'dungeon2', [], None, None), ("NI", 'write region with escaping', 'dungeon2', None, None, None), ("NI", 'write region with escaping', 'dungeon2', [], None, None), ("NJ", 'Parental Control Functions', None, None, '18227 - 18245', None), ("NK", 'Parental Controls Main', None, None, None, None), ("NL", 'send time with escaping', 'dungeon2', None, None, None), ("NL", 'send time with escaping', 'dungeon2', [], None, None), ("NM", 'send info with escaping', 'dungeon2', None, None, None), ("NM", 'send info with escaping', 'dungeon2', [], None, None), ("NN", 'Edit Parental Controls', None, None, None, None), ("NO", 'Message Box - "Your request can not be processed at this time. Please try ' 'again later"', None, None, None, None), ("NP", 'same as Np with escaping', 'dungeon2', None, None, None), ("NP", 'same as Np with escaping', 'dungeon2', [], None, None), ("NW", 'same as Nw with escaping', 'dungeon2', None, None, None), ("NW", 'same as Nw with escaping', 'dungeon2', [], None, None), ("NX", 'user exit with escaping', 'dungeon2', None, None, None), ("NX", 'user exit with escaping', 'dungeon2', [], None, None), ("Na", 'D&D 2.0 entry token', 'dungeon2', None, None, None), ("Na", 'D&D 2.0 entry token', 'dungeon2', ['NU'], None, None), ("Nb", 'D&D 2.0 update location token', 'dungeon2', None, None, None), ("Nb", 'D&D 2.0 update location token', 'dungeon2', [], None, None), ("Nc", 'D&D 2.0 broadcast info token', 'dungeon2', None, None, None), ("Nc", 'D&D 2.0 broadcast info token', 'dungeon2', [], None, None), ("Nd", 'D&D 2.0 identify user token', 'dungeon2', None, None, None), ("Nd", 'D&D 2.0 identify user token', 'dungeon2', [], None, None), ("Ne", 'D&D 2.0 read user record token', 'dungeon2', None, None, None), ("Ne", 'D&D 2.0 read user record token', 'dungeon2', [], None, None), ("Nf", 'D&D 2.0 write user record token', 'dungeon2', None, None, None), ("Nf", 'D&D 2.0 write user record token', 'dungeon2', [], None, None), ("Ng", 'D&D 2.0 read & lock region token', 'dungeon2', None, None, None), ("Ng", 'D&D 2.0 read & lock region token', 'dungeon2', [], None, None), ("Nh", 'D&D 2.0 read region w/o lock', 'dungeon2', None, None, None), ("Nh", 'D&D 2.0 read region w/o lock', 'dungeon2', [], None, None), ("Ni", 'D&D 2.0 re-write region token', 'dungeon2', None, None, None), ("Ni", 'D&D 2.0 re-write region token', 'dungeon2', [], None, None), ("Nj", 'D&D 2.0 send pathname token', 'dungeon2', None, None, None), ("Nj", 'D&D 2.0 send pathname token', 'dungeon2', [], None, None), ("Nk", 'D&D 2.0 current timestamp token', 'dungeon2', None, None, None), ("Nk", 'D&D 2.0 current timestamp token', 'dungeon2', [], None, None), ("Nl", 'D&D 2.0 quest message token', 'dungeon2', None, None, None), ("Nl", 'D&D 2.0 quest message token', 'dungeon2', [], None, None), ("Nm", 'D&D 2.0 quest completed token', 'dungeon2', None, None, None), ("Nm", 'D&D 2.0 quest completed token', 'dungeon2', [], None, None), ("Nn", 'D&D 2.0 save and quit token', 'dungeon2', None, None, None), ("Nn", 'D&D 2.0 save and quit token', 'dungeon2', [], None, None), ("No", 'D&D 2.0 send direct chat', 'dungeon2', None, None, None), ("No", 'D&D 2.0 send direct chat', 'dungeon2', [], None, None), ("Np", 'D&D 2.0 notify nearby new stats', 'dungeon2', None, None, None), ("Np", 'D&D 2.0 notify nearby new stats', 'dungeon2', [], None, None), ("Nq", '"Continue" on create alternate screen name form', None, None, None, '41-51071'), ("Nq", 'process add name retry', 'screen_name_adm', None, None, None), ("Nr", '"Continue" on set parental controls form', None, None, None, '41-51071'), ("Nr", 'process new category', 'screen_name_adm', None, None, None), ("Ns", '"Continue" on set password form', None, None, 2, None), ("Ns", 'process set pw', 'screen_name_adm', None, None, None), ("Nt", 'NWN2.0: gen4 List users/Lounge', 'dungeon2', None, None, None), ("Nt", 'NWN2.0: gen4 List users/Lounge', 'dungeon2', [], None, None), ("Nu", 'D&D 2.0 alternate load game', 'dungeon2', None, None, None), ("Nu", 'D&D 2.0 alternate load game', 'dungeon2', [], None, None), ("Nv", 'debug info from D&D 2.0', 'dungeon2', None, None, None), ("Nv", 'debug info from D&D 2.0', 'dungeon2', [], None, None), ("Nw", 'D&D 2.0 list users from lounge', 'dungeon2', None, None, None), ("Nw", 'D&D 2.0 list users from lounge', 'dungeon2', [], None, None), ("Nx", 'D&D 2.0 exit token', 'dungeon2', None, None, None), ("Nx", 'D&D 2.0 exit token', 'dungeon2', ['CU'], None, None), ("Ny", 'D&D 2.0 god tools token', 'dungeon2', None, None, None), ("Ny", 'D&D 2.0 god tools token', 'dungeon2', [], None, None), ("Nz", 'D&D 2.0 locking error token', 'dungeon2', None, None, None), ("Nz", 'D&D 2.0 locking error token', 'dungeon2', [], None, None), ("OT", 'Display Alert Message', None, None, None, None), ("PA", 'Login Popup -queue apollo', 'login_popup', None, None, None), ("PB", 'Login Popup B', 'login_popup', None, None, None), ("PC", 'Login Popup C', 'login_popup', None, None, None), ("PD", 'PC requests circular dump', 'tih', ['SP'], None, None), ("PE", 'Select popup action', 'popup', None, None, None), ("PF", 'Trigger popup action', 'popup', None, None, None), ("PM", 'database write request', 'marketing_prefs', None, None, None), ("PP", 'Login Popup P', 'login_popup', None, None, None), ("PR", 'Message Box - "We are unable to process your request right now"', None, None, None, None), ("PR", 'qlink req locate, to LW', 'Obsolete (Roomer)', None, None, None), ("PR", 'qlink request locate, snd to LW', 'Roomer', ['M1'], None, None), ("PR", 'qlink request locate, snd to LW', 'marketing_prefs', None, None, None), ("PT", 'qp_server free curtain token', 'pcquote', None, None, None), ("PU", 'Login Popup U', 'login_popup', None, None, None), ("PV", 'channel popup init', 'popup', None, None, None), ("PW", 'adhoc popup init', 'popup', None, None, None), ("PX", 'logout popup init', 'popup', None, None, None), ("Q!", 'Delete Portfolio', None, None, 1, None), ("Q!", 'Portfolio delete confirm', 'quote_mp', None, None, None), ('Q"', 'remove Symbol confirm', 'quote_mp', None, None, None), ("Q#", 'Edit Portfolio', None, None, 2, '44-31996'), ("Q#", 'display edit symbol form', 'quote_mp', None, None, None), ("Q$", 'Delete portfolio symbol', None, None, 2, '44-31996'), ("Q$", 'display remove symbol form', 'quote_mp', None, None, None), ("Q%", 'Print Portfolio', None, None, 1024, '44-31996'), ("Q%", 'print portfolio', 'quote_mp', None, None, None), ("Q&", 'Refresh Portfolio', None, None, 1024, None), ("Q&", 'refresh portfolio', 'quote_mp', None, None, None), ("Q", 'future use', 'quote_mp', None, None, None), ("Q(", 'add cash portfolio list box sele', 'quote_mp', None, None, None), ("Q)", 'Exchange', None, None, 5, '44-31996'), ("Q)", 'add item exchange listbox select', 'quote_mp', None, None, None), ("Q-", 'return from search', 'port_prefs', None, None, None), ("Q0", 'add item list box', 'quote_mp', None, None, None), ("Q1", 'Rename Portfolio', None, None, 1, None), ("Q1", 'confirm for portfolio rename', 'quote_mp', None, None, None), ("Q2", 'Delete Portfolio', None, None, 1, None), ("Q2", 'Delete portfolio', 'quote_mp', None, None, None), ("Q3", 'Rename Portfolio', None, None, 1, None), ("Q3", 'Rename portfolio', 'quote_mp', None, None, None), ("Q4", 'dd Item to Portfolio', None, None, 1024, '44-31996'), ("Q4", 'display item add form', 'quote_mp', None, None, None), ("Q5", 'Transfer Portfolio', None, None, 2, None), ("Q5", 'transfer item form', 'quote_mp', None, None, None), ("Q6", 'Copy Symbol', None, None, 4, None), ("Q6", 'copy item', 'quote_mp', None, None, None), ("Q7", 'customize add column', 'quote_mp', None, None, None), ("Q8", 'Customize remove column', 'quote_mp', None, None, None), ("Q9", 'Customize move up', 'quote_mp', None, None, None), ("Q<", 'from stratus or iq', 'quote_disp', None, None, None), ("Q<", 'from stratus or iq', 'quote_distrib', None, None, None), ("Q=", 'start symbol search', 'port_prefs', None, None, None), ("Q>", 'Lookup Symbol', None, None, None, '44-31996'), ("Q>", 'display quote form', 'quote_disp', None, None, None), ("Q>", 'display quote form', 'quote_distrib', None, None, None), ("QA", 'Quotes', None, None, None, None), ("QA", 'display intl quote form', 'quote_disp', None, None, None), ("QA", 'display intl quote form', 'quote_distrib', None, None, None), ("QB", 'Get Symbol Info', None, None, None, None), ("QB", 'get quote request', 'quote_disp', None, None, None), ("QB", 'get quote request', 'quote_distrib', None, None, None), ("QC", 'Lookup Symbol Info', None, None, None, None), ("QC", 'search for intl symbol', 'quote_disp', None, None, None), ("QC", 'search for intl symbol', 'quote_distrib', None, None, None), ("QD", 'Select list item from search box', 'quote_disp', None, None, None), ("QD", 'Select list item from search box', 'quote_distrib', None, None, None), ("QE", 'More Search Results', None, None, None, None), ("QE", 'more button on search form', 'quote_disp', None, None, None), ("QE", 'more button on search form', 'quote_distrib', None, None, None), ("QF", 'Exchange Info', None, None, 1, None), ("QF", 'reserved', 'quote_disp', None, None, None), ("QF", 'reserved', 'quote_distrib', None, None, None), ("QG", 'initial quote request', 'quote_form', None, None, None), ("QH", 'reserved', 'quote_detail', None, None, None), ("QH", 'reserved', 'quote_distrib', None, None, None), ("QI", 'Add to Portfolio', None, None, None, None), ("QI", 'quote server add item button', 'quote_disp', None, None, None), ("QI", 'quote server add item button', 'quote_distrib', None, None, None), ("QJ", '"Previous" button', None, None, 2, '44-7650'), ("QJ", 'Create Portfolio', None, None, 1, None), ("QJ", 'Start Portfolio Wizard', 'quote_mp', None, None, None), ("QK", 'Cancel Portfolio Wizard', 'quote_mp', None, None, None), ("QK", 'Cancel Portfolio', None, None, None, None), ("QL", 'Add Symbol to Portfolio', None, None, None, '44-7650'), ("QL", 'Portfolio Wizard Add Item', 'quote_mp', None, None, None), ("QM", 'Display PSS', 'quote_mp', None, None, None), ("QM", 'Display Portfolio', None, None, None, None), ("QN", 'Display port detail form', 'quote_mp', None, None, None), ("QN", 'List Portfolio', None, None, 1, '44-31996'), ("QO", '(que oh) Add Item confirm', 'quote_mp', None, None, None), ("QP", 'calculate split', 'quote_mp', None, None, None), ("QQ", 'Portfolio Wizard Step 3', 'quote_mp', None, None, None), ("QR", 'Set port to defaults confirm', 'quote_mp', None, None, None), ("QS", 'Finish Portfolio', None, None, None, None), ("QS", 'Portfolio Wizard Step 4', 'quote_mp', None, None, None), ("QT", 'handle add cash', 'quote_mp', None, None, None), ("QU", 'Create Portfolio Ok Button', 'quote_mp', None, None, None), ("QV", 'Transfer Portfolio', None, None, 4, None), ("QV", 'item transfer confirm', 'quote_mp', None, None, None), ("QW", 'handle edit item', 'quote_mp', None, None, None), ("QX", 'Edit Portfolio', None, None, None, None), ("QX", 'edit item OK button', 'quote_mp', None, None, None), ("QY", 'display main form', 'port_prefs', None, None, None), ("QZ", 'save preferences', 'port_prefs', None, None, None), ("Q[", 'continue symbol search', 'port_prefs', None, None, None), ("Q\", 'subscribe', 'port_prefs', None, None, None), ("Q]", 'unsubscribe', 'port_prefs', None, None, None), ("Q^", 'TTharp', 'port_prefs', None, None, None), ("Qa", 'mp add to which portfolio', 'pcquote', None, None, None), ("Qb", '"OK" button', None, None, None, 'pe'), ("Qb", 'mp add to portfolio', 'pcquote', None, None, None), ("Qc", 'Display Portfolio', None, None, 1, None), ("Qc", 'mp display portfolio', 'quote_disp', None, None, None), ("Qc", 'mp display portfolio', 'quote_distrib', None, None, None), ("Qd", 'mp rqst for named symbol quote', 'pcquote', None, None, None), ("Qe", 'mp rqst quote of pfolio symbol', 'pcquote', None, None, None), ("Qf", 'mp start editing pfolio item', 'pcquote', None, None, None), ("Qg", 'Delete Portfolio', None, None, 1, None), ("Qg", 'mp setup delete portfolio', 'pcquote', None, None, None), ("Qh", 'reserve for pcquote', 'pcquote', None, None, None), ("Qi", 'mp update edited pfolio item', 'pcquote', None, None, None), ("Qj", 'mp refresh pfolio display', 'pcquote', None, None, None), ("Qk", 'rqst for mac sdk quote', 'pcquote', None, None, None), ("Ql", 'rqst to display a public pfolio', 'pcquote', None, None, None), ("Ql", 'rqst to display a public pfolio', 'quote_sls', None, None, None), ("Qm", 'mp display win save/print pfolio', 'pcquote', None, None, None), ("Qn", 'Rename Portfolio', None, None, 1, None), ("Qn", 'setup rename portfolio', 'pcquote', None, None, None), ("Qn", 'setup rename portfolio', 'quote_distrib', None, None, None), ("Qo", 'mp change portfolio name', 'pcquote', None, None, None), ("Qp", 'mp start direct add to pfolio', 'pcquote', None, None, None), ("Qp", 'mp start direct add to pfolio', 'quote_sls', None, None, None), ("Qq", 'mp direct add item to pfolio', 'pcquote', None, None, None), ("Qr", 'reset gen3 pcquote domain', 'pcquote', None, None, None), ("Qs", 'mp setup delete from portfolio', 'pcquote', None, None, None), ("Qt", 'mp delete from portfolio', 'pcquote', None, None, None), ("Qu", 'rqst for win sdk quote', 'pcquote', None, None, None), ("Qv", 'Add item to Portfolio', None, None, 1, None), ("Qv", 'mp start add item from summary', 'pcquote', None, None, None), ("Qw", 'mp Symbol name listboxMoreButton', 'pcquote', None, None, None), ("Qx", 'mp symbol search list box', 'pcquote', None, None, None), ("Qy", 'mp disp quote token frm lookup', 'pcquote', None, None, None), ("Qz", 'mp cancel edit portfolio item', 'pcquote', None, None, None), ("Q~", 'bounce token off of quote_detail', 'quote_disp', None, None, None), ("Q~", 'bounce token off of quote_detail', 'quote_distrib', None, None, None), ("R!", 'Interactive "show sched status"', 'rainman2', None, None, None), ("R$", '"Show Info" button', None, None, None, 'R0'), ("R$", 'show rainman info', 'Obsolete', None, None, None), ("R$", 'show rainman info', 'rainman2', None, None, None), ("R$", 'show rainman info', 'rainman2', [], None, None), ("R0", 'Examine Object Info', None, None, None, None), ("R0", 'Get Info about RMP object', 'rainman2', None, None, None), ("R0", 'Get Info about RMP object', 'rainman2', [], None, None), ("R1", 'interactive rainman cmds', 'rainman2', ['NU'], None, None), ("R1", 'interactive rainman cmds', 'rainman2.int', None, None, None), ("R2", 'create rainman group', 'rain_adm', None, None, None), ("R2", 'create rainman group', 'rainman2', None, None, None), ("R2", 'create rainman group', 'rainman2', ['NU'], None, None), ("R3", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("R3", 'open rainman group', 'rain_adm', None, None, None), ("R3", 'open rainman group', 'rainman2', None, None, None), ("R3", 'open rainman group', 'rainman2', ['NU'], None, None), ("R4", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("R4", 'open rainman group config', 'rain_adm', None, None, None), ("R4", 'open rainman group config', 'rainman2', None, None, None), ("R4", 'open rainman group config', 'rainman2', ['NU'], None, None), ("R5", 'modify rainman group config', 'rain_adm', None, None, None), ("R5", 'modify rainman group config', 'rainman2', None, None, None), ("R5", 'modify rainman group config', 'rainman2', ['NU'], None, None), ("R6", 'add rainman group auth user', 'rain_adm', None, None, None), ("R6", 'add rainman group auth user', 'rainman2', None, None, None), ("R6", 'add rainman group auth user', 'rainman2', ['NU'], None, None), ("R7", 'add rainman group mapword', 'rain_adm', None, None, None), ("R7", 'add rainman group mapword', 'rainman2', None, None, None), ("R7", 'add rainman group mapword', 'rainman2', ['NU'], None, None), ("R8", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("R8", 'list rainman group mapwords', 'rain_adm', None, None, None), ("R8", 'list rainman group mapwords', 'rainman2', None, None, None), ("R8", 'list rainman group mapwords', 'rainman2', ['NU'], None, None), ("R9", 'list rainman group auth users', 'rain_adm', None, None, None), ("R9", 'list rainman group auth users', 'rainman2', None, None, None), ("R9", 'list rainman group auth users', 'rainman2', ['NU'], None, None), ("RA", 'Show name info for modify', 'autorep', None, None, None), ("RA", 'Show name info for modify', 'autorep', ['NU'], None, None), ("RB", 'Display Billing List', 'billrep', None, None, None), ("RB", 'Modify billing info', 'autorep', [], None, None), ("RC", 'Modify checking acct info', 'autorep', None, None, None), ("RC", 'Modify checking acct info', 'autorep', ['NU'], None, None), ("RD", 'Request detail bill', 'billrep', None, None, None), ("RD", 'Request detail bill', 'billrep', [], None, None), ("RE", 'Request formless billing summary', 'billrep', None, None, None), ("RE", 'Request formless billing summary', 'billrep', [], None, None), ("RF", 'Current Billing Summary', None, None, None, None), ("RF", 'Display autorep form with pop', 'autorep', None, None, None), ("RF", 'Display autorep form with pop', 'autorep', [], None, None), ("RG", 'Open mapword description', 'rain_adm', None, None, None), ("RG", 'Open mapword description', 'rainman2', None, None, None), ("RG", 'Open mapword description', 'rainman2', [], None, None), ("RH", 'Update mapword description', 'rain_adm', None, None, None), ("RH", 'Update mapword description', 'rainman2', None, None, None), ("RH", 'Update mapword description', 'rainman2', [], None, None), ("RI", '"Display Plan" button', None, None, None, 'RK'), ("RI", 'Price Plan Description', 'autorep', None, None, None), ("RJ", 'Electronic signature in autorep', 'autorep', None, None, None), ("RK", 'Display Price Plan Change Menu', 'autorep', None, None, None), ("RL", '"Cancel Pending" button', None, None, None, 'RK'), ("RL", 'Cancel Pending Price Plan', 'autorep', None, None, None), ("RM", 'Debit card FTC elec sig', 'autorep', None, None, None), ("RN", 'Modify name info', 'autorep', None, None, None), ("RN", 'Modify name info', 'autorep', [], None, None), ("RO", 'Display credit card form', 'autorep', None, None, None), ("RP", 'Password validation', 'autorep', None, None, None), ("RP", 'Password validation', 'autorep', [], None, None), ("RQ", 'Change Current Pricing Plan', None, None, None, None), ("RQ", 'Price change quick', 'autorep', None, None, None), ("RR", 'List Groups', 'rain_adm', None, None, None), ("RR", 'List Groups', 'rainman2', None, None, None), ("RR", 'List Groups', 'rainman2', [], None, None), ("RS", 'Current Bill Summary', None, None, None, None), ("RS", 'request summary bill', 'billrep', None, None, None), ("RS", 'request summary bill', 'billrep*', [], None, None), ("RT", 'Message Box - "This function is not available at present"', None, None, None, None), ("RT", 'Explain Billing Terms', 'autorep', None, None, None), ("RT", 'Explain Billing Terms', 'autorep', ['NU'], None, None), ("RU", 'Open ranman mapword for delete', 'rain_adm', None, None, None), ("RU", 'Open ranman mapword for delete', 'rainman2', None, None, None), ("RU", 'Open ranman mapword for delete', 'rainman2', [], None, None), ("RV", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("RV", 'Confirm delete rainman mapword', 'rain_adm', None, None, None), ("RV", 'Confirm delete rainman mapword', 'rainman2', None, None, None), ("RV", 'Confirm delete rainman mapword', 'rainman2', [], None, None), ("RW", 'Open rainman Auth User for edit', 'rain_adm', None, None, None), ("RW", 'Open rainman Auth User for edit', 'rainman2', None, None, None), ("RW", 'Open rainman Auth User for edit', 'rainman2', [], None, None), ("RX", 'Reconfigure rainman auth user', 'rain_adm', None, None, None), ("RX", 'Reconfigure rainman auth user', 'rainman2', None, None, None), ("RX", 'Reconfigure rainman auth user', 'rainman2', [], None, None), ("RY", 'Open rainman Auth User for delet', 'rain_adm', None, None, None), ("RY", 'Open rainman Auth User for delet', 'rainman2', None, None, None), ("RY", 'Open rainman Auth User for delet', 'rainman2', [], None, None), ("RZ", 'Confirm delete rainman auth user', 'rain_adm', None, None, None), ("RZ", 'Confirm delete rainman auth user', 'rainman2', None, None, None), ("RZ", 'Confirm delete rainman auth user', 'rainman2', [], None, None), ("Ra", 'Change Current Pricing Plan', None, None, None, None), ("Ra", 'Show name info', 'autorep', None, None, None), ("Ra", 'Show name info', 'autorep', [], None, None), ("Rb", 'Change Current Pricing Plan', None, None, None, None), ("Rb", 'Price change - UK New Pricing', 'autorep', None, None, None), ("Rc", 'Modify credit card info', 'autorep', None, None, None), ("Rc", 'Modify credit card info', 'autorep', [], None, None), ("Rd", 'Add RMP Group Authorized User.', 'rain_adm', None, None, None), ("Rd", 'Add RMP Group Authorized User.', 'rainman2', None, None, None), ("Re", 'Direct Debit PIN', 'autorep', None, None, None), ("Rf", 'Display autorep form', 'autorep', None, None, None), ("Rf", 'Display autorep form', 'autorep', [], None, None), ("Rg", 'Add slugword', 'rain_adm', None, None, None), ("Rg", 'Add slugword', 'rainman2', None, None, None), ("Rg", 'Add slugword', 'rainman2', [], None, None), ("Rh", 'List slugwords', 'rain_adm', None, None, None), ("Rh", 'List slugwords', 'rainman2', None, None, None), ("Rh", 'List slugwords', 'rainman2', [], None, None), ("Ri", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("Ri", 'Open slugword for update', 'rain_adm', None, None, None), ("Ri", 'Open slugword for update', 'rainman2', None, None, None), ("Ri", 'Open slugword for update', 'rainman2', [], None, None), ("Rj", 'Confirm slugword update', 'rain_adm', None, None, None), ("Rj", 'Confirm slugword update', 'rainman2', None, None, None), ("Rj", 'Confirm slugword update', 'rainman2', [], None, None), ("Rk", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("Rk", 'Open slugword for delete', 'rain_adm', None, None, None), ("Rk", 'Open slugword for delete', 'rainman2', None, None, None), ("Rk", 'Open slugword for delete', 'rainman2', [], None, None), ("Rl", 'Confirm slugword delete', 'rain_adm', None, None, None), ("Rl", 'Confirm slugword delete', 'rainman2', None, None, None), ("Rl", 'Confirm slugword delete', 'rainman2', [], None, None), ("Rm", 'Open rmp_user limited groups.', 'rain_adm', None, None, None), ("Rm", 'Open rmp_user limited groups.', 'rainman2', None, None, None), ("Ro", 'Remain online hotkey', 'timer New force off message', None, None, None), ("Ro", 'Remain online hotkey token', 'dracula', None, None, None), ("Ro", 'Remain online hotkey token', 'timer', [], None, None), ("Rp", 'user configure rainman password', 'rain_adm', None, None, None), ("Rp", 'user configure rainman password', 'rainman2', None, None, None), ("Rp", 'user configure rainman password', 'rainman2', [], None, None), ("Rq", 'open usr rainmn2 pswd display', 'rain_adm', None, None, None), ("Rq", 'open usr rainmn2 pswd display', 'rainman2', None, None, None), ("Rq", 'open usr rainmn2 pswd display', 'rainman2', [], None, None), ("Rr", 'Message Box - "You do NOT have access to this function. "', None, None, None, None), ("Rr", 'manage rmp pswds display', 'rain_adm', None, None, None), ("Rr", 'manage rmp pswds display', 'rainman2', None, None, None), ("Rr", 'manage rmp pswds display', 'rainman2', [], None, None), ("Rs", 'manage rmp pswd delete', 'rain_adm', None, None, None), ("Rs", 'manage rmp pswd delete', 'rainman2', None, None, None), ("Rs", 'manage rmp pswd delete', 'rainman2', [], None, None), ("Rt", 'Message Box - "You do NOT have access to this function. "', None, None, None, None), ("Rt", 'user group retrieve', 'rain_adm', None, None, None), ("Rt", 'user group retrieve', 'rainman2', None, None, None), ("Rt", 'user group retrieve', 'rainman2', [], None, None), ("Ru", 'user group delete', 'rain_adm', None, None, None), ("Ru", 'user group delete', 'rainman2', None, None, None), ("Ru", 'user group delete', 'rainman2', [], None, None), ("Rv", 'user rainman2 delete', 'rain_adm', None, None, None), ("Rv", 'user rainman2 delete', 'rainman2', None, None, None), ("Rv", 'user rainman2 delete', 'rainman2', [], None, None), ("Rw", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Rw", 'selected object info', 'Obsolete', None, None, None), ("Rw", 'selected object info', 'rainman2', None, None, None), ("Rw", 'selected object info', 'rainman2', [], None, None), ("Rx", 'Message Box - "You do NOT have access to this function. "', None, None, None, None), ("Rx", 'Retrieve rmp_user limited groups', 'rain_adm', None, None, None), ("Rx", 'Retrieve rmp_user limited groups', 'rainman2', None, None, None), ("Ry", 'Display rmp_user limited groups.', 'Obsolete', None, None, None), ("Ry", 'New Mac eoi token', 'rain_adm', None, None, None), ("Rz", 'display user groups', 'rain_adm', None, None, None), ("Rz", 'display user groups', 'rainman2', None, None, None), ("Rz", 'display user groups', 'rainman2', [], None, None), ("S#", 'Speed indication', 'tih', ['PL', 'SP'], None, None), ("S#", 'Speed indication', None, None, None, None), ("S&", 'Init pkt', 'tih', ['PL', 'SP'], None, None), ("S&", 'Init pkt', None, None, None, None), ("S?", 'PC suspects host hang', 'tih', ['SP'], None, None), ("S?", 'PC suspects host hang', None, None, None, None), ("S@", 'VC connected', 'tih', ['PL', 'SP'], None, None), ("S@", None, None, None, None, None), ("SC", 'Make screen name online. Sent while signing online.', None, None, None, None), ("SC", 'signon seq complete', 'mail_flag', None, None, None), ("SG", 'Start sending to pre-gen 3rd', 'tih', ['PL', 'SP'], None, None), ("SG", 'Start sending to pre-gen 3rd', None, None, None, None), ("SP", 'Message Box - "Internal error."', None, None, None, None), ("SR", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("SR", 'Restore version', 'Obsolete', None, None, None), ("SR", 'Restore version', 'tih', ['SP'], None, None), ("SS", 'Stop sending to pre-gen 3rd', 'tih', ['PL', 'SP'], None, None), ("SS", 'Stop', None, None, None, None), ("SV", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("SV", 'Change version', 'Obsolete', None, None, None), ("SV", 'Change version', 'tih', [], None, None), ("S]", 'VC disconnect', 'tih', ['PL', 'SP'], None, None), ("S]", 'disconnect', None, None, None, None), ("Sb", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Sb", 'StoryLine - button response', 'Obsolete', None, None, None), ("Sb", 'StoryLine - button response', 'Obsolete', [], None, None), ("Sm", 'Download meter toggle', 'tih', ['SP'], None, None), ("Sm", 'Download meter toggle', None, None, None, None), ("Sr", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Sr", 'StoryLine - Response', 'Obsolete', None, None, None), ("Sr", 'StoryLine - Response', 'Obsolete', ['NU'], None, None), ("Ss", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Ss", 'StoryLine - start story', 'Obsolete', None, None, None), ("Ss", 'StoryLine - start story', 'Obsolete', ['NU'], None, None), ("Su", 'Restore version (RESET based)', 'tih', ['SP'], None, None), ("Su", 'Restore version (RESET based)', None, None, None, None), ("Sv", 'Change version (RESET based)', 'tih', ['SP'], None, None), ("Sv", 'Change', None, None, None, None), ("T1", 'Message Box - "That information is not available."', None, None, None, None), ("T1", 'request from menu/list', None, None, None, None), ("T1", 'request text from menu/list', 'textman', ['NU'], None, None), ("T2", 'Message Box - "That information is not available."', None, None, None, None), ("T2", 'more button', None, None, None, None), ("T2", 'request text from more button', 'textman', [], None, None), ("T3", 'appl. level ack', None, None, None, None), ("T3", 'text appl. level ack', 'textman', [], None, None), ("T4", 'reset domain info', None, None, None, None), ("T4", 'reset textman domain info', 'textman', [], None, None), ("T5", 'Message Box - "That information is not available."', None, None, None, None), ("T5", 'Next record', None, None, None, None), ("T5", 'Next text record', 'textman', ['NU'], None, None), ("TA", 'add new page', 'libop', None, None, None), ("TA", 'add new page', 'libop', [], None, None), ("TD", 'delete last page', 'libop', None, None, None), ("TD", 'delete last page', 'libop', [], None, None), ("TE", 'Open existing text record', 'libop', None, None, None), ("TE", 'Open existing text record', 'libop', [], None, None), ("TF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("TF", 'Show file - INTERNALS only', 'Obsolete (libop)', None, None, None), ("TF", 'Show file - INTERNALS only', 'libop', [], None, None), ("TL", 'List edittable text records', 'libop', None, None, None), ("TL", 'List edittable text records', 'libop', [], None, None), ("TM", 'Current time/elapsed time', 'locate', [], None, None), ("TM", 'Online Clock', 'dracula', None, None, None), ("TM", 'Online Clock', 'online_clock', None, None, None), ("TM", 'Time Online', None, None, None, None), ("TN", "Open 'empty' text edit window", 'libop', None, None, None), ("TN", "Open 'empty' text edit window", 'libop', [], None, None), ("TP", 'Replace text in chain', 'libop', None, None, None), ("TP", 'Replace text in chain', 'libop', [], None, None), ("TS", 'Edit text by lib record number', 'libop', None, None, None), ("TS", 'Edit text by lib record number', 'libop', [], None, None), ("TT", 'edit library record title', 'libop', None, None, None), ("TT", 'edit library record title', 'libop', [], None, None), ("TU", 'Update text record', 'libop', None, None, None), ("TU", 'Update text record', 'libop', [], None, None), ("Td", 'confirm deletion', 'libop', None, None, None), ("Td", 'confirm deletion', 'libop', [], None, None), ("Tf", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("Tf", 'Show form - INTERNALS only', 'Obsolete (libop)', None, None, None), ("Tf", 'Show form - INTERNALS only', 'libop', [], None, None), ("Tp", 'edit text in chain', 'libop', None, None, None), ("Tp", 'edit text in chain', 'libop', [], None, None), ("Ts", 'Replace text by lib record #', 'libop', None, None, None), ("Ts", 'Replace text by lib record #', 'libop', [], None, None), ("Tt", 'update library title', 'libop', None, None, None), ("Tt", 'update library title', 'libop', [], None, None), ("Tu", 'Message Box - "An error occurred while AOL was updating your software. ' 'Please try again."', None, None, None, None), ("Tu", 'Notify DRUL that a particular tool has been upated', None, None, None, None), ("U*", 'reserved for future use', 'textman2', ['M1'], None, None), ("U1", 'Article/Selection/Page', None, None, None, None), ("U2", 'Article/Selection/Page', None, None, None, None), ("U3", 'Article/Selection/Page', None, None, None, None), ("U4", 'Article/Selection/Page', None, None, None, None), ("UR", 'Switch Screen Names', None, None, None, None), ("UR", 'User resignon', 'Logout', None, None, None), ("US", 'Sign Offline', None, None, None, None), ("US", 'switch screenname', 'Logout', None, None, None), ("V2", 'delete last page', 'libop', None, None, None), ("V2", 'delete last page', 'libop', [], None, None), ("V4", 'edit title', 'libop', None, None, None), ("V4", 'edit title', 'libop', [], None, None), ("V5", 'update text', 'libop', None, None, None), ("V5", 'update text', 'libop', [], None, None), ("V6", 'add new page', 'libop', None, None, None), ("V6", 'add new page', 'libop', [], None, None), ("V7", 'complete delete', 'libop', None, None, None), ("V7", 'complete delete', 'libop', [], None, None), ("V8", 'edit text pages', 'libop', None, None, None), ("V8", 'edit text pages', 'libop', [], None, None), ("V9", 'update title', 'libop', None, None, None), ("V9", 'update title', 'libop', [], None, None), ("VA", 'add to menu', 'libop', None, None, None), ("VA", 'add to menu', 'libop', [], None, None), ("VB", 'move to bottom of menu', 'libop', None, None, None), ("VB", 'move to bottom of menu', 'libop', [], None, None), ("VC", 'connected', None, None, None, None), ("VD", 'move down in menu', 'libop', None, None, None), ("VD", 'move down in menu', 'libop', [], None, None), ("VE", 'edit menu item', 'libop', None, None, None), ("VE", 'edit menu item', 'libop', [], None, None), ("VI", 'replace menu text', 'libop', None, None, None), ("VI", 'replace menu text', 'libop', [], None, None), ("VJ", 'edit menu text', 'libop', None, None, None), ("VJ", 'edit menu text', 'libop', [], None, None), ("VL", 'menu list', 'libop', None, None, None), ("VL", 'menu list', 'libop', [], None, None), ("VM", 'menu edit', 'libop', None, None, None), ("VM", 'menu edit', 'libop', [], None, None), ("VN", 'Video admin token', 'snapshot_vid', None, None, None), ("VO", 'Video Output', 'snapshot_vid', None, None, None), ("VP", 'Video Params', 'snapshot_vid', None, None, None), ("VQ", 'Video Control', 'snapshot_vid', None, None, None), ("VR", 'remove from menu', 'libop', None, None, None), ("VR", 'remove from menu', 'libop', [], None, None), ("VT", 'move to top of menu', 'libop', None, None, None), ("VT", 'move to top of menu', 'libop', [], None, None), ("VU", 'move up in menu', 'libop', None, None, None), ("VU", 'move up in menu', 'libop', [], None, None), ("V_" (All V tokens)', 'Sign offline with message, "Internal Error #4213 - notify customer ' 'service!"', None, None, None, None), ("Va", 'Add club member', 'libop', None, None, None), ("Va", 'Add club member', 'libop', [], None, None), ("Ve", 'Get club modify info', 'libop', None, None, None), ("Ve", 'Get club modify info', 'libop', [], None, None), ("Vl", 'List owned clubs', 'libop', None, None, None), ("Vl", 'List owned clubs', 'libop', [], None, None), ("Vm", 'List members', 'libop', None, None, None), ("Vm", 'List members', 'libop', [], None, None), ("Vn", 'List Members - More', 'libop', None, None, None), ("Vr", 'Replace club member', 'libop', None, None, None), ("Vr", 'Replace club member', 'libop', [], None, None), ("W1", 'Chart tool tester', 'watchman', [], None, None), ("W1", 'Chart tool tester', None, None, None, None), ("W2", 'General watchman token', 'watchman', [], None, None), ("W2", 'General', 'watchman', None, None, None), ("W3", 'General watchman token', 'watchman', [], None, None), ("W3", None, None, None, None, None), ("WA", 'starting point wallet', None, None, None, None), ("WC", 'Message Box - "Your request can not be processed at this time, please try ' 'again later"', None, None, None, None), ("WC", 'Compuserve', 'wallet_promoter', None, None, None), ("WM", 'Watch manager request', 'watchman', [], None, None), ("WM", 'Watch manager', None, None, None, None), ("WT", 'Message Box - "We\'re sorry, a system error has occurred. Please try again ' 'later."', None, None, None, None), ("Wd", 'Encrypted version of Dd token', None, None, None, None), ("Wh", 'Client received ACK for INIT and is secure', None, None, None, None), ("Wk", 'Acknowledgement for Wh', None, None, None, None), ("Wq", '"OK" button', None, None, 3, '41-45703'), ("Wq", '"Sign me Up" button', None, None, 5, '41-45713'), ("Wq", 'Quick Checkout 2.2', None, None, None, None), ("XS", 'Force Off and Hang up', None, None, None, None), ("XX", 'XS acknowledgement (C64)', 'tih', ['PL', 'SP'], None, None), ("Xe", 'Mail download complete', 'Download', None, None, None), ("Y0", 'Establish gateway connection', 'gateway', None, None, None), ("Y0", 'Establish gateway connection', 'gateway', ['NU'], None, None), ("Y1", 'Message Box - "You are disconnected from the gateway host."', None, None, None, None), ("Y1", 'Text from Micro for gateway', 'gateway', None, None, None), ("Y1", 'Text from Micro for gateway', 'gateway', [], None, None), ("Y2", 'Message Box - "You are disconnected from the gateway host."', None, None, None, None), ("Y2", 'Disconnect gateway', 'gateway', None, None, None), ("Y2", 'Disconnect gateway', 'gateway', ['CU'], None, None), ("Y3", 'Continue sending data (pos ack)', 'gateway', None, None, None), ("Y3", 'Continue sending data (pos ack)', 'gateway', [], None, None), ("Y4", 'Leaving gateway due to reset', 'gateway', None, None, None), ("Y4", 'Leaving gateway due to reset', 'gateway', ['CU'], None, None), ("Y5", 'Multi pkt gateway input', 'gateway', None, None, None), ("Y5", 'Multi pkt gateway input', 'gateway', ['NU'], None, None), ("Y6", 'Message Box - "You are disconnected from the gateway host."', None, None, None, None), ("Y6", 'Send "do" cmd to managing host', 'gateway', None, None, None), ("Y6", 'Send "do" cmd to managing host', 'gateway', [], None, None), ("Y7", 'Send input to managing host', 'gateway', None, None, None), ("Y7", 'Send input to managing host', 'gateway', ['NU'], None, None), ("Y8", 'Disc form gateway - send form', 'gateway', None, None, None), ("Y8", 'Disc form gateway - send form', 'gateway', [], None, None), ("Y8", 'Message Box - "Form not defined."', None, None, None, None), ("Y@", 'token to rmg', 'rmg', None, None, None), ("YA", 'Connect to TCP RMG', 'rmg', None, None, None), ("YA", 'Connect to TCP RMG', 'rmg', ['NU'], None, None), ("YA", 'Misc areas on AOL', None, None, None, None), ("YB", 'DO cmd for TCP RMG', 'rmg', None, None, None), ("YB", 'DO cmd for TCP RMG', 'rmg', [], None, None), ("YB", 'Misc areas on AOL', None, None, None, None), ("YC", 'Input for TCP RMG', 'rmg', None, None, None), ("YC", 'Input for TCP RMG', 'rmg', [], None, None), ("YC", 'Misc areas on AOL', None, None, None, None), ("YD", 'Disconnect from TCP RMG', 'rmg', None, None, None), ("YD", 'Disconnect from TCP RMG', 'rmg', [], None, None), ("YE", 'Domain change', 'rmg', None, None, None), ("YE", 'Domain change', 'rmg', [], None, None), ("YF", 'Send .c1 command', 'rmg', None, None, None), ("YF", 'Send .c1 command', 'rmg', [], None, None), ("YG", 'Send .c1 command', 'rmg', None, None, None), ("YG", 'Send .c1 command', 'rmg', [], None, None), ("YH", 'Send .c1 command', 'rmg', None, None, None), ("YH", 'Send .c1 command', 'rmg', [], None, None), ("YI", 'Send .c1 command', 'rmg', None, None, None), ("YI", 'Send .c1 command', 'rmg', [], None, None), ("YJ", 'Send .c1 command', 'rmg', None, None, None), ("YJ", 'Send .c1 command', 'rmg', [], None, None), ("YK", 'Send .c1 command', 'rmg', None, None, None), ("YK", 'Send .c1 command', 'rmg', [], None, None), ("YL", 'Misc areas on AOL', None, None, None, None), ("YL", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YL", 'Sub-input 1 for rmg', 'rmg', [], None, None), ("YM", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YM", 'Sub-input 1for rmg', 'rmg', [], None, None), ("YN", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YN", 'Sub-input 1 for rmg', 'rmg', [], None, None), ("YO", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YO", 'Sub-input 1 for rmg', 'rmg', [], None, None), ("YP", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YP", 'Sub-input 1 for rmg', 'rmg', [], None, None), ("YQ", 'Sub-input 1 for rmg', 'rmg', None, None, None), ("YQ", 'Sub-input 1 for rmg', 'rmg', [], None, None), ("YR", 'connect to RMG w/out unplug', 'rmg', None, None, None), ("YS", 'Disconnect from RMG w/clustering', 'rmg', None, None, None), ("YS", 'Disconnect from RMG w/clustering', 'rmg*', [], None, None), ("YT", 'Individual RMG form closed', 'rmg', None, None, None), ("YU", 'Send .c1 command', 'rmg', None, None, None), ("YV", 'Send .c1 command', 'rmg', None, None, None), ("YW", 'Send .c9 command', 'rmg', None, None, None), ("YX", 'RMG command', 'rmg', None, None, None), ("YY", 'Special token for free curtain', 'rmg', [], None, None), ("Ya", 'tour server', None, None, None, None), ("Yb", None, None, None, None, None), ("Yc", None, None, None, None, None), ("Yd", None, None, None, None, None), ("Ye", None, None, None, None, None), ("Yf", None, None, None, None, None), ("Yg", None, None, None, None, None), ("Yh", None, None, None, None, None), ("Yi", None, None, None, None, None), ("ZA", 'c64 user answered question', 'Dialog', None, None, None), ("ZA", 'c64 user answered question', 'Dialog', ['PL'], None, None), ("ZC", 'c64 user cancel current dialog', 'Dialog', None, None, None), ("ZC", 'c64 user cancel current dialog', 'Dialog', ['PL'], None, None), ("ZK", "c64 user couldn't accept ZM", 'Dialog', None, None, None), ("ZK", "c64 user couldn't accept ZM", 'Dialog', ['PL'], None, None), ("ZN", 'c64 user replied NO to question', 'Dialog', None, None, None), ("ZN", 'c64 user replied NO to question', 'Dialog', ['PL'], None, None), ("ZO", 'c64 user accept ZM & continue', 'Dialog', None, None, None), ("ZO", 'c64 user accept ZM & continue', 'Dialog', ['PL', 'NU'], None, None), ("ZY", 'c64 user replied YES to question', 'Dialog', None, None, None), ("ZY", 'c64 user replied YES to question', 'Dialog', ['PL'], None, None), ("[A", 'TOKEN FOR SOSA', 'spin_off_sub_acct', None, None, None), ("[B", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[C", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[D", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[E", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[F", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[G", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[H", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[I", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[J", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[K", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[L", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[M", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[N", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[O", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("[P", 'Token for SOSA', 'spin_off_sub_acct', None, None, None), ("^"", 'list_more_new_threads', 'board_list_c', None, None, None), ("^#", 'list_read_1st_new', 'board_list_c', None, None, None), ("^$", 'list_send_find_sn_frm', 'board_list_c', None, None, None), ("^%", 'read_disp_msg_no_repl', 'board_read_c', None, None, None), ("^&", 'read_disp_orig_msg', 'board_read_c', None, None, None), ("^+", 'text_send_msg_text', 'board_text_c', None, None, None), ("^,", 'list_jump_to_board', 'board_list_c', None, None, None), ("^-", 'read_disp_rpl_w_repl', 'board_read_c', None, None, None), ("^.", 'list_more_cnt_menu', 'board_list_c', None, None, None), ("^/", 'list_more_find_new', 'board_list_c', None, None, None), ("^0", 'board_tool_update_cc', 'bboard_c', None, None, None), ("^1", 'board_update_rights', 'bboard_c', None, None, None), ("^2", 'board_update_title', 'bboard_c', None, None, None), ("^3", 'board_verify_access', 'bboard_c', None, None, None), ("^4", 'form_send_board_form', 'bboard_c', None, None, None), ("^4", 'form_send_board_form', 'board_forms_c', None, None, None), ("^5", 'list_browse_new', 'board_list_c', None, None, None), ("^6", 'list_browse_new_thrd', 'board_list_c', None, None, None), ("^7", 'list_currnt_container', 'board_list_c', None, None, None), ("^8", 'list_enter_container', 'board_list_c', None, None, None), ("^9", 'list_enter_folder', 'board_list_c', None, None, None), ("^:", 'list_more_folder_ment', 'board_list_c', None, None, None), ("^<", 'list_enter_folder2', 'board_list_c', None, None, None), ("^=", 'text_handle_rpl_text', 'board_text_c', None, None, None), ("^>", 'list_enter_fld_dpy1st', 'board_list_c', None, None, None), ("^?", 'list_more_find_new2', 'board_list_c', None, None, None), ("^@", 'list_pop_apple_pc_cnt', 'board_list_c', None, None, None), ("^A", 'board_add_owner', 'bboard_c', None, None, None), ("^B", 'board_add_owner2', 'bboard_c', None, None, None), ("^C", 'board_appl_disabled_b', 'bboard_c', None, None, None), ("^D", 'board_bxfer_send', 'bboard_c', None, None, None), ("^E", 'board_cancel_tool_lck', 'bboard_c', None, None, None), ("^F", 'board_change_nod_del', 'bboard_c', None, None, None), ("^G", 'board_change_nod_hid', 'bboard_c', None, None, None), ("^H", 'board_change_nod_unr', 'bboard_c', None, None, None), ("^I", 'board_change_msg_del', 'bboard_c', None, None, None), ("^J", 'board_change_msg_hid', 'bboard_c', None, None, None), ("^K", 'board_change_msg_rel', 'bboard_c', None, None, None), ("^L", 'board_change_rpl_del', 'bboard_c', None, None, None), ("^M", 'board_change_rpl_hid', 'bboard_c', None, None, None), ("^N", 'board_change_rpl_rel', 'bboard_c', None, None, None), ("^O", 'board_confirm_cnt_del', 'bboard_c', None, None, None), ("^P", 'board_confirm_msg_del', 'bboard_c', None, None, None), ("^Q", 'board_confirm_rpl_del', 'bboard_c', None, None, None), ("^R", 'board_create_container', 'bboard_c', None, None, None), ("^S", 'board_create_cnt_chld', 'bboard_c', None, None, None), ("^T", 'board_create_folder', 'bboard_c', None, None, None), ("^U", 'board_delete_owner', 'bboard_c', None, None, None), ("^V", 'board_delete_owner2', 'bboard_c', None, None, None), ("^W", 'board_delink_form', 'bboard_c', None, None, None), ("^X", 'board_delink_item', 'bboard_c', None, None, None), ("^Y", 'board_disp_msg_nrep', 'bboard_c', None, None, None), ("^Z", 'board_disp_msg_rep', 'bboard_c', None, None, None), ("^[", 'list_enter_fld_dpy1td', 'board_list_c', None, None, None), ("^\", 'text_post_msg_w_re', 'board_text_c', None, None, None), ("^]", 'list_enter_fld_wtool', 'board_list_c', None, None, None), ("^^", 'read_disp_msg_w_repl', 'board_read_c', None, None, None), ("^_", 'text_handle_msg_text', 'board_text_c', None, None, None), ("^`", 'text_off_rpl_by_mail', 'board_text_c', None, None, None), ("^a", 'board_disp_msg_rep2', 'bboard_c', None, None, None), ("^b", 'board_disp_msg_rep3', 'bboard_c', None, None, None), ("^c", 'board_disp_or_msg_rep', 'bboard_c', None, None, None), ("^d", 'board_edit_title', 'bboard_c', None, None, None), ("^e", 'board_edit_title2', 'bboard_c', None, None, None), ("^f", 'board_edit_descriptn', 'bboard_c', None, None, None), ("^g", 'board_edit_descriptn2', 'bboard_c', None, None, None), ("^h", 'board_edit_own_rights', 'bboard_c', None, None, None), ("^i", 'board_edit_title_desc', 'bboard_c', None, None, None), ("^j", 'board_enter_tools', 'bboard_c', None, None, None), ("^k", 'board_enter_tools_rep', 'bboard_c', None, None, None), ("^l", 'board_insert_form', 'bboard_c', None, None, None), ("^m", 'board_insert_info', 'bboard_c', None, None, None), ("^n", 'board_lock_cnt_for_ud', 'bboard_c', None, None, None), ("^o", 'board_make_cnt_store', 'bboard_c', None, None, None), ("^p", 'board_move_confirm', 'bboard_c', None, None, None), ("^q", 'board_move_form', 'bboard_c', None, None, None), ("^r", 'board_move_info', 'bboard_c', None, None, None), ("^s", 'board_resequence_info', 'bboard_c', None, None, None), ("^t", 'board_send_reseq_form', 'bboard_c', None, None, None), ("^u", 'board_send_tool_stat', 'bboard_c', None, None, None), ("^v", 'board_show_owners', 'bboard_c', None, None, None), ("^w", 'board_show_parents', 'bboard_c', None, None, None), ("^x", 'board_show_prnt_noacc', 'bboard_c', None, None, None), ("^y", 'board_toggle_fifo', 'bboard_c', None, None, None), ("^z", 'board_toggle_fifo_thr', 'bboard_c', None, None, None), ("^{", 'list_find_new_thread', 'board_list_c', None, None, None), ("^|", 'text_post_rpl_w_re', 'board_text_c', None, None, None), ("^}", 'list_find_since', 'board_list_c', None, None, None), ("^~", 'text_off_rpl_w_mail', 'board_text_c', None, None, None), ("a1", 'Message Box - "This area of America Online is no longer available."', None, None, None, '32-179'), ("a1", 'process certificate form', 'Obsolete', None, None, None), ("a1", 'process certificate form', 'Obsolete', ['NU'], None, None), ("a4", 'Message Box - "This area of America Online is no longer available."', None, None, None, '32-179'), ("a4", 'process user name form', 'Obsolete', None, None, None), ("a4", 'process user name form', 'Obsolete', [], None, None), ("a5", 'End of Registration Survey', 'Script', None, None, None), ("a5", 'End of Registration Survey', 'Script', ['PL', 'CU'], None, None), ("aA", 'Process county info', 'Register', None, None, None), ("aA", 'Process county info', 'Register', ['PL'], None, None), ("aB", 'Process ext invoice', 'Register', None, None, None), ("aB", 'Process ext invoice', 'Register', ['PL'], None, None), ("aD", 'Process group member', 'Register', None, None, None), ("aD", 'Process group member', 'Register', ['PL'], None, None), ("aE", 'Dislay Intl addr form', 'Register', None, None, None), ("aE", 'Dislay Intl addr form', 'Register', ['PL'], None, None), ("aF", 'Process city info', 'Register', None, None, None), ("aF", 'Process city info', 'Register', ['PL'], None, None), ("aG", 'Process group master', 'Register', ['PL'], None, None), ("aG", 'process_username_reset', 'Register', None, None, None), ("aH", 'finish updating user disk', 'Register', None, None, None), ("aH", 'finish updating user disk', 'Register', ['PL'], None, None), ("aI", 'send_member_dir_desc_form', 'Register', None, None, None), ("aJ", 'process_member_dir_info', 'Register', None, None, None), ("aK", 'process member dir cancel', 'Register', None, None, None), ("aL", 'process billing address', 'Register', None, None, None), ("aN", 'Get next Reg screen after passwd', 'Register', None, None, None), ("aP", 'TOS text display', 'Register', None, None, None), ("aQ", 'Process AIM info form', 'Register', None, None, None), ("aR", 'Ad Response Request', 'ads', None, None, None), ("aS", 'Ad Selection Request', 'ads', None, None, None), ("aT", 'Message Box - "This area of America Online is no longer available."', None, None, None, '32-179'), ("aT", 'Process AIM chose billing', 'Obsolete', None, None, None), ("aU", 'Process short password info', 'Register', None, None, None), ("aX", '"Cancel" button on Registration', None, None, None, '32-141'), ("aX", 'User cancel argument passed', 'Register', None, None, None), ("aZ", 'kick user offline: Invalid Cert', 'Register', None, None, None), ("aa", 'process certificate info', 'Register', None, None, None), ("aa", 'process certificate info', 'Register', ['PL', 'NU'], None, None), ("ab", '"Next" on registration page', None, None, 1, '32-133'), ("ab", 'process name & addr info', 'Register', None, None, None), ("ab", 'process name & addr info', 'Register', ['PL'], None, None), ("ac", '"Discover" button', None, None, 6, '32-139'), ("ac", '"Master Card" button', None, None, 5, '32-139'), ("ac", '"Visa" button', None, None, 4, '32-139'), ("ac", 'American Express" button', None, None, 3, '32-140'), ("ac", 'Select a Credit Card', 'Register', None, None, None), ("ac", 'Select a Credit Card', 'Register', ['PL'], None, None), ("ad", '"Next" button', None, None, None, '32-155'), ("ad", 'Get promotion description', 'Register', None, None, None), ("ad", 'Get promotion description', 'Register', ['PL'], None, None), ("ae", '"Continue" button', None, None, None, '32-152, 32-153'), ("ae", 'end of registration', 'Register', None, None, None), ("ae", 'end of registration', 'Register', ['PL'], None, None), ("af", '"Continue" button', None, None, None, '32-57'), ("af", 'usmail addressed "FROM"', 'Obsolete', None, None, None), ("af", 'usmail addressed "FROM"', 'mbox_send', [], None, None), ("ag", 'Get suggested screen name', 'Register', None, None, None), ("ag", 'Get suggested screen name', 'Register', ['PL'], None, None), ("ah", '"Payment Options" button', None, None, None, '32-141'), ("ah", 'Display billing type', 'Register', None, None, None), ("ah", 'Display billing type', 'Register', ['PL'], None, None), ("ai", '"Next" button', None, None, None, '32-141'), ("ai", 'process credit card info', 'Register', None, None, None), ("ai", 'process credit card info', 'Register', ['PL'], None, None), ("aj", 'Process Intl direct debit', 'Register', ['PL'], None, None), ("aj", 'proc_cc_debit_auth', 'Register', None, None, None), ("ak", '"Continue" button', None, None, None, '32-143'), ("ak", 'process checking acct info', 'Register', None, None, None), ("ak", 'process checking acct info', 'Register', ['PL'], None, None), ("al", '"Debit Checking Account" button', None, None, 13, '32-140'), ("al", '"Select Alternate Screen Name" button', None, None, None, '32-148'), ("al", 'Select alternate screen name', 'Register', ['PL'], None, None), ("al", 'process_checking_auth_form', 'Register', None, None, None), ("am", 'Manage offer descriptions', 'Register', ['PL'], None, None), ("an", 'Get next Register screen', 'Register', None, None, None), ("ap", '"Select Password" button', None, None, None, '32-150'), ("ap", 'process passwords', 'Register', None, None, None), ("ap", 'process passwords', 'Register', ['PL'], None, None), ("aq", 'Process Intll address', 'Register', None, None, None), ("aq", 'Process Intll address', 'Register', ['PL'], None, None), ("ar", 'Message Box - "You Do Not Have Access To This Function"', None, None, None, '32-140'), ("ar", 'Get manage offer desc form', 'Register', ['PL'], None, None), ("as", '"Accept Name" button', None, None, None, '32-148'), ("as", 'process screen name', 'Register', None, None, None), ("as", 'process screen name', 'Register', ['PL'], None, None), ("au", 'Ask for name & address form', 'Register', None, None, None), ("au", 'Askfor name & address form', 'Register', ['PL'], None, None), ("av", 'Display more billing type', 'Register', None, None, None), ("av", 'Display more billing type', 'Register', ['PL'], None, None), ("aw", 'Process employee', 'Register', ['PL'], None, None), ("aw", 'process_offer_description', 'Register', None, None, None), ("ax", 'Cancel Registration', None, None, None, None), ("ax", 'Use wants to cancel', 'Register', None, None, None), ("ax", 'Use wants to cancel', 'Register', ['PL'], None, None), ("ay", 'User really wants to cancel', 'Register', None, None, None), ("ay", 'User really wants to cancel', 'Register', ['PL'], None, None), ("az", 'Kick gen_2 user offline', 'Register', None, None, None), ("az", 'Kick gen_2 user offline', 'Register', ['PL'], None, None), ("b!", 'display reply messages', 'board_list', None, None, None), ("b!", 'display reply messages', 'board_list', ['NU'], None, None), ("b#", 'open folder with list of replies', 'board_list', None, None, None), ("b#", 'open folder with list of replies', 'board_list', ['NU'], None, None), ("b$", 'display message with replace', 'Obsolete', None, None, None), ("b$", 'display message with replace', 'bboard', [], None, None), ("b%", 'more folder menu', 'board_list', None, None, None), ("b%", 'more folder menu', 'board_list', ['NU'], None, None), ("b&", 'display original msg w/ replace', 'Obsolete', None, None, None), ("b&", 'display original msg w/ replace', 'bboard', [], None, None), ("b(", 'browse_new_threads', 'board_list', None, None, None), ("b(", 'browse_new_threads', 'board_list', ['NU'], None, None), ("b+", 'request to add an owner', 'Obsolete', None, None, None), ("b+", 'request to add an owner', 'bboard', [], None, None), ("b,", 'update rights', 'Obsolete', None, None, None), ("b,", 'update rights', 'bboard', [], None, None), ("b-", 'request to delete an owner', 'Obsolete', None, None, None), ("b-", 'request to delete an owner', 'bboard', [], None, None), ("b.", 'tool, disp container phrase upd', 'Obsolete', None, None, None), ("b.", 'tool, disp container phrase upd', 'bboard', [], None, None), ("b/", 'show owners', 'Obsolete', None, None, None), ("b/", 'show owners', 'bboard', [], None, None), ("b0", 'more_find_new', 'board_list', None, None, None), ("b0", 'more_find_new', 'board_list', ['NU'], None, None), ("b1", 'browse new', 'board_list', None, None, None), ("b1", 'browse new', 'board_list', ['NU'], None, None), ("b2", 'more find new', 'board_list', None, None, None), ("b2", 'more find new', 'board_list', ['NU'], None, None), ("b3", 'send tool "status" form', 'bboard', None, None, None), ("b3", 'send tool "status" form', 'bboard', [], None, None), ("b4", 'udpated Title/Description', 'bboard', None, None, None), ("b4", 'udpated Title/Description', 'bboard', [], None, None), ("b5", 'show parents w/o req. owner acc', 'Obsolete', None, None, None), ("b5", 'show parents w/o req. owner acc', 'bboard', [], None, None), ("b6", 'more_new_threads', 'board_list', None, None, None), ("b6", 'more_new_threads', 'board_list', ['NU'], None, None), ("b7", 'edit title', 'bboard', None, None, None), ("b7", 'edit title', 'bboard', [], None, None), ("b8", 'edit description', 'bboard', None, None, None), ("b8", 'edit description', 'bboard', [], None, None), ("b9", 'edit owner rights', 'Obsolete', None, None, None), ("b9", 'edit owner rights', 'bboard', [], None, None), ("b:", 'edit title', 'bboard', None, None, None), ("b:", 'edit title', 'bboard', [], None, None), ("b;", 'edit_description', 'bboard', None, None, None), ("b;", 'edit_description', 'bboard', [], None, None), ("b<", 'delete an owner', 'bboard', None, None, None), ("b<", 'delete an owner', 'bboard', [], None, None), ("b=", 'confirm reply message delete', 'bboard', None, None, None), ("b=", 'confirm reply message delete', 'bboard', [], None, None), ("b>", 'add an owner', 'bboard', None, None, None), ("b>", 'add an owner', 'bboard', [], None, None), ("b?", 'enter tools area, use old forms', 'bboard', None, None, None), ("b?", 'enter tools area, use old forms', 'bboard', [], None, None), ("b@", 'application disabled button', 'Obsolete', None, None, None), ("b@", 'application disabled button', 'bboard', [], None, None), ("bA", 'current_container', 'board_list', None, None, None), ("bA", 'current_container', 'board_list', ['NU'], None, None), ("bC", 'create a container standalone', 'Obsolete', None, None, None), ("bC", 'create a container standalone', 'bboard', [], None, None), ("bE", 'Enter msg board', 'board_list', None, None, None), ("bE", 'Enter msg board', 'board_list', ['NU'], None, None), ("bF", 'send_bboard_form', 'bboard', None, None, None), ("bF", 'send_bboard_form', 'board_forms', None, None, None), ("bF", 'send_bboard_form', 'board_forms', [], None, None), ("bG", 'resequence info', 'bboard', None, None, None), ("bG", 'resequence info', 'bboard', [], None, None), ("bI", 'change status to hidden', 'bboard', None, None, None), ("bI", 'change status to hidden', 'bboard', [], None, None), ("bJ", 'move info', 'bboard', None, None, None), ("bJ", 'move info', 'bboard', [], None, None), ("bK", 'delink form', 'bboard', None, None, None), ("bK", 'delink form', 'bboard', [], None, None), ("bL", 'insert info', 'bboard', None, None, None), ("bL", 'insert info', 'bboard', [], None, None), ("bM", 'display message without replace', 'bboard', None, None, None), ("bM", 'display message without replace', 'bboard', [], None, None), ("bN", 'display message with replace', 'bboard', None, None, None), ("bN", 'display message with replace', 'bboard', [], None, None), ("bO", 'open_folder', 'board_list', None, None, None), ("bO", 'open_folder', 'board_list', ['NU'], None, None), ("bS", 'send_find_since_form', 'board_list', None, None, None), ("bS", 'send_find_since_form', 'board_list', ['NU'], None, None), ("bT", 'tool_cc_update', 'bboard', [], None, None), ("bU", 'pop_cc_context', 'board_list', None, None, None), ("bU", 'pop_cc_context', 'board_list', ['NU'], None, None), ("bV", 'change status to released', 'bboard', None, None, None), ("bV", 'change status to released', 'bboard', [], None, None), ("bW", 'open_folder', 'board_list', None, None, None), ("bW", 'open_folder', 'board_list', ['NU'], None, None), ("bX", 'change status to deleted', 'bboard', None, None, None), ("bX", 'change status to deleted', 'bboard', [], None, None), ("bY", 'confirm message delete', 'bboard', None, None, None), ("bY", 'confirm message delete', 'bboard', [], None, None), ("bZ", 'more folder menu', 'board_list', None, None, None), ("bZ", 'more folder menu', 'board_list', ['NU'], None, None), ("b[", 'tools - get phrase for container', 'bboard', None, None, None), ("b[", 'tools - get phrase for container', 'bboard', [], None, None), ("b\", 'change reply status to released', 'bboard', None, None, None), ("b\", 'change reply status to released', 'bboard', [], None, None), ("b]", 'tools, upd & commit cntnr phrase', 'bboard', None, None, None), ("b]", 'tools, upd & commit cntnr phrase', 'bboard', [], None, None), ("b^", 'find_new_thread', 'board_list', None, None, None), ("b^", 'find_new_thread', 'board_list', ['NU'], None, None), ("b_" (All b tokens)', 'No longer functioning board functions', None, None, None, None), ("b_", 'enter tools area with replies', 'bboard', None, None, None), ("b_", 'enter tools area with replies', 'bboard', [], None, None), ("b`", 'change reply status to deleted', 'bboard', None, None, None), ("b`", 'change reply status to deleted', 'bboard', [], None, None), ("ba", 'enter the folder with tools', 'board_list', None, None, None), ("ba", 'enter the folder with tools', 'board_list', ['NU'], None, None), ("bb", 'toggle display fifo', 'bboard', None, None, None), ("bb", 'toggle display fifo', 'bboard', [], None, None), ("bc", 'create a container child', 'Obsolete', None, None, None), ("bc", 'create a container child', 'bboard', [], None, None), ("be", 'Edit Title/Description', 'bboard', None, None, None), ("be", 'Edit Title/Description', 'bboard', [], None, None), ("bf", 'create a folder', 'bboard', None, None, None), ("bf", 'create a folder', 'bboard', [], None, None), ("bg", 'send resequence form to user', 'bboard', None, None, None), ("bg", 'send resequence form to user', 'bboard', [], None, None), ("bh", 'move confirmation', 'bboard', None, None, None), ("bh", 'move confirmation', 'bboard', [], None, None), ("bi", 'change node status to hidden', 'bboard', None, None, None), ("bi", 'change node status to hidden', 'bboard', [], None, None), ("bj", 'move form', 'bboard', None, None, None), ("bj", 'move form', 'bboard', [], None, None), ("bk", 'delink form', 'bboard', None, None, None), ("bk", 'delink form', 'bboard', [], None, None), ("bl", 'invert form', 'bboard', None, None, None), ("bl", 'invert form', 'bboard', [], None, None), ("bm", '"Jump" to board', 'board_list', [], None, None), ("bm", 'Jump to board', 'board_list', None, None, None), ("bn", 'cancel link tool lock', 'bboard', None, None, None), ("bn", 'cancel link tool lock', 'bboard', [], None, None), ("bo", 'open_folder', 'board_list', None, None, None), ("bo", 'open_folder', 'board_list', ['NU'], None, None), ("bp", 'show parents', 'bboard', None, None, None), ("bp", 'show parents', 'bboard', [], None, None), ("bq", 'Read 1st New', 'board_list', None, None, None), ("bq", 'Read 1st New', 'board_list', [], None, None), ("br", 'find_new_now', 'board_list', None, None, None), ("br", 'find_new_now', 'board_list', ['NU'], None, None), ("bs", 'find_since', 'board_list', None, None, None), ("bs", 'find_since', 'board_list', ['NU'], None, None), ("bt", 'get & lck container hdr for mods', 'bboard', [], None, None), ("bu", 'verify accessibility', 'Obsolete', None, None, None), ("bu", 'verify accessibility', 'bboard', [], None, None), ("bv", 'change node status to unread', 'bboard', None, None, None), ("bv", 'change node status to unread', 'bboard', [], None, None), ("bw", 'mk container "store" node (root)', 'bboard', None, None, None), ("bw", 'mk container "store" node (root)', 'bboard', [], None, None), ("bx", 'change node status to deleted', 'bboard', None, None, None), ("bx", 'change node status to deleted', 'bboard', [], None, None), ("by", 'confirm container delete', 'bboard', None, None, None), ("by", 'confirm container delete', 'bboard', [], None, None), ("bz", 'more_container_menu', 'board_list', None, None, None), ("bz", 'more_container_menu', 'board_list', ['NU'], None, None), ("b{", 'toggle display fifo of thread', 'bboard', None, None, None), ("b{", 'toggle display fifo of thread', 'bboard', [], None, None), ("b|", 'display message with replace', 'bboard', None, None, None), ("b|", 'display message with replace', 'bboard', [], None, None), ("b}", 'enter the folder with tools', 'board_list', None, None, None), ("b}", 'enter the folder with tools', 'board_list', ['NU'], None, None), ("b~", 'change reply status to hidden', 'bboard', None, None, None), ("b~", 'change reply status to hidden', 'bboard', [], None, None), ("c%", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c%", 'Go To Private Promenade Room', 'Obsolete', None, None, None), ("c%", 'Go To Private Promenade Room', 'Usher', ['NU'], None, None), ("c%", 'Private Promenade Room', 'Usher', None, None, None), ("c.", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c.", 'Aud (Sp)-send question to master', 'Obsolete', None, None, None), ("c.", 'Aud (Sp)-send question to master', 'Roomer', ['M1'], None, None), ("c0", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c0", 'Aud (Sp)-send question to queue', 'Obsolete', None, None, None), ("c0", 'Aud (Sp)-send question to queue', 'Roomer', ['M1'], None, None), ("c1", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c1", 'Aud (Sp)-add text to canned menu', 'Obsolete', None, None, None), ("c1", 'Aud (Sp)-add text to canned menu', 'Roomer', ['M1'], None, None), ("c2", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c2", 'Aud (Sp)-last line of cannd text', 'Obsolete', None, None, None), ("c2", 'Aud (Sp)-last line of cannd text', 'Roomer', ['M1'], None, None), ("c3", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c3", 'Aud (Sp)-request cannd text menu', 'Obsolete', None, None, None), ("c3", 'Aud (Sp)-request cannd text menu', 'Roomer', ['M1'], None, None), ("c4", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c4", 'Aud (Sp)-action on ith cannd txt', 'Obsolete', None, None, None), ("c4", 'Aud (Sp)-action on ith cannd txt', 'Roomer', ['M1'], None, None), ("c5", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c5", 'Aud (Sp)-delete ith cnd txt file', 'Obsolete', None, None, None), ("c5", 'Aud (Sp)-delete ith cnd txt file', 'Roomer', ['M1'], None, None), ("c6", 'Aud (Sp)-delete active question', 'Roomer', None, None, None), ("c6", 'Aud (Sp)-delete active question', 'Roomer', ['M1'], None, None), ("c6", 'Aud (Sp)-delete active question', 'chat_sw', None, None, None), ("c7", 'Aud (Sp)-get question frm hold Q', 'Roomer', None, None, None), ("c7", 'Aud (Sp)-get question frm hold Q', 'Roomer', ['M1'], None, None), ("c7", 'Aud (Sp)-get question frm hold Q', 'chat_sw', None, None, None), ("c8", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c8", 'Aud (Sp)-get menu of masters (Q)', 'Obsolete', None, None, None), ("c8", 'Aud (Sp)-get menu of masters (Q)', 'Roomer', ['M1'], None, None), ("c9", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("c9", 'Aud (Sp)-set q to master index', 'Obsolete', None, None, None), ("c9", 'Aud (Sp)-set q to master index', 'Roomer', ['M1'], None, None), ("cA", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cA", 'Request Box Office events (R/A)', 'Obsolete', None, None, None), ("cA", 'Request Box Office events (R/A)', 'Roomer', None, None, None), ("cA", 'Request Box Office events (R/A)', 'Roomer', ['M1'], None, None), ("cC", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cC", 'Cancel Aud. Reservation (R/A)', 'Roomer', None, None, None), ("cC", 'Cancel Aud. reservation (R/A)', 'Roomer', ['M1'], None, None), ("cC", 'Cancel Aud. reservation(R/A)', 'Obsolete', None, None, None), ("cD", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cD", 'AUD-obsolete, version 5.2 only', 'Obsolete', None, None, None), ("cD", 'AUD-obsolete, version 5.2 only', 'Roomer', ['M1'], None, None), ("cE", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cE", 'Enter Auditorium (Q only) (R/A)', 'Obsolete', None, None, None), ("cE", 'Enter Auditorium (Q only) (R/A)', 'Roomer', ['M1'], None, None), ("cG", 'Enter Auditorium Audience', 'Usher', ['NU'], None, None), ("cG", 'Enter Auditorium Audience', 'chat_sw', None, None, None), ("cG", 'Enter Auditorium Audience', None, None, None, None), ("cH", 'Aud-list my chat group', 'Roomer', None, None, None), ("cH", 'Aud-list my chat group', 'Roomer', ['M1'], None, None), ("cH", 'Aud-list my chat group', 'chat_sw', None, None, None), ("cI", 'create a public room...', 'chat_sw', None, None, None), ("cJ", "Aud-list some user's chat group", 'Roomer', None, None, None), ("cJ", "Aud-list some user's chat group", 'Roomer', ['M1'], None, None), ("cJ", "Aud-list some user's chat group", 'chat_sw', None, None, None), ("cJ", '"Show Row" button', None, None, None, '32-173'), ("cK", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cK", 'Aud (Sp)-Kill Aud. questions', 'Obsolete', None, None, None), ("cK", 'Aud (Sp)-Kill Aud. questions', 'Roomer', ['M1'], None, None), ("cL", 'Change rooms from list', 'Usher', ['NU'], None, None), ("cL", 'Change rooms from list', 'chat_sw', None, None, None), ("cL", 'rooms', None, None, None, None), ("cM", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cM", 'Request Aud. Reservation (R/A)', 'Obsolete', None, None, None), ("cM", 'Request Aud. Reservation (R/A)', 'Roomer', None, None, None), ("cM", 'Request Aud. reservation (R/A)', 'Roomer', ['M1'], None, None), ("cN", 'Aud-list chat group number #', 'Roomer', None, None, None), ("cN", 'Aud-list chat group number #', 'Roomer', ['M1'], None, None), ("cN", 'Aud-list chat group number #', 'chat_sw', None, None, None), ("cO", 'Aud-list occupied chat groups', 'Roomer', None, None, None), ("cO", 'Aud-list occupied chat groups', 'Roomer', ['M1'], None, None), ("cO", 'Aud-list occupied chat groups', 'chat_sw', None, None, None), ("cP", '"Move to Row" button', None, None, None, '32-172'), ("cP", 'Aud-move to another chat group', 'Roomer', None, None, None), ("cP", 'Aud-move to another chat group', 'Roomer', ['M1'], None, None), ("cP", 'Aud-move to another chat group', 'chat_sw', None, None, None), ("cQ", '"Go" button', None, None, None, '32-98'), ("cQ", 'Go to Public Room in P.C.', 'Usher', ['NU'], None, None), ("cQ", 'Go to Public Room in P.C.', 'chat_sw', None, None, None), ("cQ", 'Public', None, None, None, None), ("cR", 'Aud-turn my chat on/off', 'Roomer', None, None, None), ("cR", 'Aud-turn my chat on/off', 'Roomer', ['M1'], None, None), ("cR", 'Aud-turn my chat on/off', 'chat_sw', None, None, None), ("cS", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cS", 'Enter Auditorium as master (Q)', 'Obsolete', None, None, None), ("cS", 'Enter Auditorium as master (Q)', 'Roomer', None, None, None), ("cS", 'Enter Auditorium as master (Q)', 'Roomer', ['M1'], None, None), ("cT", 'Enter Auditorium as Master', 'Usher', ['NU'], None, None), ("cT", 'Enter Auditorium as Master', 'chat_sw', None, None, None), ("cT", 'as Master', None, None, None, None), ("cU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cU", 'Aud-get SuperQ form', 'Obsolete', None, None, None), ("cU", 'Aud-get SuperQ form', 'Roomer', ['M1'], None, None), ("cV", '"Go Chat" button. Private Chat Room', None, None, None, '32-6155'), ("cV", 'Go to Private Room in P.C.', 'Usher', ['NU'], None, None), ("cV", 'Go to Private Room in P.C.', 'chat_sw', None, None, None), ("cV", None, None, None, None, None), ("cW", 'Aud (Sp)-Wake Aud. questions', 'Obsolete', None, None, None), ("cW", 'Aud (Sp)-Wake Aud. questions', 'Roomer', ['M1'], None, None), ("cX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cX", 'Aud (Sp)-Evict user from Aud.', 'Obsolete', None, None, None), ("cX", 'Aud (Sp)-Evictuser from Aud.', 'Roomer', ['M1'], None, None), ("cY", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("cZ", 'Enter Town Square Room', None, None, None, None), ("cZ", 'create a public room', 'chat_sw', None, None, None), ("cZ", None, None, None, None, None), ("cb", "Who's Chatting - Town Square Room", None, None, None, None), ("cb", 'List People from room list', 'RoomList', None, None, None), ("cb", 'List People from room list', 'Usher', ['NU'], None, None), ("cb", 'List People from room list', 'chat_sw', None, None, None), ("cd", "Who's Chatting - Town Square Room", None, None, None, None), ("cd", 'List People in P.C. room', 'RoomList', None, None, None), ("cd", 'List People in P.C. room', 'Usher', ['NU'], None, None), ("cd", 'List People in P.C. room', 'chat_sw', None, None, None), ("cf", 'For RoomList', 'RoomList', None, None, None), ("cf", 'For RoomList', 'chat_sw', None, None, None), ("ch", 'Message Box - "You do not have access to this function"', None, None, None, None), ("ch", 'Make room private', 'Usher', [], None, None), ("ch", 'Make room private', 'chat_sw', None, None, None), ("ch", 'pay areas', None, None, None, None), ("ct", "Who's Chatting - Town Square Room", None, None, None, None), ("ct", 'Test show users in rooms', 'RoomList', None, None, None), ("ct", 'Test show users in rooms', 'chat_sw', None, None, None), ("ct", 'Test show users in rooms', 'locate', [], None, None), ("c{", 'Aud (Sp)-broadcast quest as cmnt', 'Roomer', None, None, None), ("c{", 'Aud (Sp)-broadcast quest as cmnt', 'Roomer', ['M1'], None, None), ("c{", 'Aud (Sp)-broadcast quest as cmnt', 'chat_sw', None, None, None), ("d1", 'Sorry, you do not have access to this file/library.', None, None, None, None), ("d2", 'Sorry, you do not have access to this file/library.', None, None, None, None), ("d3", 'Sorry, you do not have access to this file/library.', None, None, None, None), ("d5", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("d5", 'Account record update complete', 'Porch', ['PL'], None, None), ("d5", 'Acct rec update complete', 'Obsolete (Porch)', None, None, None), ("d6", 'Password update complete', 'Obsolete', None, None, None), ("d6", 'Password update complete', 'Porch', ['PL'], None, None), ("d7", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("d7", 'Define Language list - Mac Login', 'Obsolete', None, None, None), ("d7", 'Define Language list - Mac', 'Porch', None, None, None), ("d7", 'Define language list (Mac) Porch', 'PL*', [], None, None), ("d8", 'Define language list - Gen4', 'Login', None, None, None), ("d8", 'Define language list - Gen4', 'Porch', None, None, None), ("dA", 'secondary tod token', 'soft_box', None, None, None), ("dE", 'General DB update response', 'update_disk', ['PL'], None, None), ("dK", 'Update initial dept keyword', 'update_disk', ['PL'], None, None), ("dM", 'Set domain - message board', 'collector', [], None, None), ("dM", 'Set domain - message board', 'mbox_send', None, None, None), ("dS", 'Message Box - "Access denied"', None, None, None, None), ("dd", 'Dump database record', 'update_disk', ['PL'], None, None), ("dk", 'Request to change init dept', 'update_disk', ['PL'], None, None), ("do", 'Change options', 'update_disk', ['PL'], None, None), ("do", 'options', 'update_disk', None, None, None), ("dr", 'Request a database dump', 'update_disk', ['PL'], None, None), ("ds", 'Show current options', 'update_disk', ['PL'], None, None), ("ds", 'Show current', None, None, None, None), ("dv", 'Disk information', None, None, None, None), ("dv", 'Show Disk version information', 'update_disk', ['PL'], None, None), ("e!", 'Download file after warning', 'mail_attach_verify', None, None, None), ("e!", 'Download file after warning', 'mail_dl_sw', None, None, None), ("e0", 'Initiate form-based forward', 'mbox_read', None, None, None), ("e0", 'Initiate form-based forward', 'mbox_read', [], None, None), ("e1", 'New form mail header', 'mbox_send', None, None, None), ("e1", 'New form mail header', 'mbox_send', ['NU'], None, None), ("e2", 'New form mail file header', 'mbox_send', None, None, None), ("e2", 'New form mail file header', 'mbox_send', ['NU'], None, None), ("e3", 'New message board comment', 'mbox_read', None, None, None), ("e3", 'New message board comment', 'mbox_read', [], None, None), ("e4", 'Answer author only', 'mbox_read', None, None, None), ("e4", 'Answer author only', 'mbox_read', [], None, None), ("e5", 'mail_read domain', 'mbox_read', None, None, None), ("e5", 'mail_read domain', 'mbox_read', [], None, None), ("e6", 'Address book header', 'Obsolete', None, None, None), ("e6", 'Address book header', 'Obsolete', [], None, None), ("e7", 'Address book header (file xfer)', 'Obsolete', None, None, None), ("e7", 'Address book header (file xfer)', 'Obsolete', [], None, None), ("e8", 'Read mail for View Description', 'mbox_read', None, None, None), ("e8", 'Read mail for View Description', 'mbox_read', [], None, None), ("e9", 'Send header on forward', 'mbox_send', None, None, None), ("e9", 'Send header on forward', 'mbox_send', ['NU'], None, None), ("e@", 'Cancel download from warning', 'mail_attach_verify', None, None, None), ("e@", 'Cancel download from warning', 'mail_dl_sw', None, None, None), ("eA", "Start an E-Mail 'answer'", 'Obsolete', [], None, None), ("eA", 'get list of released files', 'soft_box', None, None, None), ("eB", 'Enter software board', 'soft_box', None, None, None), ("eB", 'Enter software board', 'soft_box', [], None, None), ("eC", 'Continue mail_read', 'mbox_read', None, None, None), ("eC", 'Continue mail_read', 'mbox_read', [], None, None), ("eD", 'Download file attached to mail', 'mail_attach_verify', None, None, None), ("eD", 'Download file attached to mail', 'mail_dl_sw', None, None, None), ("eD", 'Download file attached to mail', 'mail_download', ['NU'], None, None), ("eD", 'Download file attached to mail', 'soft_download', ['NU'], None, None), ("eE", 'End of mail text entry', 'Obsolete', [], None, None), ("eE", 'Remote upload request', 'soft_upld_rmt', None, None, None), ("eF", 'End of text, start upload', 'soft_text', [], None, None), ("eF", 'End text, start upld', 'Obsolete (soft_text)', None, None, None), ("eG", 'Email - file info for download', 'soft_download_switch', None, None, None), ("eG", 'Email - file info for download', 'soft_download', None, None, None), ("eG", 'Email - file info for download', 'soft_download', [], None, None), ("eH", 'Contains mail header', 'Obsolete', [], None, None), ("eH", 'Start remote upload', 'soft_upld_rmt', None, None, None), ("eI", 'Email - file info for upload', 'mbox_send', None, None, None), ("eI", 'Email - file info for upload', 'mbox_send', [], None, None), ("eJ", 'Ok to proceed w/ file sys dnload', 'soft_download_switch', None, None, None), ("eJ", 'Ok to proceed w/ file sys dnload', 'soft_download', None, None, None), ("eJ", 'Ok to proceed w/ file sys', 'dnloadsoft_download', ['CU'], None, None), ("eK", 'User aborted download', 'soft_download', None, None, None), ("eK", 'User aborted download', 'soft_download', [], None, None), ("eK", 'User aborted download', 'soft_download_switch', None, None, None), ("eL", 'Request to list unread mail', 'mbox_list', None, None, None), ("eL", 'Request to list unread mail', 'mbox_list', [], None, None), ("eM", 'Mail menu continue', 'mbox_list', None, None, None), ("eM", 'Mail menu continue', 'mbox_list', [], None, None), ("eN", 'Read "next" mail message', 'mbox_list', None, None, None), ("eN", 'Read "next" mail message', 'mbox_list', [], None, None), ("eO", 'List old mail', 'mbox_list', None, None, None), ("eO", 'List old mail', 'mbox_list', [], None, None), ("eP", 'description for file folder', 'Obsolete', None, None, None), ("eP", 'description for file folder', 'Obsolete', [], None, None), ("eQ", 'apple_file_info for multi-file', 'Obsolete', None, None, None), ("eQ", 'apple_file_info for multi-file', 'Obsolete', [], None, None), ("eR", 'Read mail', 'mbox_read', None, None, None), ("eR", 'Read mail', 'mbox_read', [], None, None), ("eS", 'Start upload', 'soft_text', ['NU'], None, None), ("eS", 'Start upload', 'soft_upld', None, None, None), ("eT", 'Start mail text entry', 'collector', ['NU'], None, None), ("eT", 'Start mail text entry', 'mbox_send', None, None, None), ("eU", 'Mac file name for email upload', 'Obsolete', None, None, None), ("eU", 'Mac file name for email upload', 'Obsolete', [], None, None), ("eV", 'Email - volume info for download', 'soft_download_switch', None, None, None), ("eV", 'Email - volume info for download', 'soft_download', None, None, None), ("eV", 'Email - volume info for download', 'soft_download', [], None, None), ("eW", 'mark mail deleted - pre gen4', 'Loader', [], None, None), ("eW", 'mark mail deleted - pre gen4', 'mbox_read', None, None, None), ("eW", 'mark mail deleted - pre gen4', 'mbox_read', [], None, None), ("eW", 'mark mail deleted - pre gen4', 'mbox_read-syb', None, None, None), ("eX", 'Mail download complete', 'Download', None, None, None), ("eX", 'Mail download complete', 'Download', ['M3', 'SP'], None, None), ("eY", 'Disk operation result', 'soft_download', None, None, None), ("eY", 'Disk operation result', 'soft_download', [], None, None), ("eY", 'Disk operation result', 'soft_download_switch', None, None, None), ("eZ", 'Mail file delete response', 'soft_download', None, None, None), ("eZ", 'Mail file delete response', 'soft_download', [], None, None), ("eZ", 'Mail file delete response', 'soft_download_switch', None, None, None), ("ea", 'MAC Filename for remote upload', 'soft_upld_rmt', None, None, None), ("eb", 'Read mail, no header info', 'Obsolete', None, None, None), ("eb", 'Read mail, no header info', 'mbox_read', [], None, None), ("ec", 'Continue sending mip mail', 'mbox_read', None, None, None), ("ec", 'Continue sending mip mail', 'mbox_read', [], None, None), ("ec", 'Continue sending mip mail', 'mbox_read-syb', None, None, None), ("ed", 'Download method for MIP', 'mail_attach_verify', None, None, None), ("ed", 'Download method for MIP', 'mail_dl_sw', None, None, None), ("ed", 'Download method for MIP', 'mail_download', [], None, None), ("ed", 'Download method for MIP', 'soft_download', [], None, None), ("ef", '(Note: An existing token - reroute)', 'mail_form_driven', [], None, None), ("ef", 'Form driven mail token', 'mail_form_driven', None, None, None), ("ef", 'Form driven mail token', 'mbox_send', [], None, None), ("eg", 'Read mail, show no Next btn', 'mbox_read', None, None, None), ("eg", 'Read mail, show no Next btn', 'mbox_read', [], None, None), ("eh", 'Read from outbox', 'mbox_read', None, None, None), ("eh", 'Read from outbox', 'mbox_read', [], None, None), ("ei", 'Start library upload', 'soft_text', [], None, None), ("ei", 'Start library upload', 'soft_upld', None, None, None), ("ej", 'OK to proceed with mail download', 'mail_attach_verify', None, None, None), ("ej", 'OK to proceed with mail download', 'mail_dl_sw', None, None, None), ("ek", 'download direct by mail id', 'mail_attach_verify', None, None, None), ("ek", 'download direct by mail id', 'mail_dl_sw', None, None, None), ("ek", 'download direct by mail id', 'mail_download', [], None, None), ("ek", 'download direct by mail id', 'soft_download', [], None, None), ("el", 'List unread mail - use MIP', 'mbox_list', None, None, None), ("el", 'List unread mail - use MIP', 'mbox_list', [], None, None), ("eo", 'List old mail - use MIP', 'mbox_list', None, None, None), ("eo", 'List old mail - use MIP', 'mbox_list', [], None, None), ("ep", 'Display previous mail message', 'mbox_list', None, None, None), ("ep", 'Display previous mail message', 'mbox_list', [], None, None), ("eq", 'Add attached mail file to queue', 'mail_attach_verify', None, None, None), ("eq", 'Add attached mail file to queue', 'mail_dl_sw', None, None, None), ("eq", 'Add attached mail file to queue', 'mail_download', [], None, None), ("eq", 'Add attached mail file to queue', 'soft_download', [], None, None), ("er", 'Read mail - use MIP', 'mbox_read', None, None, None), ("er", 'Read mail - use MIP', 'mbox_read', [], None, None), ("er", 'Read mail - use MIP', 'mbox_read-syb', None, None, None), ("es", 'Get upload info form', 'soft_text', [], None, None), ("es", 'Get upload info form', 'soft_upld', None, None, None), ("eu", 'Mac file name for lib upload', 'soft_text', [], None, None), ("eu", 'Mac file name for lib upload', 'soft_upld', None, None, None), ("ev", 'Make unread - pre gen4', 'mbox_read', None, None, None), ("ev", 'Make unread - pre gen4', 'mbox_read', [], None, None), ("ev", 'Make unread - pre gen4', 'mbox_read-syb', None, None, None), ("ew", 'Mark mail_deleted', 'Loader', None, None, None), ("ew", 'Mark mail_deleted', 'Loader', [], None, None), ("ew", 'Mark mail_deleted', 'mbox_read', None, None, None), ("ew", 'Mark mail_deleted', 'mbox_read', [], None, None), ("ex", 'Method to mark read w/o read MIP', 'mbox_read', None, None, None), ("ex", 'Method to mark read w/o read MIP', 'mbox_read', [], None, None), ("ex", 'Method to mark read w/o read MIP', 'mbox_read-syb', None, None, None), ("ey", 'Mark mail read w/o read via atom', 'mbox_read', None, None, None), ("ey", 'Mark mail read w/o read via atom', 'mbox_read', [], None, None), ("ez", 'Mark mail unread', 'mbox_read', None, None, None), ("ez", 'Mark mail unread', 'mbox_read', [], None, None), ("f1", 'Form', None, None, None, None), ("f1", 'request object', 'retriever', None, None, None), ("f1", 'request object', 'retriever', ['PL'], None, None), ("f2", 'DOD request', None, None, None, None), ("f2", 'request dod', 'dod', None, None, None), ("f2", 'request dod', 'retriever', ['PL'], None, None), ("f3", '"Modify Binary" button', None, None, None, '32-219'), ("f3", 'get modify database record form', 'dodman', None, None, None), ("f3", 'get modify database record form', 'retriever', [], None, None), ("f4", '"Update" button on Update Database Record form', None, None, None, '32-26'), ("f4", 'wipe out local db', 'dodman', None, None, None), ("f4", 'wipe out local db', 'retriever', None, None, None), ("f4", 'wipe out local db', 'retriever', [], None, None), ("f5", 'Batch upload of pictures', 'dodman', None, None, None), ("f5", 'Batch upload of pictures', 'retriever', ['NU'], None, None), ("f6", 'Install Local DB for Windows', 'dodman', None, None, None), ("f6", 'Install Local DB for Windows', 'retriever', [], None, None), ("f7", '"Manage Art" on Star Tool', None, None, 3, None), ("f7", '"Update Database Record" on Star Tool', None, None, 4, None), ("f7", '"Upload Binary" on Star Tool', None, None, 2, None), ("f7", '"Upload Picture" on Star Tool', None, None, 1, None), ("f7", 'Request a form', 'dodman', None, None, None), ("f7", 'Request a form', 'retriever', ['PL'], None, None), ("f8", '"Send" button', None, None, None, '32-197'), ("f8", 'picture information', 'dodman', None, None, None), ("f8", 'picture information', 'retriever', ['NU'], None, None), ("f9", 'pc initiated binary upload', 'dodman', None, None, None), ("f9", 'pc initiated binary upload', 'retriever', ['NU'], None, None), ("fA", 'find_arts', 'dodman', None, None, None), ("fB", 'add_art_to_list_box', 'dodman', None, None, None), ("fC", 'rem_art_from_list_box', 'dodman', None, None, None), ("fD", 'proc_art_request', 'dodman', None, None, None), ("fX", 'Upload Token', None, None, None, None), ("fa", 'host initiated binary upload', 'dodman', None, None, None), ("fa", 'host initiated binary upload', 'retriever', ['NU'], None, None), ("fb", 'binary information', 'dodman', None, None, None), ("fb", 'binary information', 'retriever', ['NU'], None, None), ("fc", 'modify picture record', 'dodman', None, None, None), ("fc", 'modify picture record', 'retriever', ['NU'], None, None), ("fd", 'modify binary record', 'dodman', None, None, None), ("fd", 'modify binary record', 'retriever', ['NU'], None, None), ("fe", '"Modify Picture" button', None, None, None, '32-219'), ("fe", 'Modify picture', 'dodman', None, None, None), ("fe", 'Modify picture', 'retriever', [], None, None), ("ff", 'DOD request - art control', None, None, None, None), ("ff", 'New-style DOD request', 'dod', None, None, None), ("fg", 'bulk record update from file', 'dodman', None, None, None), ("fg", 'bulk record update from file', 'retriever', [], None, None), ("fh", 'DOD request - new styled art', None, None, None, None), ("fh", 'hinting something or other', 'dod', None, None, None), ("fi", 'bulk record update for MAC', 'dodman', None, None, None), ("fi", 'bulk record update for MAC', 'retriever', [], None, None), ("fj", 'result for updating local record', 'dodman', None, None, None), ("fj", 'result for updating local record', 'retriever', [], None, None), ("fk", 'batch_update_picture_file', 'dodman', None, None, None), ("fp", 'start batch dod', 'dod', None, None, None), ("fq", 'continue batch dod', 'dod', None, None, None), ("fr", 'process picture list', 'dodman', None, None, None), ("fs", 'start batch art work', 'dod', None, None, None), ("ft", 'DOD request', None, None, None, None), ("ft", 'process vrm aat pict header', 'dodman', None, None, None), ("fu", 'process vrm aat pict info', 'dodman', None, None, None), ("fv", 'process vrm aat binary header', 'dodman', None, None, None), ("fw", 'process vrm aat binary info', 'dodman', None, None, None), ("g!", 'Message Box - "You do not have access to this function."', None, None, None, None), ("g#", 'Message Box - "You do not have access to this function."', None, None, None, None), ("g$", 'Message Box - "You do not have access to this function."', None, None, None, None), ("g%", 'Message Box - "You do not have access to this function."', None, None, None, None), ("g&", 'Send user-config form', 'mbox_admin', [], None, None), ("g0", 'Switch current mbox domain', 'mbox_admin', ['NU'], None, None), ("g1", 'Message Box - "The e-mail address notification feature is only available ' 'to members who upgrade to (or migrate to) the CompuServe 2000 software."', None, None, None, None), ("g1", 'OK btn for add-user-to-grp form', 'mbox_admin', ['NU'], None, None), ("g2", 'View currently loaded group', 'mbox_admin', ['NU'], None, None), ("g3", 'OK button on remove-user form', 'mbox_admin', ['NU'], None, None), ("g4", 'Toggle sender_list on custom', 'mbox_admin', ['NU'], None, None), ("g5", 'OK btn - transfer ownership', 'mbox_admin', ['NU'], None, None), ("g6", 'Edit form letter', 'mbox_admin', ['NU'], None, None), ("g7", 'Toggle en/disabled - form letter', 'mbox_admin', ['NU'], None, None), ("g8", 'Delete form letter', 'mbox_admin', ['NU'], None, None), ("g9", 'Send btn on edit form ltr', 'mbox_admin', ['NU'], None, None), ("g@", 'Message Box - "You do not have access to this function."', None, None, None, None), ("gA", 'Add new group address', 'mbox_admin', ['NU'], None, None), ("gB", 'List members/mgrs/senders for gp', 'mbox_admin', ['NU'], None, None), ("gC", 'Create new group addr', 'mbox_admin', ['NU'], None, None), ("gD", 'Delete Gruop', 'mbox_admin', ['NU'], None, None), ("gE", 'Edit mailbox configuration', 'mbox_admin', ['NU'], None, None), ("gF", 'Set Form Letters for Groups', 'mbox_admin', ['NU'], None, None), ("gG", 'Save group config changes', 'mbox_admin', ['NU'], None, None), ("gH", 'Remove user from list', 'mbox_admin', ['NU'], None, None), ("gI", 'Manage Specific Mbox (super)', 'mbox_admin', ['NU'], None, None), ("gJ", 'Send subscription req form', 'mbox_admin', ['NU'], None, None), ("gK", 'Mgr processes current request', 'mbox_admin', ['NU'], None, None), ("gL", 'List group/special mboxes', 'mbox_admin', ['NU'], None, None), ("gM", 'Manage selected mailbox', 'mbox_admin', ['NU'], None, None), ("gN", 'Accept new group name', 'mbox_admin', ['NU'], None, None), ("gO", 'Mgr get next request', 'mbox_admin', ['NU'], None, None), ("gP", 'Request delegation form', 'mbox_admin', ['NU'], None, None), ("gQ", 'Set delegation info', 'mbox_admin', [], None, None), ("gR", 'Remove user from group', 'mbox_admin', ['NU'], None, None), ("gS", 'Save custom group config', 'mbox_admin', ['NU'], None, None), ("gT", 'Transfer ownership of group', 'mbox_admin', ['NU'], None, None), ("gU", 'Unsubscribe to group', 'mbox_admin', ['NU'], None, None), ("gV", 'View Group mbox info', 'mbox_admin', ['NU'], None, None), ("gW", 'Stop delegation', 'mbox_admin', [], None, None), ("gY", 'Request personal ignore list', 'mbox_admin', ['NU'], None, None), ("gZ", 'Request delegate form', 'mbox_admin', ['NU'], None, None), ("ga", 'Set video mode for game', 'gus', None, None, None), ("ga", 'Set video mode for game', 'gus', [], None, None), ("gb", 'List box for Extra Turn Mode', 'gus', None, None, None), ("gb", 'List box for Extra Turn Mode', 'gus', [], None, None), ("gc", 'Current pathname for this game', 'gus', None, None, None), ("gc", 'Current pathname for this game', 'gus', [], None, None), ("gd", 'Database update return token', 'gus', None, None, None), ("gd", 'Database update return token', 'gus', [], None, None), ("ge", 'Transfer chips', 'cashier_win', None, None, None), ("ge", 'Transfer chips', 'cashier_win', [], None, None), ("gf", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("gf", 'Get File Kludge', 'Obsolete', None, None, None), ("gf", 'Get File Kludge', 'Obsolete', [], None, None), ("gg", 'Request for game load', 'gus', None, None, None), ("gg", 'Request for game load', 'gus', [], None, None), ("gh", 'Show leader boards', 'cashier_win', None, None, None), ("gh", 'Show leader boards', 'cashier_win', [], None, None), ("gi", 'Initial application "hello" msg', 'gus', None, None, None), ("gi", 'Initial application "hello" msg', 'gus', ['NU'], None, None), ("gj", 'Show cashier form', 'cashier_win', None, None, None), ("gj", 'Show cashier form', 'cashier_win', [], None, None), ("gl", 'Load request for applications', 'gus', None, None, None), ("gl", 'Load request for applications', 'gus', [], None, None), ("gm", 'Modify current game pathname', 'gus', None, None, None), ("gm", 'Modify current game pathname', 'gus', [], None, None), ("gn", 'New DB rec creation response tkn', 'gus', None, None, None), ("gn", 'New DB rec creation response tkn', 'gus', [], None, None), ("go", 'Check-file status return code', 'gus', None, None, None), ("go", 'Check-file status return code', 'gus', [], None, None), ("gp", 'Send back pathname fopr load now', 'gus', None, None, None), ("gp", 'Send back pathname fopr load now', 'gus', [], None, None), ("gr", 'All special cashier tokens', 'cashier', None, None, None), ("gr", 'All special cashier tokens', 'cashier', [], None, None), ("gs", 'Show user balance custom group options', 'mbox_admin', ['NU'], None, None), ("gs", 'Show user balance', 'cashier_win', None, None, None), ("gt", 'Test item for GUS functions', 'gus', None, None, None), ("gt", 'Test item for GUS functions', 'gus', [], None, None), ("gu", 'Application user response msg', 'gus', None, None, None), ("gu", 'Application user response msg', 'gus', [], None, None), ("gv", 'All casino games special tokens', 'casino', None, None, None), ("gv", 'All casino games special tokens', 'casino', ['NU'], None, None), ("gw", 'List Terminal Warrior rooms', 'gus', None, None, None), ("gw", 'List Terminal Warrior rooms', 'gus', [], None, None), ("gx", 'Exit and unload application', 'gus', None, None, None), ("gx", 'Exit and unload application', 'gus', [], None, None), ("gy", 'Message Box - "Sorry, that application has been removed."', None, None, None, None), ("h0", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("h0", 'client asks for form', 'host_forms', None, None, None), ("h1", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("h1", 'ask tandy hotline', 'Obsolete', None, None, None), ("h1", 'ask tandy hotline', 'Obsolete', [], None, None), ("h2", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("h2", 'ask tandy hotline responses', 'Obsolete', None, None, None), ("h2", 'ask tandy hotline responses', 'Obsolete', [], None, None), ("h3", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("h3", 'ask tandy read hotline responses', 'Obsolete', None, None, None), ("h3", 'ask tandy read hotline responses', 'Obsolete', [], None, None), ("h4", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("h4", 'Text for hotline message', 'Obsolete', None, None, None), ("h4", 'Text for hotline message', 'Obsolete', [], None, None), ("hC", 'Message Box - "You do not have access to this function."', None, None, None, None), ("hD", 'Message Box - "You do not have access to this function."', None, None, None, None), ("hE", 'Message Box - "You do not have access to this function."', None, None, None, None), ("hL", 'List hidden topics/files', 'soft_box', None, None, None), ("hL", 'List hidden topics/files', 'soft_box', [], None, None), ("hL", 'See Hidden Files in Library', None, None, None, None), ("hM", 'File not found', None, None, None, None), ("hM", 'List hidden - continue', 'soft_box', None, None, None), ("hM", 'List hidden - continue', 'soft_box', [], None, None), ("hN", 'Next hidden topic/file', 'Obsolete', None, None, None), ("hN", 'Next hidden topic/file', 'Obsolete', [], None, None), ("hO", 'Luanch a PC Game', None, None, None, None), ("hP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("hP", 'Previous hidden topic/file', 'Obsolete', None, None, None), ("hP", 'Previous hidden topic/file', 'Obsolete', [], None, None), ("hb", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hc", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hd", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("he", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hf", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hg", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hh", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hi", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hj", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hk", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hl", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hm", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hn", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("ho", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hp", 'Message Box - "Access denied. Please activate host access before using ' 'this function"', None, None, None, None), ("hq", 'KW: choosemode and securid', 'securid_login', None, None, None), ("hr", 'user response of form mode', 'securid_login', None, None, None), ("hs", 'user response to host security', 'securid_login', None, None, None), ("i2", 'Message Box - "Internal error."', None, None, None, None), ("i2", 'Open two IM no msg', 'whiscer', None, None, None), ("i2", 'Open two chat IM window - no msg', 'whisper', [], None, None), ("iA", 'Able receive', None, None, None, None), ("iA", 'Able to receive IM', 'whisper_gen3', [], None, None), ("iG", 'Accept flashnotes for games', 'whisper', [], None, None), ("iG", 'Accept flashnotes games', None, None, None, None), ("iM", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("iM", 'Sending IM (form)', 'Obsolete', None, None, None), ("iM", 'Sending IM (form)', 'Obsolete', [], None, None), ("iN", 'Request to send IM', 'whisper', [], None, None), ("iO", 'Is user available?', 'whisper', [], None, None), ("iO", 'Locate Member', None, None, None, None), ("iO", None, None, None, None, None), ("iQ", 'Cancel sending of IM', 'Obsolete', [], None, None), ("iQ", 'Cancel sending of IM', 'ipl', None, None, None), ("iQ", 'Cancel sending of IM', 'ipt', None, None, None), ("iR", 'decline/cancel/hangup FlashNote single Instant way', None, None, None, None), ("iR", 'Unable to receive IM', 'whisper_gen3', [], None, None), ("iS", 'Send FlashNote - single form', 'whisper', [], None, None), ("iS", 'Send Instant Message', None, None, None, None), ("iV", 'Message Box - "Screen name not given."', None, None, None, None), ("iV", 'image', None, None, None, None), ("iW", 'IM image accept', 'snapshot_vid', None, None, None), ("id", 'Get Profile', None, None, None, None), ("id", 'Identify for fdo91', 'a2k_retrieve', ['NU'], None, None), ("id", 'Identify for fdo91', 'mdir_ret_migsw', None, None, None), ("id", 'Identify for fdo91', 'mdir_retrieve', None, None, None), ("in", 'P.C.', None, None, None, None), ("ir", 'Instant RATification', 'ratbert', None, None, None), ("ir", 'Message Box - "Internal error."', None, None, None, None), ("is", 'Instant Msg from 2 way chat', 'whisper', [], None, None), ("is", 'Send Instant Message', None, None, None, None), ("jA", 'Enter search DB - up search form', 'mdir_search_new', None, None, None), ("jA", 'jA, jS', None, None, None, None), ("jB", 'Perform search', 'mdir_search_new', None, None, None), ("jC", 'Get more search results', 'mdir_search_new', None, None, None), ("jD", 'Delete from member_dir (part 2)', 'a2k_members', ['NU'], None, None), ("jD", 'Delete from member_dir (part 2)', 'mdir_update', None, None, None), ("jE", 'Close search form', 'mdir_search_new', None, None, None), ("jE", 'Enter name in member_dir', 'Obsolete', [], None, None), ("jF", 'Retrieve profile from hit list', 'mdir_search_new', None, None, None), ("jI", 'Get Member Profile', None, None, None, None), ("jI", 'ID to member_dir', 'a2k_retrieve', ['NU'], None, None), ("jI", 'ID to member_dir', 'mdir_ret_migsw', None, None, None), ("jI", 'ID to member_dir', 'mdir_retrieve', None, None, None), ("jL", 'Find users by Last name', 'a2k_search', None, None, None), ("jL", 'Find users by Last name', 'a2k_search', ['NU'], None, None), ("jM", 'List More users from prev. searc', 'Obsolete', None, None, None), ("jM", 'List More users from prev. searc', 'Obsolete', [], None, None), ("jR", 'Edit Your Profile', None, None, None, None), ("jR", 'Get list of names to modify', 'a2k_members', ['NU'], None, None), ("jR", 'Get list of names to modify', 'mdir_update', None, None, None), ("jS", 'Find users by Screen name', 'a2k_search', ['NU'], None, None), ("jS", 'Find users by Screen name', 'mdir_search', None, None, None), ("jS", 'jA, jS', None, None, None, None), ("jU", 'Delete Profile Information?', None, None, None, None), ("jU", 'Get list of names to delete', 'a2k_members', ['NU'], None, None), ("jU", 'Get list of names to delete', 'mdir_update', None, None, None), ("jV", 'Add/Modify Profile part 1', 'a2k_members', ['NU'], None, None), ("jV", 'Add/Modify Profile part 1', 'mdir_update', None, None, None), ("jV", 'Update Profile', None, None, None, None), ("jW", 'Display Profile', 'a2k_retrieve', ['NU'], None, None), ("jW", 'Display Profile', 'mdir_retrieve', None, None, None), ("jW", 'View Own Profile', None, None, None, None), ("jX", 'Add name to member_dir (II)', 'Obsolete', None, None, None), ("jX", 'Add name to member_dir (II)', 'Obsolete', [], None, None), ("jY", 'Add/Modify Profile part 4', 'Obsolete', None, None, None), ("jY", 'Add/Modify Profile part 4', 'Obsolete', [], None, None), ("jY", 'Mdir Notify Button', 'mdir_notify', None, None, None), ("jZ", 'Add/Modify Profile part 5', 'Obsolete', None, None, None), ("jZ", 'Add/Modify Profile part 5', 'Obsolete', [], None, None), ("jZ", 'Mdir SendRpt Button', 'mdir_notify', None, None, None), ("jd", 'Delete Profile', None, None, None, None), ("jd", 'User confirms delete profile', 'a2k_members', ['NU'], None, None), ("jd", 'User confirms delete profile', 'mdir_update', None, None, None), ("je", 'Create/edit profile', 'mdir_upd_migsw', None, None, None), ("je", 'Create/edit profile', 'mdir_update', None, None, None), ("je", 'Edit Your Profile', None, None, None, None), ("je", 'Hobbies add modify screen', 'Obsolete', [], None, None), ("jf", 'Request search by name form', 'Obsolete', [], None, None), ("jf", 'Update Profile', None, None, None, None), ("jf", 'Update/Create prof data', 'mdir_update', None, None, None), ("ji", 'Display profile by name', 'a2k_retrieve', ['NU'], None, None), ("ji", 'Display profile by name', 'mdir_ret_migsw', None, None, None), ("ji", 'Display profile by name', 'mdir_retrieve', None, None, None), ("ji", 'Get Member Profile', None, None, None, None), ("jl", 'Delete Profile Information?', None, None, None, None), ("jl", 'Find by real name', 'Obsolete', ['NU'], None, None), ("jl", 'Req profile delete', 'mdir_update', None, None, None), ("jm", 'Delete Profile', None, None, None, None), ("jm", 'More find entries requested', 'Obsolete', [], None, None), ("jm", 'User confirms delete profile', 'mdir_update', None, None, None), ("jr", 'Start profile add or mod', 'a2k_members', ['NU'], None, None), ("jr", 'Start profile add or mod', 'mdir_update', None, None, None), ("js", 'Close/Cancel button', 'mdir_update', None, None, None), ("js", 'Find by screen name', 'Obsolete', ['NU'], None, None), ("ju", 'User says delete profile', 'a2k_members', ['NU'], None, None), ("ju", 'User says delete profile', 'mdir_update', None, None, None), ("jv", '"OK" button', None, None, None, '32-366'), ("jv", 'First add modify screen', 'a2k_members', ['NU'], None, None), ("jv", 'First add modify screen', 'mdir_update', None, None, None), ("jw", 'Display profile by record number', 'a2k_retrieve', ['NU'], None, None), ("jw", 'Display profile by record number', 'mdir_ret_migsw', None, None, None), ("jw", 'Display profile by record number', 'mdir_retrieve', None, None, None), ("jw", 'View Own Profile', None, None, None, None), ("jx", '"OK" button', None, None, None, '32-369'), ("jx", 'Computers add modify screen', 'Obsolete', None, None, None), ("jx", 'Computers add modify screen', 'Obsolete', [], None, None), ("jy", '"OK" button', None, None, None, '32-370'), ("jy", 'Occupations add modify screen', 'Obsolete', None, None, None), ("jy", 'Occupations add modify screen', 'Obsolete', [], None, None), ("jz", 'Send modify form', 'Obsolete', None, None, None), ("jz", 'Send modify form', 'Obsolete', [], None, None), ("k$", 'Avail for Wallet', 'clerk2', None, None, None), ("k$", 'Message Box - "Internal error."', None, None, None, None), ("k*", 'General Library tokens', 'Library', ['NU'], None, None), ("k1", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("k1", 'Suspected typo of "K1"', 'Obsolete', None, None, None), ("k>", 'Avail for Wallet', 'clerk2', None, None, None), ("k?", 'AOL Quick Checkout Help', None, None, None, None), ("k?", 'Display Wallet Screen Help', 'clerk2', None, None, None), ("k?", 'display help', 'quick_order', None, None, None), ("kA", 'Add/Edit Your Address Book', None, None, None, None), ("kA", 'Call Wallet for Add New LOC', 'clerk2', None, None, None), ("kA", 'process payment method', 'quick_order', None, None, None), ("kB", 'RM-L2 HTLNK', 'clerk2', None, None, None), ("kC", 'RM-L3 HTLNK', 'clerk2', None, None, None), ("kD", 'RM-L4 HTLNK', 'clerk2', None, None, None), ("kE", 'Call Wallet for Edit/Updt Loc', 'clerk2', None, None, None), ("kE", 'For Future Use', 'clerk2', None, None, None), ("kE", 'Shipping Information', None, None, None, None), ("kF", 'Process Flowers Options', 'clerk2', None, None, None), ("kJ", '"Next" button', None, None, None, '41-38860'), ("kJ", 'process Wallet Edit Shipping', 'clerk2', None, None, None), ("kJ", 'process text 20 option', 'quick_order', None, None, None), ("kK", 'process test 160 option', 'quick_order', None, None, None), ("kK", 'process text 80 option', 'clerk2', None, None, None), ("kM", 'Call to Make/Create New Wallet', 'clerk2', None, None, None), ("kP", '"Cancel" button', None, None, None, 'kE'), ("kP", 'Do Previous Flowers Opts', 'clerk2', None, None, None), ("kQ", 'process quantity option', 'quick_order', None, None, None), ("kR", 'retrieve product', 'clerk2', None, None, None), ("kS", 'Future Clerk Use', 'clerk2', None, None, None), ("kS", 'process product summary', 'quick_order', None, None, None), ("kT", 'QOrder RM-L2 HTLNK', 'clerk2', None, None, None), ("kU", 'display previous screen', 'quick_order', None, None, None), ("kV", 'QOrder RM-L3 HTLNK', 'clerk2', None, None, None), ("kW", 'For Future Use', 'clerk2', None, None, None), ("kX", 'QOrder RM-L4 HTLNK', 'clerk2', None, None, None), ("k]", 'tour prod w/int id', 'quick_order', None, None, None), ("ka", 'Add/Edit Your Credit Cards', None, None, None, None), ("ka", 'Call Wallet for Add New CC', 'clerk2', None, None, None), ("ka", 'process date option', 'quick_order', None, None, None), ("kb", 'Auto Tour RM L2 HTLNK', 'clerk2', None, None, None), ("kc", 'Auto Tour RM-L3 HTLNK', 'clerk2', None, None, None), ("kd", 'Auto Tour RM-L4 HTLNK', 'clerk2', None, None, None), ("ke", 'Call Wallet for Edit/Updt CC', 'clerk2', None, None, None), ("ke", 'For Future Use', 'clerk2', None, None, None), ("kf", 'Process Flowers List Opt', 'clerk2', None, None, None), ("ki", 'request cc info', 'quick_order', None, None, None), ("kj", 'process Wallet Edit Billing', 'clerk2', None, None, None), ("kj", 'return product summary', 'quick_order', None, None, None), ("kk", 'process checkout', 'quick_order', None, None, None), ("kl", 'process list option', 'quick_order', None, None, None), ("km", 'Make Avail for Wallet', 'clerk2', None, None, None), ("km", 'process numeric option', 'quick_order', None, None, None), ("ko", 'display current option', 'quick_order', None, None, None), ("kp", 'For Future UUse', 'clerk2', None, None, None), ("kq", 'process text 14 option', 'quick_order', None, None, None), ("kr", 'process add edit choice', 'clerk2', None, None, None), ("kr", 'process radio option', 'quick_order', None, None, None), ("ks", 'Future Clerk2 Use', 'clerk2', None, None, None), ("ks", 'process text 40 option', 'quick_order', None, None, None), ("kt", 'Future Clerk2 Use', 'clerk2', None, None, None), ("kt", 'process text option', 'quick_order', None, None, None), ("ku", 'Place Order for Wallet User', 'clerk2', None, None, None), ("ku", 'place order', 'quick_order', None, None, None), ("kv", 'process ship addr', 'quick_order', None, None, None), ("kw", 'For Future Use', 'clerk2', None, None, None), ("ky", 'process cc billing', 'quick_order', None, None, None), ("kz", 'process bill to', 'quick_order', None, None, None), ("l0", 'Check mailbox password', 'mail_list', None, None, None), ("l0", 'Check mailbox password', 'mbox_list', None, None, None), ("l1", 'Cancel mailbox password check', 'mail_list', None, None, None), ("l1", 'Cancel mailbox password check', 'mbox_list', None, None, None), ("l2", 'Satellite Info - like yb', 'ipt', None, None, None), ("lR", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("lR", 'Update language list - Mac Login', 'Obsolete', None, None, None), ("lR", 'Update language list - Mac', 'Porch', None, None, None), ("m0", 'FDM #1', 'mail_form_driven*', [], None, None), ("m0", 'Flash Mail?', None, None, None, None), ("m0", 'mip-3 list mail', 'mail_list', None, None, None), ("m0", 'mip-3 list mail', 'mbox_list', None, None, None), ("m1", 'Ask the Staff', None, None, None, None), ("m1", 'Software description (new mail)', 'soft_read', None, None, None), ("m1", 'Software description (new mail)', 'soft_read', [], None, None), ("m2", 'Keep Mail as New/Delete Mail?', None, None, None, None), ("m2", 'Request to hide folder', 'Obsolete', [], None, None), ("m2", 'Request to hide folder', 'mail_read', None, None, None), ("m3", 'atomized mail read (WAOL)', 'mail_read', None, None, None), ("m3", 'atomized mail read (WAOL)', 'mbox_read', ['NU'], None, None), ("m4", 'Start atom mail', 'mail_send', None, None, None), ("m4", 'Start atom mail', 'mail_send_sw', None, None, None), ("m4", 'Start atom mail', 'mbox_send', ['NU'], None, None), ("m5", 'Send atom mail text', 'mail_send', None, None, None), ("m5", 'Send atom mail text', 'mail_send_sw', None, None, None), ("m5", 'Send atom mail text', 'mbox_send', [], None, None), ("m6", 'List recently deleted mail', 'mail_list', None, None, None), ("m6", 'Read mail', 'mbox_read', None, None, None), ("m6", 'Read mail', 'mbox_read', [], None, None), ("m7", 'Flash Mail?', None, None, None, None), ("m7", 'List unread mail w/atoms', 'mail_list', None, None, None), ("m7", 'List unread mail w/atoms', 'mbox_list', None, None, None), ("m7", 'List unread mail w/atoms', 'mbox_list', [], None, None), ("m8", 'List outbound mail w/atoms', 'mail_list', None, None, None), ("m8", 'List outbound mail w/atoms', 'mbox_list', None, None, None), ("m8", 'List outbound mail w/atoms', 'mbox_list', [], None, None), ("m9", 'List read mail w/atoms', 'mail_list', None, None, None), ("m9", 'List read mail w/atoms', 'mbox_list', None, None, None), ("m9", 'List read mail w/atoms', 'mbox_list', [], None, None), ("mA", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mA", "Start a message board 'answer'", 'Obsolete', None, None, None), ("mA", "Start a message board 'answer'", 'Obsolete', [], None, None), ("mB", 'Message Box - "An internal error has occurred. Please try again later."', None, None, None, None), ("mB", 'Message Interchange Protocol pkt', 'mbox_send', None, None, None), ("mB", 'Message Interchange Protocol pkt', 'mbox_send', ['NU'], None, None), ("mC", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mC", 'Confirm E-Mail charges', 'Obsolete', None, None, None), ("mC", 'Confirm E-Mail charges', 'mbox_send', [], None, None), ("mD", 'Download file attached to msg', 'soft_download_switch', None, None, None), ("mD", 'Download File from Library', None, None, None, None), ("mD", 'Download file attached to msg', 'soft_download', None, None, None), ("mD", 'Download file attached to msg', 'soft_download', ['NU'], None, None), ("mE", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mE", 'Enter message board', 'Obsolete', None, None, None), ("mE", 'Enter message board', 'Obsolete', [], None, None), ("mF", 'Get File Destriptiony', None, None, None, None), ("mF", 'Read and enter Library (search)', 'soft_read', None, None, None), ("mF", 'Read and enter Library (search)', 'soft_read', [], None, None), ("mG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mG", "Create user's mailbox -mbox_list", 'Obsolete', [], None, None), ("mG", "Create user's mailbox", 'Obsolete (mbox_list)', None, None, None), ("mH", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mH", 'Start message board compose', 'Obsolete', None, None, None), ("mH", 'Start message board compose', 'Obsolete', [], None, None), ("mI", 'Email - file info for upload', 'mail_send', None, None, None), ("mI", 'Email - file info for upload', 'mail_send_sw', None, None, None), ("mL", 'Start list of software board', 'soft_box', None, None, None), ("mL", 'Start list of software board', 'soft_box', [], None, None), ("mM", 'File Not Found', None, None, None, None), ("mM", 'software board menu continue', 'soft_box', None, None, None), ("mM", 'software board menucontinue', 'soft_box', [], None, None), ("mN", 'Read "next" topic in bboard', 'Obsolete', [], None, None), ("mN", 'Start atom mail', 'mail_send', None, None, None), ("mN", 'Start atom mail', 'mail_send_sw', None, None, None), ("mO", 'Eventually ebuddy ???', 'token_ctr', None, None, None), ("mP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mP", 'Read previous message', 'Obsolete', None, None, None), ("mP", 'Read previous message', 'Obsolete', [], None, None), ("mR", 'Get File Destriptiony', None, None, None, None), ("mR", 'Read a software board msg', 'soft_read', None, None, None), ("mR", 'Read a software board msg', 'soft_read', [], None, None), ("mS", 'Send Stratus line-25 msg', 'mbox_admin', None, None, None), ("mS", 'Send Stratus line-25 msg', 'mbox_admin', ['NU'], None, None), ("mT", 'Message Interchange Protocol pkt', 'mbox_send', None, None, None), ("mT", 'Message Interchange Protocol pkt', 'mbox_send', [], None, None), ("mU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mU", 'Add message to folder', 'Obsolete', None, None, None), ("mU", 'Add message to folder', 'Obsolete', [], None, None), ("mV", '"Cancel" button', None, None, None, '32-57, 32-58'), ("mV", 'Offnet mail charge confirmation', 'Obsolete', None, None, None), ("mV", 'Offnet mail charge confirmation', 'Obsolete', [], None, None), ("mW", 'Related Files', 'soft_read', None, None, None), ("mX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("mX", 'Delete Topic', 'Obsolete', None, None, None), ("mX", 'Delete Topic', 'Obsolete', [], None, None), ("mY", 'Begin comment to sysop', 'soft_read', None, None, None), ("mY", 'Begin comment to sysop', 'soft_read', [], None, None), ("mY", 'Get File Destriptiony', None, None, None, None), ("mZ", 'Handle input from comment form', 'soft_read', None, None, None), ("mZ", 'Handle input from comment form', 'soft_read', [], None, None), ("ma", 'No longer functioning board functions', None, None, None, None), ("ma", 'request reply by mail', 'board_text', None, None, None), ("ma", 'request reply by mail', 'board_text', [], None, None), ("mb", 'No longer functioning board functions', None, None, None, None), ("mb", 'send reply by mail', 'board_text', None, None, None), ("mb", 'send reply by mail', 'board_text', [], None, None), ("mc", 'No longer functioning board functions', None, None, None, None), ("mc", 'official response w/mail', 'board_text', None, None, None), ("mc", 'official response w/mail', 'board_text', [], None, None), ("md", 'No longer functioning board functions', None, None, None, None), ("md", 'handle_text for replies', 'board_text', None, None, None), ("md", 'handle_text for replies', 'board_text', [], None, None), ("me", 'No longer functioning board functions', None, None, None, None), ("me", 'Update driver record', 'soft_update', None, None, None), ("me", 'Update driver record', 'soft_update', [], None, None), ("mf", 'No longer functioning board functions', None, None, None, None), ("mf", 'Read 1st msg - no prev', 'Obsolete', None, None, None), ("mf", 'Read 1st msg - no prev', 'Obsolete', [], None, None), ("mg", 'Display Searchable Libraries', 'soft_update', None, None, None), ("mg", 'Display Searchable Libraries', 'soft_update', [], None, None), ("mg", 'No longer functioning board functions', None, None, None, None), ("mh", 'Modify existing driver record', 'soft_update', None, None, None), ("mh", 'Modify existing driver record', 'soft_update', [], None, None), ("mh", 'No longer functioning board functions', None, None, None, None), ("mi", 'Delete driver record', 'soft_update', None, None, None), ("mi", 'Delete driver record', 'soft_update', [], None, None), ("mi", 'No longer functioning board functions', None, None, None, None), ("mj", 'Delete of driver record confirmd', 'soft_update', None, None, None), ("mj", 'Delete of driver record confirmd', 'soft_update', [], None, None), ("mj", 'No longer functioning board functions', None, None, None, None), ("mk", 'No longer functioning board functions', None, None, None, None), ("mk", 'Select/Create a Driver record', 'soft_update', None, None, None), ("mk", 'Select/Create a Driver record', 'soft_update', [], None, None), ("ml", 'No longer functioning board functions', None, None, None, None), ("ml", 'Read last msg - no next', 'Obsolete', None, None, None), ("ml", 'Read last msg - no next', 'Obsolete', [], None, None), ("mm", 'Display List of Libraries', 'soft_update', None, None, None), ("mm", 'Display List of Libraries', 'soft_update', [], None, None), ("mm", 'No longer functioning board functions', None, None, None, None), ("mn", 'Create New driver record', 'soft_update', None, None, None), ("mn", 'Create New driver record', 'soft_update', [], None, None), ("mn", 'No longer functioning board functions', None, None, None, None), ("mo", 'No longer functioning board functions', None, None, None, None), ("mo", 'read only msg - no next/prev', 'Obsolete', None, None, None), ("mo", 'read only msg - no next/prev', 'Obsolete', [], None, None), ("mp", 'Handle update/create of drv rec', 'soft_update', None, None, None), ("mp", 'Handle update/create of drv rec', 'soft_update', [], None, None), ("mp", 'No longer functioning board functions', None, None, None, None), ("mq", 'Download Later', None, None, None, None), ("mq", 'add message to dl queue', 'soft_download', None, None, None), ("mq", 'add message to dl queue', 'soft_download', [], None, None), ("mq", 'add message to dl queue', 'soft_download_switch', None, None, None), ("mr", 'select drv rec from list', 'soft_update', None, None, None), ("mr", 'select drv rec from list', 'soft_update', [], None, None), ("mu", 'Add message to new boards folder', 'board_text', None, None, None), ("mu", 'Add message to new boards folder', 'board_text', [], None, None), ("mz", 'Send SWL comment', 'soft_read', None, None, None), ("n1", '"Continue" on the create screen name form', None, None, None, '41-51070'), ("n1", 'process add name', 'screen_name_adm', None, None, None), ("n2", '"Continue" on designate master screen name form', None, None, None, '41-51082'), ("n2", 'process new master sn', 'screen_name_adm', None, None, None), ("n3", '"Accept Settings" button', None, None, 1, '41-51076'), ("n3", '"Customize Settings" button', None, None, 2, '41-51076'), ("n3", 'process confirmation', 'screen_name_adm', None, None, None), ("n4", '"Create a Screen Name" button before Step 1', None, None, None, '41-49300'), ("n4", 'process create sn text', 'screen_name_adm', None, None, None), ("n5", '"Continue" with delete screen name process', None, None, None, '41-51086'), ("n5", 'display delete sn text form', 'screen_name_adm', None, None, None), ("n6", 'process sosa request', 'screen_name_adm', None, None, None), ("n7", 'process sosa', 'screen_name_adm', None, None, None), ("n8", 'update client name list', 'screen_name_adm', None, None, None), ("n9", 'process sosa cancel', 'screen_name_adm', None, None, None), ("n<", 'change AOLByPhone pin number', 'screen_name_adm', None, None, None), ("n@", 'update parental control', 'nameman', None, None, None), ("n@", 'update parental control', 'nameman', [], None, None), ("nA", 'add subaccount name', 'nameman', None, None, None), ("nA", 'add subaccount name', 'nameman', ['NU'], None, None), ("nB", 'process_surcharge_control', 'nameman', None, None, None), ("nC", 'Interactive Communications Cntl', 'nameman', None, None, None), ("nC", 'Interactive Communications Cntl', 'nameman', [], None, None), ("nD", 'delete subaccount name', 'nameman', None, None, None), ("nD", 'delete subaccount name', 'nameman', ['NU'], None, None), ("nE", 'nameman send to old mac client', 'nameman', None, None, None), ("nI", 'process_master_sn_control', 'nameman', None, None, None), ("nJ", 'master screen name cntrl', 'nameman', [], None, None), ("nJ", 'process_new_master_sn_form', 'nameman', None, None, None), ("nM", 'add new subact to member dir', 'nameman', None, None, None), ("nM", 'add new subact to member dir', 'nameman', [], None, None), ("nN", 'changing hn pw form', 'screen_name_adm', None, None, None), ("nP", '"Set Password" on set password form', None, None, None, '32-272'), ("nP", 'Define new account password', 'nameman', None, None, None), ("nP", 'Define new account password', 'nameman', [], None, None), ("nR", 'Refresh lcl db with user list', 'nameman', None, None, None), ("nR", 'Refresh lcl db with user list', 'nameman', [], None, None), ("nS", 'ask2enter aim sn and pw', 'screen_name_adm', None, None, None), ("nT", 'askenter new pw form', 'screen_name_adm', None, None, None), ("nU", 'update disk profile', 'nameman', None, None, None), ("nU", 'update disk profile', 'nameman', ['CU'], None, None), ("nX", 'process_undelete_sn', 'screen_name_adm', None, None, None), ("nY", 'process_undelete_sn', 'screen_name_adm', None, None, None), ("nZ", '"Cancel" on any of the screen name functions', None, None, None, None), ("nZ", 'User requested CANCEL', 'nameman', None, None, None), ("nZ", 'User requested CANCEL', 'nameman', [], None, None), ("n[", '"Continue"', None, None, None, '41-53188'), ("n[", 'snadmin process suggested name', 'Obsolete', None, None, None), ("n]", 'snadmin process selected name', 'Obsolete', None, None, None), ("na", 'Start sub-acct add', 'nameman', None, None, None), ("na", 'Start sub-acct add', 'nameman', ['NU'], None, None), ("nb", 'process_kids_only_confirm', 'nameman', None, None, None), ("nc", 'Request create name form', 'nameman', None, None, None), ("nc", 'Request create name form', 'nameman', [], None, None), ("nd", 'Request delete name form', 'nameman', None, None, None), ("nd", 'Request delete name form', 'nameman', [], None, None), ("ng", '"Cancel" on any screen name process functions', None, None, None, None), ("ng", 'cancel_user', 'screen_name_adm', None, None, None), ("ni", 'Request chat control form', 'nameman', None, None, None), ("ni", 'Request chat control form', 'nameman', [], None, None), ("nj", 'send user preferences form', 'nameman', None, None, None), ("nj", 'send user preferences form', 'nameman', [], None, None), ("nk", 'process user preferences form nameman', '*', [], None, None), ("nk", 'process user preferences form', 'nameman', None, None, None), ("nl", 'Send user spotlight', 'nameman*', [], None, None), ("nl", 'send_user_spotlight', 'nameman', None, None, None), ("nm", 'Process user spotlight', 'nameman', [], None, None), ("nm", 'process user spotlight', 'nameman', None, None, None), ("nn", 'Request parental controls form', 'nameman', [], None, None), ("nn", 'send kids only form', 'nameman', None, None, None), ("no", '', 'nameman', [], None, None), ("no", 'process kids only', 'nameman', None, None, None), ("np", '', 'nameman', [], None, None), ("np", 'process user close form', 'nameman', None, None, None), ("nq", 'process_download_control', 'nameman', None, None, None), ("nr", 'Process parental controls form', 'nameman', [], None, None), ("ns", 'process web control', 'nameman', None, None, None), ("nt", 'process_switch_screen_name', 'name_swap', None, None, None), ("nu", 'process undelete SN', 'nameman', None, None, None), ("nv", 'send undelete SN form', 'nameman', None, None, None), ("nw", 'change hn pw', 'screen_name_adm', None, None, None), ("nx", '"Create a Screen Name" button at keyword: Names', None, None, 1, '32-384'), ("nx", '"Delete a Screen Name" button at keyword: Names', None, None, 2, '32-384'), ("nx", '"Restore a Screen Name" button at keyword: Names', None, None, 3, '32-384'), ("nx", 'screen_name_adm req -need unplug', 'screen_name_adm', None, None, None), ("ny", '"Recover" a screen name', None, None, None, '41-51075'), ("ny", 'process undelete name', 'screen_name_adm', None, None, None), ("nz", '', 'nameman', [], None, None), ("nz", 'process usr cancl kids-only form', 'nameman', None, None, None), ("oI", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("oI", 'Get status atom format', 'Obsolete', None, None, None), ("oI", 'Get status atom format', 'mbox_read', [], None, None), ("oL", 'Outbox - starting list', 'mbox_list', None, None, None), ("oL", 'Outbox - starting list', 'mbox_list', [], None, None), ("oO", 'Outbox - continue listing', 'mbox_list', None, None, None), ("oO", 'Outbox - continue listing', 'mbox_list', [], None, None), ("oR", 'Message Box - "That message is no longer available."', None, None, None, None), ("oR", 'Form based email recall', 'mail_read', None, None, None), ("oR", 'Form based email recall', 'mbox_read', None, None, None), ("oR", 'Form based email recall', 'mbox_read', [], None, None), ("oS", 'Message Box - "That message is no longer available."', None, None, None, None), ("oS", 'Mail Status', None, None, None, None), ("oS", 'Outbox - get mail status', 'mail_read', None, None, None), ("oS", 'Outbox - get mail status', 'mbox_read', [], None, None), ("oU", 'Recall (unsend) confirmation', 'mail_read', None, None, None), ("oU", 'Recall (unsend) confirmation', 'mbox_read', None, None, None), ("oU", 'Recall (unsend) confirmation', 'mbox_read', [], None, None), ("oU", 'Unsend Mail', None, None, None, None), ("oW", 'Message Box - "An internal error has occurred. Please try again later."', None, None, None, None), ("oW", 'delete from outbox', 'Loader', [], None, None), ("oW", 'delete from outbox', 'mbox_read', None, None, None), ("oW", 'delete from outbox', 'mbox_read', [], None, None), ("oW", 'delete from outbox', 'mbox_read-syb', None, None, None), ("ol", 'Get outbox list - use MIP', 'mbox_list', None, None, None), ("ol", 'Get outbox list - use MIP', 'mbox_list', [], None, None), ("or", 'Message Box - "An internal error has occurred. Please try again later."', None, None, None, None), ("or", 'Mip based email recall', 'mbox_read', None, None, None), ("or", 'Mip based email recall', 'mbox_read', [], None, None), ("or", 'Mip based email recall', 'mbox_read-syb', None, None, None), ("os", 'Get status - MIP format', 'mbox_read', None, None, None), ("os", 'Get status - MIP format', 'mbox_read', [], None, None), ("os", 'Get status - MIP format', 'mbox_read-syb', None, None, None), ("ou", 'FDM #2', 'mail_form_driven*', [], None, None), ("ou", 'PCAO unsend', 'mbox_read', None, None, None), ("ow", 'Mark Outbox Deleted (form mail)', 'Loader', None, None, None), ("ow", 'Mark Outbox Deleted (form mail)', 'Loader', [], None, None), ("ow", 'Mark Outbox Deleted (form mail)', 'mbox_read', None, None, None), ("ow", 'Mark Outbox Deleted (form mail)', 'mbox_read', [], None, None), ("p!", 'get spam prefs', 'mbox_admin', None, None, None), ("p#", 'Get mail scroll control', 'mail_admin', None, None, None), ("p#", 'Get mail scroll control', 'mbox_admin', None, None, None), ("p$", 'Set mail scroll control', 'mail_admin', None, None, None), ("p$", 'Set mail scroll control', 'mbox_admin', None, None, None), ("p%", 'Get mail alert', 'mbox_admin', None, None, None), ("p%", 'Mail Warn Preference', None, None, None, None), ("p1", 'Mail parental control request', 'mail_admin', None, None, None), ("p1", 'Mail parental control request', 'mbox_admin', None, None, None), ("p2", "We're sorry, Mail is unavailable. Please try again later.", None, None, None, None), ("p2", 'Get mail parental controls', 'mail_admin', None, None, None), ("p2", 'Get mail parental controls', 'mbox_admin', None, None, None), ("p3", "We're sorry, Mail is unavailable. Please try again later.", None, None, None, None), ("p3", 'Add to permit_deny list', 'mail_admin', None, None, None), ("p3", 'Add to permit_deny list', 'mbox_admin', None, None, None), ("p4", "We're sorry, Mail is unavailable. Please try again later.", None, None, None, None), ("p4", 'Remove from permit deny list', 'mail_admin', None, None, None), ("p4", 'Remove from permit deny list', 'mbox_admin', None, None, None), ("p5", 'Set mail parental controls', 'mail_admin', None, None, None), ("p5", 'Set mail parental controls', 'mbox_admin', None, None, None), ("p6", 'Get popup prefs', 'popup_prefs', None, None, None), ("p6", 'Popup preferences', None, None, None, None), ("p7", 'OK on p6', None, None, None, None), ("p7", 'Set popup prefs', 'popup_prefs', None, None, None), ("p8", "We're sorry, Mail is unavailable. Please try again later.", None, None, None, None), ("p8", 'Generic cleanup EC', 'mail_admin', None, None, None), ("p8", 'Generic cleanup EC', 'mbox_admin', None, None, None), ("p@", 'set spam prefs', 'mbox_admin', None, None, None), ("pA", 'Add a new promotion', 'promo_manager', None, None, None), ("pA", 'Add a new promotion', 'promoter', [], None, None), ("pB", 'Add promotion without checking', 'promo_manager', None, None, None), ("pC", 'Change promotion', 'promo_manager', None, None, None), ("pC", 'Change promotion', 'promoter', [], None, None), ("pD", 'Display single promotion', 'promo_manager', None, None, None), ("pE", 'Invokes the exit screen', 'promoter', None, None, None), ("pE", 'Sign Offline w/ Exiting AOL', None, None, 21, None), ("pE", 'Sign Offline w/o Exiting AOL', None, None, 20, None), ("pL", 'Message Box - "You do not have access to this area."', None, None, None, None), ("pL", 'List all pending promotions', 'promo_manager', None, None, None), ("pL", 'List all pending promotions', 'promoter', [], None, None), ("pM", 'Request promotion screen', 'promoter', None, None, None), ("pM", 'Request promotion screen', 'promoter', [], None, None), ("pN", 'List selected promotions', 'promo_manager', None, None, None), ("pN", 'List selected promotions', 'promoter', [], None, None), ("pO", 'Message Box - "Form not defined."', None, None, None, None), ("pO", 'Open an existing promotion', 'promo_manager', None, None, None), ("pO", 'Open an existing promotion', 'promoter', [], None, None), ("pP", 'Message Box - "Form not defined."', None, None, None, None), ("pP", 'Tell promoter to pop & add', 'promo_manager', None, None, None), ("pP", 'Tell promoter to pop & add', 'promoter', [], None, None), ("pR", 'Remove a pending promotion', 'promo_manager', None, None, None), ("pR", 'Remove a pending promotion', 'promoter', [], None, None), ("pS", 'Save promotion permanently', 'promo_manager', None, None, None), ("pS", 'Save promotion permanently', 'promoter', [], None, None), ("pT", 'Timer report from signon screen', 'promo_manager', None, None, None), ("pT", 'Timer report from signon screen', 'promoter', [], None, None), ("pU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("pU", "Script writ result, nxt act'n Dl", 'Obsolete', None, None, None), ("pU", "Script writ result, nxt act'n Dl", 'Porch', None, None, None), ("pU", "Script writ result, nxt act'n Dl", 'Porch', ['PL'], None, None), ("pV", 'Preview promo screens', 'promo_manager', None, None, None), ("pW", 'Preview Promo Screen Forward', 'promo_manager', None, None, None), ("pX", 'Preview Promo Screen Backward', 'promo_manager', None, None, None), ("p^", 'OK on p%', None, None, None, None), ("p^", 'Set mail alert', 'mbox_admin', None, None, None), ("pa", '"Add to Portfolio" button', None, None, None, '32-199'), ("pa", 'Add stock to portfolio', 'pcquote', [], None, None), ("pa", 'setup add to portfolio', 'pcquote', None, None, None), ("pb", 'show a list of symbols form', 'qp_dchart_fep', None, None, None), ("pb", 'show a list of symbols form', 'quote_chart', None, None, None), ("pc", 'start dynamic stock chart', 'qp_dchart_fep', None, None, None), ("pc", 'start dynamic stock chart', 'quote_chart', None, None, None), ("pd", '"Remove from Portfolio"', None, None, None, '32-210'), ("pd", 'Delelte stock from portfolio', 'pcquote', [], None, None), ("pd", 'delete from portfolio', 'pcquote', None, None, None), ("pe", 'Add stock to portfolio', None, None, None, None), ("pe", 'mp start add to portfolio', 'pcquote', None, None, None), ("pf", 'Display portfolio', 'pcquote', [], None, None), ("pf", 'Portfolio Summary', None, None, None, None), ("pf", 'display portfolio', 'pcquote', None, None, None), ("pg", 'Message Box - "Internal error - please close and redisplay the window."', None, None, None, None), ("pg", 'Display Bulls & Bears Portfolio', 'pcquote', [], None, None), ("pg", 'mp delete portfolio', 'pcquote', None, None, None), ("ph", 'Message Box - "Your portfolio has nothing in it."', None, None, None, None), ("ph", 'Display portfolio', 'pcquote', [], None, None), ("ph", 'display mac save & print pfolio', 'pcquote', None, None, None), ("pi", 'Display Quicken portfolio', 'pcquote', [], None, None), ("pi", 'mp create new portfolio', 'pcquote', None, None, None), ("pj", 'show stock list form', 'qp_dchart_fep', None, None, None), ("pj", 'show stock list form', 'quote_chart', None, None, None), ("pk", '"Details"', None, None, 2, '32-208'), ("pk", 'Get Quote', None, None, None, None), ("pk", 'Get quote for stock in portfolio', 'pcquote', [], None, None), ("pk", 'rqst for quote of pfolio symbol', 'pcquote', None, None, None), ("pl", 'Get Stock Information', None, None, None, None), ("pl", 'Get stock quote frm list box', 'pcquote', [], None, None), ("pl", 'rqst for quote of listbox symbol', 'pcquote', None, None, None), ("pm", 'Continue company list display', 'pcquote', [], None, None), ("pm", 'display more search sym db hits', 'pcquote', None, None, None), ("pn", 'update stock chart with delta', 'qp_dchart_fep', None, None, None), ("pn", 'update stock chart with delta', 'quote_chart', None, None, None), ("pp", '"OK" button', None, None, None, 'pa'), ("pp", 'Add to portfolio w/data', 'pcquote', [], None, None), ("pp", 'add to portfolio', 'pcquote', None, None, None), ("pq", '"Get Guote" button', None, None, None, '32-199'), ("pq", 'Get stock quote', 'pcquote', [], None, None), ("pq", 'rqst for quote of a named symbol', 'pcquote', None, None, None), ("pr", 'Request a stock quote form', 'pcquote', [], None, None), ("pr", 'rqst to send a form', 'pcquote', None, None, None), ("ps", '"Seach by Company" button', None, None, 1, '32-200'), ("ps", '"Seach by Symbol" button', None, None, 0, '32-200'), ("ps", 'Scan company database', 'pcquote', [], None, None), ("ps", 'search symbol database', 'pcquote', None, None, None), ("pt", 'clean up after chart close', 'qp_dchart_fep', None, None, None), ("pt", 'clean up after chart close', 'quote_chart', None, None, None), ("pv", 'flag ygp_flag Youve Got Pictures', 'ygp_ids', None, None, None), ("pw", 'Get Stock Information', None, None, None, None), ("px", '"Remove" button', None, None, 2, '32-208'), ("px", 'Setup remove from portfolio', 'pcquote', [], None, None), ("px", 'setup delete from portfolio', 'pcquote', None, None, None), ("q?", 'Aud-(non-Q) get question form', 'Obsolete', None, None, None), ("q?", 'Aud-(non-Q) get question form', 'Roomer', ['M1'], None, None), ("q@", 'build search database', 'bboard', None, None, None), ("q@", 'build search database', 'bboard', [], None, None), ("qA", 'Aud (Sp)-request a comment', 'Roomer', None, None, None), ("qA", 'Aud (Sp)-request a comment', 'Roomer', ['M1'], None, None), ("qA", 'Aud (Sp)-request a comment', 'chat_sw', None, None, None), ("qB", 'Aud (Sp)-broadcast question', 'Roomer', None, None, None), ("qB", 'Aud (Sp)-broadcast question', 'Roomer', ['M1'], None, None), ("qB", 'Aud (Sp)-broadcast question', 'chat_sw', None, None, None), ("qC", 'Aud-(non-Q) add question line', 'Roomer', None, None, None), ("qC", 'Aud-(non-Q) add question line', 'Roomer', ['M1'], None, None), ("qC", 'Aud-(non-Q) add question line', 'chat_sw', None, None, None), ("qD", 'Aud-(non-Q) add question line', 'Roomer', None, None, None), ("qD", 'Aud-(non-Q) add question line', 'Roomer', ['M1'], None, None), ("qD", 'Aud-(non-Q) add question line', 'chat_sw', None, None, None), ("qE", 'Aud-End of incoming question', 'Obsolete', None, None, None), ("qE", 'Aud-End of incoming question', 'Roomer', ['M1'], None, None), ("qF", 'Aud-(non-Q) tally vote', 'Roomer', None, None, None), ("qF", 'Aud-(non-Q) tally vote', 'Roomer', ['M1'], None, None), ("qF", 'Aud-(non-Q) tally vote', 'chat_sw', None, None, None), ("qG", 'Aud-(non-Q) accept bid', 'Roomer', None, None, None), ("qG", 'Aud-(non-Q) accept bid', 'Roomer', ['M1'], None, None), ("qG", 'Aud-(non-Q) accept bid', 'chat_sw', None, None, None), ("qM", 'Aud-Incoming question', 'Obsolete', None, None, None), ("qM", 'Aud-Incoming question', 'Roomer', ['M1'], None, None), ("qN", 'Aud-(non-Q) withdraw Sp invite', 'Roomer', None, None, None), ("qN", 'Aud-(non-Q) withdraw Sp invite', 'Roomer', ['M1'], None, None), ("qN", 'Aud-(non-Q) withdraw Sp invite', 'chat_sw', None, None, None), ("qQ", 'Trade plus - get stock price', 'Obsolete', None, None, None), ("qQ", 'Trade plus - get stock price', 'Obsolete', [], None, None), ("qR", 'Aud (Sp)-request a question', 'Roomer', None, None, None), ("qR", 'Aud (Sp)-request a question', 'Roomer', ['M1'], None, None), ("qR", 'Aud (Sp)-request a question', 'chat_sw', None, None, None), ("qS", 'Trade plus - get stock symbol', 'Obsolete', None, None, None), ("qS", 'Trade plus - get stock symbol', 'Obsolete', [], None, None), ("qU", 'Aud (Sp)-get Auditorium stats', 'Roomer', None, None, None), ("qU", 'Aud (Sp)-get Auditorium stats', 'Roomer', ['M1'], None, None), ("qU", 'Aud (Sp)-get Auditorium stats', 'chat_sw', None, None, None), ("qY", 'Aud-(non-Q) accept Sp invite', 'Roomer', None, None, None), ("qY", 'Aud-(non-Q) accept Sp invite', 'Roomer', ['M1'], None, None), ("qY", 'Aud-(non-Q) accept Sp invite', 'chat_sw', None, None, None), ("qZ", 'Aud(nonQ)MusicMstr invit', 'Obsolete (Roomer)', None, None, None), ("qZ", 'Aud-(non-Q) Music Master invite', 'Roomer', ['M1'], None, None), ("qa", '"Next" button', None, None, None, '44-7763'), ("qa", 'Port Wiz create portfolio', 'quote_mp', None, None, None), ("qb", 'Port Wiz remove', 'quote_mp', None, None, None), ("qc", 'Aud - 4th gen add question', 'Roomer', None, None, None), ("qc", 'Aud - 4th gen add question', 'Roomer', ['M1'], None, None), ("qc", 'Aud - 4th gen add question', 'chat_sw', None, None, None), ("qd", 'Aud - 4th gen add comment', 'Roomer', None, None, None), ("qd", 'Aud - 4th gen add comment', 'Roomer', ['M1'], None, None), ("qd", 'Aud - 4th gen add comment', 'chat_sw', None, None, None), ("qe", 'Port Wiz Edit', 'quote_mp', None, None, None), ("qe", 'Remove item from Portfolio', None, None, 12, '44-7650'), ("qj", 'display customize columns form', 'quote_mp', None, None, None), ("qk", 'Download Portfolio', None, None, 1024, '44-31996'), ("qk", 'display export form', 'quote_mp', None, None, None), ("ql", 'Download Portfolio OK', None, None, None, None), ("ql", 'Paul Jackson', 'quote_mp', None, None, None), ("qm", 'split symbol confirm', 'quote_mp', None, None, None), ("qn", 'Customize move down', 'quote_mp', None, None, None), ("qo", 'Customize Columns OK', 'quote_mp', None, None, None), ("qp", 'col config AOL defaults', 'quote_mp', None, None, None), ("qq", 'Customize clear columns', 'quote_mp', None, None, None), ("qr", 'Customize cancel button', 'quote_mp', None, None, None), ("qs", '"Details" button', None, None, None, '44-31996'), ("qs", 'export portfolio', 'quote_mp', None, None, None), ("r1", 'New eoi token', 'rain_adm', None, None, None), ("r1", 'Request bingo #', 'rolodex', [], None, None), ("r3", 'manage group options', 'rain_adm', None, None, None), ("r3", 'manage group options', 'rainman2', None, None, None), ("r4", 'modify group options', 'rain_adm', None, None, None), ("r4", 'modify group options', 'rainman2', None, None, None), ("r5", 'update rainman2 group options', 'rain_adm', None, None, None), ("r5", 'update rainman2 group options', 'rainman2', None, None, None), ("r7", 'test', 'rainman2.int', None, None, None), ("r8", 'test', 'rainman2.int', None, None, None), ("r9", 'test', 'rainman2.int', None, None, None), ("r@", 'Message Box - "You do not have access to this feature."', None, None, None, None), ("rA", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rA", 'Assign casino lng or gam', None, None, None, None), ("rA", 'Assign room to casino lng or gam', 'Obsolete', None, None, None), ("rA", 'Assign room to casino lng or gam', 'Usher', ['NU'], None, None), ("rB", 'List rooms (casino)', 'RoomList', None, None, None), ("rB", 'List rooms (casino)', 'Usher', ['NU'], None, None), ("rB", 'List rooms (casino)', 'chat_sw', None, None, None), ("rC", 'List rooms (casino, continue)', 'RoomList', None, None, None), ("rC", 'List rooms (casino, continue)', 'Usher', ['NU'], None, None), ("rC", 'List rooms (casino, continue)', 'chat_sw', None, None, None), ("rD", 'Exit Chat Area', None, None, None, None), ("rD", 'Force to leave room', 'Usher', [], None, None), ("rD", 'Force to leave room', 'chat_sw', None, None, None), ("rD", 'leave', None, None, None, None), ("rF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rF", 'Open first msg in folder', 'Obsolete', None, None, None), ("rF", 'Open first msg in folder', 'Obsolete', [], None, None), ("rG", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rG", 'Change room to casino game', 'Obsolete', None, None, None), ("rG", 'Change room to casino game', 'Usher', ['NU'], None, None), ("rG", 'game Make room...', None, None, None, None), ("rL", 'Start list of Responses', 'Obsolete', [], None, None), ("rL", 'play station', 'radio_sw', None, None, None), ("rM", 'Continue list of Responses', 'Obsolete', [], None, None), ("rM", 'description of station', 'radio_sw', None, None, None), ("rN", 'Read "next" comment', 'Obsolete', [], None, None), ("rN", 'radio program schedule', 'radio_sw', None, None, None), ("rO", 'radio help', 'radio_sw', None, None, None), ("rP", 'Read previous comment', 'Obsolete', [], None, None), ("rP", 'preset station', 'radio_sw', None, None, None), ("rQ", 'Play preset station', 'radio_sw', None, None, None), ("rR", 'tbd', 'radio_sw', None, None, None), ("rS", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rS", 'test of forced download', 'Obsolete', None, None, None), ("rS", 'test of forced download', 'Obsolete', [], None, None), ("rT", '2nd preset station', 'radio_sw', None, None, None), ("rU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rU", 'List "unread" comments', 'Obsolete', None, None, None), ("rU", 'List "unread" comments', 'Obsolete', [], None, None), ("rV", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rV", 'chat version check Mac 2.0', 'Obsolete', None, None, None), ("rV", 'chat version check Mac 2.0', 'Obsolete', [], None, None), ("rW", 'third preset station', 'radio_sw', None, None, None), ("rW", 'third preset station', 'radio_tuner', None, None, None), ("rX", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rX", 'Delete response', 'Obsolete', None, None, None), ("rX", 'Delete response', 'Obsolete', [], None, None), ("rY", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rY", 'Assign to Puzzler Studio', 'Obsolete', None, None, None), ("rY", 'Assign to Puzzler Studio', 'Obsolete', [], None, None), ("rZ", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("rZ", 'Assign to Puzzler Studio w/Name', 'Obsolete', None, None, None), ("rZ", 'Assign to Puzzler Studio w/Name', 'Obsolete', [], None, None), ("rb", 'Radio Broadcast data', 'radio_in', None, None, None), ("rc", 'Radio Control (audio radio)', 'radio_in', None, None, None), ("rd", 'Radio Data (audio broadcast)', 'radio_in', None, None, None), ("rh", 'AOL Rewards account history', None, None, None, None), ("ri", 'Radio Input data', 'radio_in', None, None, None), ("rj", 'fourth preset station', 'radio_sw', None, None, None), ("rk", 'fifth preset station', 'radio_sw', None, None, None), ("rl", 'sixth preset station', 'radio_sw', None, None, None), ("ro", 'New force off message', 'dracula', None, None, None), ("rr", 'Notify AOL', 'ratbert', None, None, None), ("rt", 'Message Box - " Sorry, but this AOL Rewards area is not available right ' 'now. Please try again later."', None, None, None, None), ("ry", 'test', 'rain_adm', None, None, None), ("rz", 'test', 'rain_adm', None, None, None), ("s1", 'aol stout form', 'statocaster', None, None, None), ("s2", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s3", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s4", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s5", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s6", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s7", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s8", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("s9", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sA", 'Abort Script', 'Script', None, None, None), ("sA", 'Abort Script', 'Script', ['PL', 'CU'], None, None), ("sE", 'End of Script', 'Script', None, None, None), ("sE", 'End of Script', 'Script', ['PL', 'CU'], None, None), ("sI", 'Initialize Script', 'Script', None, None, None), ("sI", 'Initialize Script', 'Script', ['PL', 'NU'], None, None), ("sN", 'Asking script for a record numbe', 'Script', None, None, None), ("sN", 'Asking script for a record number', 'Script', ['PL', 'NU'], None, None), ("sP", 'Script processing needed', 'Script', None, None, None), ("sP", 'Script processing needed', 'Script', ['PL', 'NU'], None, None), ("sQ", 'Script processing needed - gen_4', 'Script', None, None, None), ("sQ", 'Script processing needed - gen_4', 'Script', ['PL'], None, None), ("sR", 'Script process registration form', 'Script', None, None, None), ("sR", 'Script process registration form', 'Script', ['PL', 'NU'], None, None), ("sT", 'Scripts scoreboard', 'Script', None, None, None), ("sT", 'Scripts scoreboard', 'Script', ['PL', 'CU'], None, None), ("sa", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sb", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sd", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("se", 'End of Script - gen_4', 'Script', None, None, None), ("se", 'End of Script - gen_4', 'Script', ['PL', 'CU'], None, None), ("sf", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sh", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sj", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sk", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("sk", 'Scorekeeper requests', 'Obsolete', None, None, None), ("sk", 'Scorekeeper requests', 'Obsolete', [], None, None), ("sl", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sm", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("sn", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("so", 'Cancel library add/update', 'soft_tools', [], None, None), ("so", 'Message Box - "Add/Update Cancelled"', None, None, None, None), ("ss", 'Sorry, but you do not have access to this file/library', None, None, None, None), ("t0", 'Get text doc, override gfx prefs', 'textman2', [], None, None), ("t1", 'Article Request', None, None, None, None), ("t1", 'request text from menu/list', 'pageman', None, None, None), ("t1", 'request text from menu/list', 'textman2', ['NU'], None, None), ("t2", 'request text from more button', 'pageman', None, None, None), ("t2", 'request text from more button', 'textman2', [], None, None), ("t4", 'reset textman domain info', 'pageman', None, None, None), ("t4", 'reset textman domain info', 'textman2', [], None, None), ("t5", 'next text record', 'pageman', None, None, None), ("t5", 'next text record', 'textman2', [], None, None), ("t6", 'Request text for atom mip', 'textman', [], None, None), ("t6", 'for atom mip', None, None, None, None), ("t7", 'Request rich text for atom mip', 'pageman', None, None, None), ("tC", 'Start catalog to window', 'update_disk', ['PL'], None, None), ("tC", 'catalog window', None, None, None, None), ("tD", 'OK to delete file', 'soft_download', None, None, None), ("tD", 'OK to delete file', 'soft_download', [], None, None), ("tD", 'OK to delete file', 'soft_download_switch', None, None, None), ("tE", 'Disk operation error', 'update_disk', ['PL'], None, None), ("tE", 'operation error', None, None, None, None), ("tF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("tF", "Returns 'online' volumes", 'Obsolete', None, None, None), ("tF", "Returns 'online' volumes", 'Obsolete', [], None, None), ("tG", 'disk error on catalog request', 'update_disk', ['PL'], None, None), ("tG", 'on', None, None, None, None), ("tJ", 'Start forced download of tool', 'soft_download_switch', None, None, None), ("tJ", 'Start forced download of tool', 'soft_download', None, None, None), ("tJ", 'Start forced download of tool', 'soft_download', ['NU'], None, None), ("tM", 'Request to create directory', 'update_disk', ['PL'], None, None), ("tM", 'create directory', None, None, None, None), ("tN", 'Mail download - got file name', 'soft_download_switch', None, None, None), ("tN", 'Mail download - got file name', 'soft_download', None, None, None), ("tN", 'Mail download - got file name', 'soft_download', [], None, None), ("tN", 'Upload Token', None, None, None, None), ("tO", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("tO", 'Request "List volumes" tkn (tO)', 'Obsolete', None, None, None), ("tO", 'Request "List volumes" tkn (tO)', 'Obsolete', [], None, None), ("tP", 'Request "set prefix"', 'update_disk', ['PL'], None, None), ("tP", 'set prefix', None, None, None, None), ("tR", 'Rename a file', 'update_disk', ['PL'], None, None), ("tR", 'Rename a file', None, None, None, None), ("tS", 'Scratch a file', 'update_disk', ['PL'], None, None), ("tS", 'Scratch', None, None, None, None), ("tV", 'Do "set prefix"', 'update_disk', ['PL'], None, None), ("tY", 'Will replace tO for list volumes', 'update_disk', ['PL'], None, None), ("tY", 'Will replace volumes', None, None, None, None), ("tZ", 'Will replace tF for volumes info', 'update_disk', ['PL'], None, None), ("tZ", 'tF', None, None, None, None), ("ta", 'file flags, count, size, and filename to be D/Led', None, None, None, None), ("tc", 'Upload Token', None, None, None, None), ("td", 'Upload Token', None, None, None, None), ("tf", 'receive D/L file; host requests immediate xG ack (?????)', None, None, None, None), ("th", 'Upload Token', None, None, None, None), ("ti", 'Upload Token', None, None, None, None), ("tj", "The packet contains info about file we're getting ready to download", None, None, None, None), ("tk", 'download direct by file ID', 'soft_download', None, None, None), ("tk", 'download direct by file ID', 'soft_download', [], None, None), ("tk", 'download direct by file ID', 'soft_download_switch', None, None, None), ("tl", 'Initiate tool download - WAOL', 'soft_download_switch', None, None, None), ("tl", 'Initiate tool download - WAOL', 'soft_download', None, None, None), ("tl", 'Initiate tool download - WAOL', 'soft_download', [], None, None), ("tn", 'Cancel tool download', 'soft_download', None, None, None), ("tn", 'Cancel tool download', 'soft_download', [], None, None), ("tn", 'Cancel tool download', 'soft_download_switch', None, None, None), ("to", 'Initiate tool download - WAOL', 'soft_download_switch', None, None, None), ("to", 'Initiate tool download - WAOL', 'soft_download', None, None, None), ("to", 'Initiate tool download - WAOL', 'soft_download', [], None, None), ("tt", 'Upload Token', None, None, None, None), ("tt", 'send URL to compan info', 'quote_active', None, None, None), ("tt", 'send URL to compan info', 'quote_distrib', None, None, None), ("tv", 'Display DJIA for MNC', 'quote_distrib', None, None, None), ("tv", 'Display DJIA for MNC', 'quote_pict', None, None, None), ("tv", 'Message Box - "Symbol Not Found"', None, None, None, None), ("tw", 'request dl of widget tool', 'soft_download', None, None, None), ("tw", 'request dl of widget tool', 'soft_download', [], None, None), ("tw", 'request dl of widget tool', 'soft_download_switch', None, None, None), ("tx", 'Message Box - "Highlight a line of data in the list and try again."', None, None, None, None), ("tx", 'Upload Token', None, None, None, None), ("tx", 'request quote for stock', 'quote_active', None, None, None), ("tx", 'request quote for stock', 'quote_distrib', None, None, None), ("ty", 'Message Box - "Symbol Not Found"', None, None, None, None), ("ty", 'Ron Steele?', 'quote_distrib', None, None, None), ("ty", 'Ron Steele?', 'quote_pict', None, None, None), ("tz", 'request a stock chart via qmsg', 'quote_active', None, None, None), ("tz", 'request a stock chart via qmsg', 'quote_distrib', None, None, None), ("u1", 'Generic PC DB update request', 'update_disk', ['PL'], None, None), ("u1", 'Generic', None, None, None, None), ("u2", 'Disk update complete sent by pc Porch PL', '*', [], None, None), ("u2", 'Disk update complete sent by pc', 'Login', None, None, None), ("u2", 'Disk update complete sent by pc', 'Porch', None, None, None), ("u3", 'Udo Download Complete', 'update_disk', ['PL'], None, None), ("u3", 'Udo', None, None, None, None), ("uB", 'file names to be uploaded', 'soft_text*', [], None, None), ("uB", 'file names to upload (soft_text)', 'soft_box', None, None, None), ("uC", 'DOD for Mac', 'dod_mac', None, None, None), ("uC", 'DOD for Mac', 'update_disk', ['PL'], None, None), ("uD", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("uD", 'Disk update - delete complete', 'Obsolete', None, None, None), ("uD", 'Disk update - delete complete', 'Obsolete', [], None, None), ("uF", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("uF", 'Disk update - download complete', 'Obsolete', None, None, None), ("uF", 'Disk update - download complete', 'Obsolete', [], None, None), ("uI", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("uI", 'Disk update - got file info', 'Obsolete', None, None, None), ("uI", 'Disk update - got file info', 'Obsolete', [], None, None), ("uJ", 'Unicode file for DL', 'soft_download', None, None, None), ("uJ", 'Unicode file for DL', 'soft_download_switch', None, None, None), ("uM", 'Hidden lib close callback', 'soft_box', None, None, None), ("uN", 'Edit lib close callback', 'soft_box', None, None, None), ("uP", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("uP", 'Personal Info write complete', 'Obsolete', None, None, None), ("uP", 'Personal Info write complete', 'Obsolete', [], None, None), ("uQ", 'Sat Xfer', 'Upload', None, None, None), ("uS", 'HS - data', None, None, None, None), ("uU", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("uU", 'Start disk update', 'Obsolete', None, None, None), ("uU", 'Start disk update', 'Obsolete', [], None, None), ("ua", '"Continue" button', None, None, None, 'ud'), ("ua", 'Users phone number', 'update_800', None, None, None), ("ua", 'Users phone number', 'update_800', ['PL'], None, None), ("ub", 'Choose a number in your area', None, None, None, None), ("ub", 'Users first selection', 'update_800', ['PL'], None, None), ("ub", 'first selection', None, None, None, None), ("uc", '"Select" button', None, None, None, 'ub'), ("uc", 'Users second selection', 'update_800', ['PL'], None, None), ("uc", 'second', None, None, None, None), ("ud", 'Choose Access Numerb in your Area', None, None, None, None), ("ud", 'Get area code screen', None, None, None, None), ("ud", 'Get new area code screen', 'update_800', ['PL'], None, None), ("ue", '"Same as First Choice" button', None, None, None, 'ub'), ("ue", 'Use same phone number for both', 'update_800', ['PL'], None, None), ("ue", 'same both', None, None, None, None), ("uf", '"Continue" button', None, None, None, 'uc'), ("uf", 'Confirm numbers & update DB', None, None, None, None), ("uf", 'Confirm numbers & update PC DB', 'update_800', ['PL'], None, None), ("ug", 'Cancel select area code - sign offline', None, None, None, None), ("ug", 'Local access # complete', None, None, None, None), ("ug", 'Local access # update complete', 'update_800', ['PL'], None, None), ("uh", '"Previous screen" button', None, None, None, 'ud'), ("uh", 'Give user initial list again', 'update_800', ['PL'], None, None), ("uh", 'Give user initial list again', None, None, None, None), ("ui", 'Message Box - "Creation of Favorite Places has been disabled"', None, None, None, 'uc'), ("ui", 'Define interest-based bookmarks', 'urlman', None, None, None), ("ui", 'Define interest-based bookmarks', 'urlman', [], None, None), ("uj", 'confirm download-japanese client', 'mail_attach_verify', None, None, None), ("uj", 'confirm download-japanese client', 'mail_dl_sw', None, None, None), ("ul", 'Message Box - "Invalid resource identifier"', None, None, None, None), ("ul", 'auto launchfeature', None, None, None, None), ("up", 'Choose a number in your area', None, None, None, None), ("up", 'Get prefix(s) for dialing', 'update_800', ['PL'], None, None), ("up", 'prefix(s) dialing', None, None, None, None), ("ur", 'AOL URL', 'urlman', [], None, None), ("ur", 'AOL URL', None, None, None, None), ("ur", 'Visit address', None, None, None, None), ("uv", 'Default view for portfolio', 'quote_mp', None, None, None), ("v!", 'edit args search', None, None, None, None), ("v#", 'source', None, None, None, None), ("v$", 'help screens', None, None, None, None), ("v%", 'add_filter_user_to_list_box', None, None, None, None), ("v(", 'vp_test_display', None, None, None, None), ("v)", 'vp_test_screen', None, None, None, None), ("v+", None, None, None, None, None), ("v-", 'select qc operator', 'view_rules', None, None, None), ("v/", 'rem promo box', None, None, None, None), ("v1", 'add a view rule', 'view_rules', [], None, None), ("v1", None, None, None, None, None), ("v3", '1 cug', None, None, None, None), ("v3", 'select level 1 cug', 'view_rules', [], None, None), ("v4", 'add function', 'view_rules', [], None, None), ("v4", None, None, None, None, None), ("v5", 'edit args', 'view_rules', [], None, None), ("v5", None, None, None, None, None), ("v6", 'save view rule', 'view_rules', [], None, None), ("v6", 'save view rule', None, None, None, None), ("v7", 'add func. to view rule', 'view_rules', [], None, None), ("v7", 'func.', None, None, None, None), ("v8", 'edit args for a func.', 'view_rules', [], None, None), ("v8", 'rec display', None, None, None, None), ("v9", '2', None, None, None, None), ("v9", 'select level 2 cug', 'view_rules', [], None, None), ("v=", 'v add', None, None, None, None), ("v@", 'vp function', None, None, None, None), ("vB", 'network addr undelete view_rule', None, None, None, None), ("vD", 'Start File Transfer', None, None, None, None), ("vD", 'chatterless download', 'soft_download', None, None, None), ("vD", 'chatterless download', 'soft_download', [], None, None), ("vD", 'chatterless download', 'soft_download_switch', None, None, None), ("vE", 'add user_rights to mask', 'view_rules', [], None, None), ("vF", 'remove user_rights from mask', 'view_rules', [], None, None), ("vF", 'user_rights mask', None, None, None, None), ("vG", 'add user_rights to value', 'view_rules', [], None, None), ("vG", None, None, None, None, None), ("vH", 'remove user_rights from value', 'view_rules', [], None, None), ("vI", 'add user_preferences to mask', 'view_rules', [], None, None), ("vI", 'user_preferences', None, None, None, None), ("vJ", 'remove user_prefs from mask', 'view_rules', [], None, None), ("vJ", None, None, None, None, None), ("vK", 'add user_prefs to value', 'view_rules', [], None, None), ("vK", 'cancel pop', None, None, None, None), ("vL", 'remove user_prefs from value', 'view_rules', [], None, None), ("vL", 'user_prefs delete', None, None, None, None), ("vM", 'add user_session to mask', 'view_rules', [], None, None), ("vM", 'user_session', None, None, None, None), ("vN", 'remove user_session from mask', 'view_rules', [], None, None), ("vN", None, None, None, None, None), ("vO", 'add user_session to value', 'view_rules', [], None, None), ("vO", 'editting', None, None, None, None), ("vP", 'remove user_session from value', 'view_rules', [], None, None), ("vQ", 'add user_group to mask', 'view_rules', [], None, None), ("vQ", 'user_group func', None, None, None, None), ("vR", 'remove user_group from mask', 'view_rules', [], None, None), ("vR", None, None, None, None, None), ("vS", 'add user_group to value', 'view_rules', [], None, None), ("vT", 'remove user_group from value', 'view_rules', [], None, None), ("vT", None, None, None, None, None), ("vU", 'add vp attr to mask', 'view_rules', [], None, None), ("vV", 'attr', None, None, None, None), ("vV", 'remove vp attr from mask', 'view_rules', [], None, None), ("vW", 'add vp attr to value', 'view_rules', [], None, None), ("vW", 'user_feature', None, None, None, None), ("vX", 'remove vp attr from value', 'view_rules', [], None, None), ("vX", None, None, None, None, None), ("vY", 'add cug to list box', 'view_rules', [], None, None), ("vY", 'instvote', 'vote', None, None, None), ("vZ", 'remove cug from list box', 'view_rules', [], None, None), ("vZ", None, None, None, None, None), ("v[", 'qeneric_qc value', None, None, None, None), ("v^", 'rem_filter_user_from_list_box', None, None, None, None), ("v_", 'remove', None, None, None, None), ("va", 'list of view_rules', 'view_rules', [], None, None), ("va", None, None, None, None, None), ("vb", 'undelete view_rule', 'view_rules', [], None, None), ("vc", 'get rec & display undelete form', 'view_rules', [], None, None), ("vd", 'confirmation find rules all insert', None, None, None, None), ("vd", 'display delete confirmation', 'view_rules', [], None, None), ("ve", 'more records', 'view_rules', [], None, None), ("ve", 'records', None, None, None, None), ("vf", 'find view rules', 'view_rules', [], None, None), ("vg", 'list all view rules', 'view_rules', [], None, None), ("vh", 'select level 3 cug', 'view_rules', [], None, None), ("vh", None, None, None, None, None), ("vi", 'insert function', 'view_rules', [], None, None), ("vj", 'get rec & display modify form', 'view_rules', [], None, None), ("vk", 'get rec & display delete form', 'view_rules', [], None, None), ("vl", 'delete current view rule', 'view_rules', [], None, None), ("vm", 'cancel and pop current form', 'view_rules', [], None, None), ("vn", 'Message Box - "This area of America Online is no longer available."', None, None, None, None), ("vn", 'save / update rec (view_rules)', 'Obsolete', None, None, None), ("vn", 'save / update rec (view_rules)', 'Obsolete', [], None, None), ("vo", 'delete function', 'view_rules', [], None, None), ("vp", 'form for editting action type', 'view_rules', [], None, None), ("vq", 'show args for a func', 'view_rules', [], None, None), ("vr", 'insert func for view rule', 'view_rules', [], None, None), ("vs", 'modify action type', 'view_rules', [], None, None), ("vs", 'modify action type', None, None, None, None), ("vt", 'get rec & display rename form', 'view_rules', [], None, None), ("vu", 'rename the view rule', 'view_rules', [], None, None), ("vu", 'the', None, None, None, None), ("vw", 'add user_feature to mask', 'view_rules', [], None, None), ("vx", 'remove user_feature to mask', 'view_rules', [], None, None), ("vy", 'add user_feature to value', 'view_rules', [], None, None), ("vz", 'remove user_feature from value', 'view_rules', [], None, None), ("wM", 'Music Svc Subscription Form', 'ami_prod_music', None, None, None), ("wa", 'Set video mode for game - gen4', 'gus_win', None, None, None), ("wa", 'Set video mode for game - gen4', 'gus_win', [], None, None), ("wf", 'request gus_win form', 'gus_win', None, None, None), ("wf", 'request gus_win form', 'gus_win', [], None, None), ("wg", 'Request for windows game load', 'gus_win', None, None, None), ("wg", 'Request for windows game load', 'gus_win', [], None, None), ("wl", 'Load request for gen4 apps', 'gus_win', None, None, None), ("wl", 'Load request for gen4 apps', 'gus_win', [], None, None), ("wm", 'Set mouse for game - gen 4', 'gus_win', None, None, None), ("wm", 'Set mouse for game - gen 4', 'gus_win', [], None, None), ("xA", 'Download - abort', 'Download', None, None, None), ("xA", 'Download - abort', 'Download', ['M3', 'SP'], None, None), ("xB", 'Completed one file in album', 'Download', None, None, None), ("xB", 'Completed one file in album', 'Download', ['M3', 'SP'], None, None), ("xC", 'Completed LAST file in album', 'Download', None, None, None), ("xC", 'Completed LAST file in album', 'Download', ['M3', 'SP'], None, None), ("xG", 'Download - go ahead', 'Download', None, None, None), ("xG", 'Download - go ahead', 'Download', ['M3'], None, None), ("xK", 'Upload abort', 'Upload', [], None, None), ("xK", None, None, None, None, None), ("xb", 'Upload - data packet end of blk', 'Upload', [], None, None), ("xb", 'packet end of blk', None, None, None, None), ("xd", 'Upload - data packet', 'Upload', [], None, None), ("xd", None, None, None, None, None), ("xe", 'Upload - data packet - eof', 'Upload', [], None, None), ("xe", 'eof', None, None, None, None), ("yJ", None, None, None, None, None), ("yK", None, None, None, None, None), ("yL", None, None, None, None, None), ("yM", 'ygp_metrics', None, None, None, None), ("ya", 'After log in, show mail and buddy list', None, None, None, None), ("ya", 'to be determined', 'ip_tunnel', ['NU'], None, None), ("ya", 'to be determined', 'ipl', None, None, None), ("yb", 'to be determined', 'ip_tunnel', ['NU'], None, None), ("yb", 'to be determined', 'ipl', None, None, None), ("yc", 'to be determined', 'ip_tunnel', ['NU'], None, None), ("yc", 'to be determined', 'ipt', None, None, None), ("yd", 'to be determined', 'ip_tunnel', ['NU'], None, None), ("yd", 'to be determined', 'ipt', None, None, None), ("ye", 'to be determined', 'ip_tunnel', ['NU'], None, None), ("ye", 'to be determined', 'ipl', None, None, None), ("yn", 'gng list articles', 'gng', None, None, None), ("yn", 'gng list articles', 'gng', ['NU'], None, None), ("yo", 'gng download article', 'gng', None, None, None), ("yo", 'gng download article', 'gng', ['NU'], None, None), ("yp", 'gng post article', 'gng', None, None, None), ("yp", 'gng post article', 'gng', ['NU'], None, None), ("yv", 'hist qtes chart serv', 'hqchart', None, None, None), ("yy", 'Added for Pager Requests', 'pager_multi', None, None, None), ("z$", 'display reply board read', 'board_read', None, None, None), ("z$", 'display reply board read', 'board_read', [], None, None), ("z&", 'orig. msg. board read', 'board_read', None, None, None), ("z&", 'orig. msg. board read', 'board_read', [], None, None), ("zF", '(Note: An existing token - reroute)', 'board_read*', [], None, None), ("zF", 'post message', 'board_read', None, None, None), ("zF", 'post message', 'board_text', [], None, None), ("zM", 'board read disp. msg', 'board_read', None, None, None), ("zM", 'board read disp. msg', 'board_read', [], None, None), ("zN", 'board read disp. next', 'board_read', None, None, None), ("zN", 'board read disp. next', 'board_read', [], None, None), ("zR", '(Note: An existing token - reroute)', 'board_read', [], None, None), ("zR", 'post response', 'board_read', None, None, None), ("zR", 'post response', 'board_text', [], None, None), ("za", '"Send" on zb', None, None, 2, None), ("za", 'address book for pager', 'pager_multi', None, None, None), ("zb", '"Address Book"', None, None, 1, 'zb 2'), ("zb", 'Send a pager', None, None, 0, None), ("zb", 'address book for pager', 'pager_multi', None, None, None), ("zc", 'address book pager', 'pager_multi', None, None, None), ("zd", 'address book for pager', 'pager_multi', None, None, None), ("ze", 'Message Box - "Paging Address book area is unavailable at this time. ' 'Please try again later."', None, None, None, None), ("ze", 'address book for pager', 'pager_multi', None, None, None), ("zf", 'Message Box - "Paging Addressbook is unavailable now."', None, None, None, None), ] ("zf", 'address book for pager', 'pager_multi', None, None, None), ("zg", 'address book for pager', 'pager_multi', None, None, None), ("zh", 'Message Box - "Paging Address book area is unavailable at this time. ' 'Please try again later."', None, None, None, None), ("zh", 'address book for pager', 'pager_multi', None, None, None), ("zi", 'Message Box - "Paging Address book area is unavailable at this time. ' 'Please try again later."', None, None, None, None), ("zi", 'adress book for pager', 'pager_multi', None, None, None), ("zj", 'address book for pager', 'pager_multi', None, None, None), ("zk", 'address book for pager', 'pager_multi', None, None, None), ("z|", 'repl. reply disp. board read', 'board_read', None, None, None), ("z|", 'repl. reply disp. board read', 'board_read*', [], None, None),