2003-11-18 11:51:09 +00:00
|
|
|
/* NeoStats - IRC Statistical Services
|
2008-02-24 02:45:41 +00:00
|
|
|
** Copyright (c) 1999-2008 Adam Rutter, Justin Hammond, Mark Hetherington
|
2003-11-18 11:51:09 +00:00
|
|
|
** http://www.neostats.net/
|
|
|
|
**
|
|
|
|
** This program is free software; you can redistribute it and/or modify
|
|
|
|
** it under the terms of the GNU General Public License as published by
|
|
|
|
** the Free Software Foundation; either version 2 of the License, or
|
|
|
|
** (at your option) any later version.
|
|
|
|
**
|
|
|
|
** This program is distributed in the hope that it will be useful,
|
|
|
|
** but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
** GNU General Public License for more details.
|
|
|
|
**
|
|
|
|
** You should have received a copy of the GNU General Public License
|
|
|
|
** along with this program; if not, write to the Free Software
|
|
|
|
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
** USA
|
|
|
|
**
|
|
|
|
** NeoStats CVS Identification
|
|
|
|
** $Id$
|
|
|
|
*/
|
|
|
|
|
2005-04-22 21:34:07 +00:00
|
|
|
#ifndef _HELPSTRINGS_H_
|
|
|
|
#define _HELPSTRINGS_H_
|
2003-11-18 11:51:09 +00:00
|
|
|
|
2003-11-27 22:49:10 +00:00
|
|
|
/* ns.c */
|
|
|
|
extern const char *ns_help_shutdown[];
|
|
|
|
extern const char *ns_help_reload[];
|
2004-01-26 11:33:52 +00:00
|
|
|
extern const char *ns_help_exclude[];
|
2003-11-18 11:51:09 +00:00
|
|
|
#ifdef USE_RAW
|
2003-11-27 22:49:10 +00:00
|
|
|
extern const char *ns_help_raw[];
|
2005-07-08 22:57:59 +00:00
|
|
|
#endif /* USE_RAW */
|
2004-08-24 18:54:28 +00:00
|
|
|
extern const char *ns_help_userlist[];
|
2004-11-26 22:04:27 +00:00
|
|
|
extern const char *ns_help_channellist[];
|
2004-08-24 18:54:28 +00:00
|
|
|
extern const char *ns_help_serverlist[];
|
|
|
|
extern const char *ns_help_banlist[];
|
2003-11-27 22:49:10 +00:00
|
|
|
extern const char *ns_help_load[];
|
|
|
|
extern const char *ns_help_unload[];
|
|
|
|
extern const char *ns_help_modlist[];
|
|
|
|
extern const char *ns_help_jupe[];
|
|
|
|
extern const char *ns_help_level[];
|
|
|
|
extern const char *ns_help_botlist[];
|
|
|
|
extern const char *ns_help_socklist[];
|
|
|
|
extern const char *ns_help_timerlist[];
|
2003-12-12 20:38:45 +00:00
|
|
|
extern const char *ns_help_status[];
|
2005-05-21 22:18:17 +00:00
|
|
|
extern const char *ns_help_lookup[];
|
2003-11-18 11:51:09 +00:00
|
|
|
|
2004-07-10 22:39:50 +00:00
|
|
|
extern const char *ns_help_set_nick[];
|
|
|
|
extern const char *ns_help_set_altnick[];
|
|
|
|
extern const char *ns_help_set_user[];
|
|
|
|
extern const char *ns_help_set_host[];
|
|
|
|
extern const char *ns_help_set_realname[];
|
2004-08-08 21:07:09 +00:00
|
|
|
extern const char *ns_help_set_joinserviceschan[];
|
2004-09-22 20:25:28 +00:00
|
|
|
extern const char *ns_help_set_splittime[];
|
2004-10-26 21:01:28 +00:00
|
|
|
extern const char *ns_help_set_msgsampletime[];
|
|
|
|
extern const char *ns_help_set_msgthreshold[];
|
2004-05-14 17:43:49 +00:00
|
|
|
extern const char *ns_help_set_pingtime[];
|
|
|
|
extern const char *ns_help_set_servicecmode[];
|
|
|
|
extern const char *ns_help_set_serviceumode[];
|
|
|
|
extern const char *ns_help_set_loglevel[];
|
2004-08-12 21:43:01 +00:00
|
|
|
extern const char *ns_help_set_cmdchar[];
|
2004-08-17 21:23:45 +00:00
|
|
|
extern const char *ns_help_set_cmdreport[];
|
2004-05-14 17:43:49 +00:00
|
|
|
extern const char *ns_help_set_debug[];
|
|
|
|
extern const char *ns_help_set_debuglevel[];
|
|
|
|
extern const char *ns_help_set_debugchan[];
|
|
|
|
extern const char *ns_help_set_debugtochan[];
|
|
|
|
extern const char *ns_help_set_debugmodule[];
|
2005-03-18 12:29:37 +00:00
|
|
|
extern const char *ns_help_set_recvq[];
|
2007-08-31 06:08:34 +00:00
|
|
|
extern const char *ns_help_set_sendhelp[];
|
|
|
|
extern const char *ns_help_set_allhelp[];
|
2004-05-14 17:43:49 +00:00
|
|
|
|
2004-07-10 22:39:50 +00:00
|
|
|
extern const char *cmd_help_help[];
|
|
|
|
extern const char *cmd_help_about[];
|
|
|
|
extern const char *cmd_help_credits[];
|
|
|
|
extern const char *cmd_help_version[];
|
2004-09-01 19:22:16 +00:00
|
|
|
extern const char *cmd_help_levels[];
|
2004-07-10 22:39:50 +00:00
|
|
|
extern const char *cmd_help_set[];
|
|
|
|
|
2005-04-22 21:34:07 +00:00
|
|
|
#endif /* _HELPSTRINGS_H_ */
|