jcs
/wallops
/amendments
/82
README: Update with latest things, add list of commands
jcs made amendment 82 about 1 year ago
--- README	Tue Sep  6 12:24:06 2022
+++ README	Wed Sep 11 08:29:32 2024
@@ -6,14 +6,33 @@ Wallops is free software; see the LICENSE file for cop
 See http://jcs.org/wallops for more information and vesion history
 
 - Requires MacTCP and at least System 6.
-- Implements a small number of commands like /msg, /nick, /part, etc.
-- Currently only works with one channel at a time.  Joining a new channel
-	will part the current one.  In the future, multiple channels will be
-	supported with a tabbed interface.
-- Clicking nicks in the list does not currently do anything.  In the future,
-	a popup menu will be shown to perform actions such as whois, kick, etc.
+- Supports multiple windows and tabs, each window maintaining its own
+	connection and each channel in a separate tab.  Query tabs can be opened
+	by double-clicking a user in a channel user list or with "/query <user>" to
+	make it easier to message that user.
 - When windows are closed, they are hidden and continue to work in the
 	background. When your nick is mentioned in a channel, a Notification
 	Manager alert is generated to blink the Apple menu icon in the screen
 	corner. Clicking it and bringing up Wallops from the MultiFinder menu
-	will show the window and cancel the alert.
\ No newline at end of file
+	will show the window and cancel the alert.
+- Supports selective ignoring of certain channel events such as joins,
+	parts/quits, and nick changes.
+- Implements the following commands, though any unsupported commands
+	can be sent to the server with "/quote <raw command>":
+
+		/clear - clear a window's history
+		/close - part a channel and close its tab, or close a query tab
+		/disconnect - disconnect from the server (aliased to /disco and /discon)
+		/join - join a channel and create a new tab for it
+		/me - send an action
+		/mode - change mode on a channel
+		/msg - send a private message to a user
+		/nick - change your nick name
+		/part - part a channel and close its tab
+		/query - open a new query tab with a user
+		/quit - disconnect and quit the program
+		/quote - send a raw string to the server
+		/topic - show the current channel topic or set a new one
+		/umode - change user mode
+		/who - list the users in a channel
+		/whois - perform a whois on a user
\ No newline at end of file