afk
index
/home/thindil/Projekty/anaria/server/lib/pymodules/afk.py

afk.py
 
Provide data and functions for handle afk mode.

 
Modules
       
event
hooks
mudsock
mudsys

 
Functions
       
__unload__()
removes the hooks for afk mode.
afk_command_hook(info)
Remove afk flag from player.
afk_event(owner, void, info)
event for set afk flag for inactive players.
afk_from_game(info)
Remove afk flag from player when quitting.
cmd_afk(ch, cmd, arg)
Usage: afk [message]
 
Set or unset self from afk mode. Message will be send to players who sent
you message in afk mode.
remove_afk(ch)
Remove afk bit from selected character.
set_afk(ch)
Set afk bit for selected character.
setafk_hook(info)
hook for autoset afk mode for characters.