Author: Mark
Date: Sun May 22 06:18:17 2005
New Revision: 2614
Modified:
trunk/include/helpstrings.h
trunk/src/helpstrings.c
Log:
move lookup help text to core in preparation for the command to be here
Modified: trunk/include/helpstrings.h
==============================================================================
--- trunk/include/helpstrings.h (original)
+++ trunk/include/helpstrings.h Sun May 22 06:18:17 2005
@@ -44,6 +44,7 @@
extern const char *ns_help_socklist[];
extern const char *ns_help_timerlist[];
extern const char *ns_help_status[];
+extern const char *ns_help_lookup[];
extern const char ns_help_level_oneline[];
extern const char ns_help_status_oneline[];
@@ -64,6 +65,7 @@
extern const char ns_help_channellist_oneline[];
extern const char ns_help_serverlist_oneline[];
extern const char ns_help_banlist_oneline[];
+extern const char ns_help_lookup_oneline[];
extern const char *ns_help_set_nick[];
extern const char *ns_help_set_altnick[];
Modified: trunk/src/helpstrings.c
==============================================================================
--- trunk/src/helpstrings.c (original)
+++ trunk/src/helpstrings.c Sun May 22 06:18:17 2005
@@ -44,6 +44,8 @@
const char ns_help_channellist_oneline[]="List channels";
const char ns_help_serverlist_oneline[]="List servers";
const char ns_help_banlist_oneline[]="List bans";
+const char ns_help_lookup_oneline[] = "Lookup DNS record";
+
const char cmd_help_oneline[]="Online help";
const char cmd_help_about_oneline[] = "Display about text";
const char cmd_help_credits_oneline[] = "Display credits";
@@ -213,6 +215,22 @@
NULL
};
+const char *ns_help_lookup[] = {
+ "Syntax: \2LOOKUP <IP|HOSTNAME> [type]\2",
+ "",
+ "Lookup DNS records for an ip address or hostname.",
+ "The default lookup is the ip address for a hostname",
+ "or the hostname for an ip address.",
+ "",
+ "Options for type are:",
+ " txt - text records",
+ " rp - responsible person for this record",
+ " ns - name servers for this record",
+ " soa - SOA for this record",
+ "",
+ NULL
+};
+
const char *ns_help_set_joinserviceschan[] = {
"\2JOINSERVICESCHAN <ON|OFF>\2",
"Whether NeoStats service bots join services channel",
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.