view mcabber/src/help.h @ 1428:5667048423db

Reset auto-away before changing the status Without this check some strange things can happen when the status is modified by a FIFO or a remote command, because the previous status & message will be restored.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 19 Feb 2008 22:56:18 +0100
parents 2de8f8ba1f34
children
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */