view mcabber/src/help.h @ 1447:ba706e97d6ec

Add option 'eventcmd_use_nickname' This is based on a patch from "bebebe". When this option is set, a nickname is passed to the event script in place of the JID.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 21 Mar 2008 19:49:27 +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... */