RSI 2000

The 2001 Research Science Institute



 RSI 2000 Home > Help Me! > FAQ > Zephyr



Zephyr FAQ

1. What's a general reference about zephyr on Athena, including advanced features?
2. How do I change my zephyr signature?
3. How can I turn off the messages about people logging on and off?
4. How do I stop getting zephyrs from a specific person?
5. How do I start receiving messages from that person again?
6. How do I copy text from a zephyr?
7. How do I hide myself?
8. How do I become visible again?

1. What's a general reference about zephyr on Athena, including advanced features?

athena% olc stock. Choose option 30.

2. How do I change my zephyr signature?

athena% zctl set zwrite-signature "type new signature here"

3. How can I turn off the messages about people logging on and off?

We'll assume that you're running znol. There are two ways of making this change:

  • Permanent: put the line
    if (upcase($class) == "LOGIN") then exit endif
    near the top of your .zwgc.desc file.
  • Temporary: athena% znol off

4. How do I stop getting zephyrs from a specific person?

athena% zctl set ignore <user>

To send a message back to the user indicating that they are being ignored every time they send you a zephyr, use athena% zctl set punt <user>

5. How do I start receiving messages from that person again?

zctl unset <user>

6. How do I copy text from a zephyr?

Hold down shift while selecting text with the left mouse button.

7. How do I hide myself?

athena% zctl hide

8. How do I become visible again?

athena% zctl unhide