Changes since 1.26: No longer lingering when disconnecting. If the IRC Server field in the Setup dialog starts with a digit, the connection is made by IP address rather than by domain name. Changes since 1.27: Passthrough of mode/topic/kick commands. Reduced IP buffer to 512. Names list updated when channel owner parts or quits. Fixed occasional hanging on long lists. Changes since 1.28 Fixed rare occurrence where '\r' being the last byte in the buffer caused a cosmetic display problem. Added password support. JOIN now updates window title on completion. send() error no longer disconnects. Ctrl-Enter same as Enter. Added List feature. Added Button Bar. Now closes Help on exit. Help file updated. Passthrough of who/whois/whowas commands. Support for NOTICE. Fixed loss of Realname past the first space. Spaces in Nickname converted to '_'. Nickname truncated to 9 characters. Changes since 1.29 "Connect" button sets focus back to Input Box. IRC commands must now be preceded by a "/". Only "/JOIN", "/PART", and "/QUIT" are interpreted. Go-Moku game added. Private Messaging added. Clicking in Names list sets focus back to Input Box. Changes since 1.30 Removed all calls to MessageBox due to crashing in 16 bit version. No longer reporting client's own part/quit. disconnect() now sends "QUIT" (may have been earlier version). Cleaned up calls to LoadIcon (found by Bounds-Checker). Created MyMsgBox to be compatible with non-modal technique. Moved MyMsgBox strings to resources to prepare for internationalisation. Show Channel List after Connect added. Fixed Alt-Tab/Move Window... crashing under Win16 (thanks to Bounds-Checker). Password field now hidden.