diff options
-rw-r--r-- | help/Makefile.am | 3 | ||||
-rw-r--r-- | help/Makefile.in | 3 | ||||
-rw-r--r-- | help/index | 11 | ||||
-rw-r--r-- | help/testgecos | 3 | ||||
-rw-r--r-- | help/testline | 5 | ||||
-rw-r--r-- | help/testmask | 4 |
6 files changed, 5 insertions, 24 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 555a260..7934b0f 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -56,9 +56,6 @@ dist_helpf_DATA = accept \ squit \ stats \ svinfo \ - testgecos \ - testline \ - testmask \ time \ topic \ trace \ diff --git a/help/Makefile.in b/help/Makefile.in index f9b6b82..0a0aca3 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -337,9 +337,6 @@ dist_helpf_DATA = accept \ squit \ stats \ svinfo \ - testgecos \ - testline \ - testmask \ time \ topic \ trace \ @@ -13,9 +13,8 @@ OPERWALL PART PASS PING PONG POST PRIVMSG QUIT REHASH RESTART RESV SERVER SET SJOIN SQUIT STATS -SVINFO TESTGECOS TESTLINE TESTMASK -TIME TOPIC TRACE UMODE -UNDLINE UNKLINE UNRESV UNXLINE -USER USERHOST USERS VERSION -WALLOPS WHO WHOIS WHOWAS -XLINE +SVINFO TIME TOPIC TRACE +UMODE UNDLINE UNKLINE UNRESV +UNXLINE USER USERHOST USERS +VERSION WALLOPS WHO WHOIS +WHOWAS XLINE diff --git a/help/testgecos b/help/testgecos deleted file mode 100644 index f131a8a..0000000 --- a/help/testgecos +++ /dev/null @@ -1,3 +0,0 @@ -TESTGECOS <gecos> - -Looks for matching xlines for the given gecos. diff --git a/help/testline b/help/testline deleted file mode 100644 index a080e55..0000000 --- a/help/testline +++ /dev/null @@ -1,5 +0,0 @@ -TESTLINE <user@host>|ip - --- Looks up given user@host or user@ip -returns info on any found I line or K line for that user, -or D-line on ip. diff --git a/help/testmask b/help/testmask deleted file mode 100644 index 67bddf4..0000000 --- a/help/testmask +++ /dev/null @@ -1,4 +0,0 @@ -TESTMASK <user@host> - -Will test the given user@host mask, reporting how many local and -global clients match the given mask. |