diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-18 19:46:03 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-18 19:46:03 +0000 |
commit | 709b07d9a30f9033c7b5ec418597189d2eb70962 (patch) | |
tree | c0f5661312447a77d570f7578617a783fb4f4718 /help | |
parent | 6c0a3a8221d96f60ee54cc124a126ac49ab76e8f (diff) |
- Update help files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2095 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help')
-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. |