#include "zsend.vtc"
#include "zsend-zwrite.vtc"
Include dependency graph for zaway.vtc:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
func | Zaway (s) |
User command to become away. More... | |
func | Zback () |
User command to return from being away. More... | |
func | zaway_respond (z, sig) |
Internal command to respond to a zephyr while away. More... | |
Variables | |
zaway = 0 | |
Global variable determining whether or not the user is away. More... |
Definition in file zaway.vtc.
|
User command to become away.
|
|
User command to return from being away.
|
|
Internal command to respond to a zephyr while away.
This function is called by the incoming-message code in .
Definition at line 89 of file zaway.vtc. Referenced by zephyr_output().
|
|
Global variable determining whether or not the user is away. If this variable is 0, the user is not away and no away messages will be sent. Otherwise, this variable should contain a pointer to the away message. |