Download
jcs
/wallops
/README
(View History)
jcs *: Support /monitor and its numerics, do better server reconnecting | Latest amendment: 129 on 2024-09-22 |
1 | Wallops: a simple IRC client for Macintosh |
2 | Written by joshua stein <jcs@jcs.org> - http://jcs.org/wallops |
3 | |
4 | Wallops is free software; see the LICENSE file for copyright/licensing |
5 | |
6 | See http://jcs.org/wallops for more information and vesion history |
7 | |
8 | - Requires MacTCP and at least System 6. |
9 | - Supports multiple windows and tabs, each window maintaining its own |
10 | connection and each channel in a separate tab. Query tabs can be opened |
11 | by double-clicking a user in a channel user list or with "/query <user>" to |
12 | make it easier to message that user. |
13 | - When windows are closed, they are hidden and continue to work in the |
14 | background. When your nick is mentioned in a channel, a Notification |
15 | Manager alert is generated to blink the Apple menu icon in the screen |
16 | corner. Clicking it and bringing up Wallops from the MultiFinder menu |
17 | will show the window and cancel the alert. |
18 | - Supports selective ignoring of certain channel events such as joins, |
19 | parts/quits, and nick changes. |
20 | - Supports tab completion of nicks at the beginning of messages to a channel |
21 | - Converts UTF-8 characters to MacRoman (where possible) in any text |
22 | displayed |
23 | - Command+Number switches to that number tab in the current window, and |
24 | Command+, and Command+. switch to the previous and next tabs, |
25 | respectively. |
26 | - Implements the following commands, though any unsupported commands |
27 | can be sent to the server with "/quote <raw command>": |
28 | |
29 | /clear - clear a window's history |
30 | /close - part a channel and close its tab, or close a query tab |
31 | /connect - connect to the given server |
32 | /deop - remove operator privileges from given users |
33 | /devoice - remove voice privileges from given users |
34 | /disconnect - disconnect from the server (aliased to /disco and /discon) |
35 | /join - join a channel and create a new tab for it |
36 | /me - send an action |
37 | /mode - change mode on a channel |
38 | /monitor - send raw monitor commands to server |
39 | /msg - send a private message to a user |
40 | /nick - change your nick name |
41 | /op - grant operator privileges to given users |
42 | /part - part a channel and close its tab |
43 | /query - open a new query tab with a user |
44 | /quit - disconnect and quit the program |
45 | /quote - send a raw string to the server |
46 | /reconnect - reconnect to the current server (aliased to /recon) |
47 | /say - send a message to the channel or query that starts with / |
48 | /server - switch to the given server |
49 | /topic - show the current channel topic or set a new one |
50 | /umode - change user mode |
51 | /voice - grant voice privileges to given users |
52 | /who - list the users in a channel |
53 | /whois - perform a whois on a user |