From 709b07d9a30f9033c7b5ec418597189d2eb70962 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 18 May 2013 19:46:03 +0000 Subject: - Update help files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2095 82007160-df01-0410-b94d-b575c5fd34c7 --- help/Makefile.am | 3 --- help/Makefile.in | 3 --- help/index | 11 +++++------ help/testgecos | 3 --- help/testline | 5 ----- help/testmask | 4 ---- 6 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 help/testgecos delete mode 100644 help/testline delete mode 100644 help/testmask (limited to 'help') 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 \ diff --git a/help/index b/help/index index 279241a..9a04eae 100644 --- a/help/index +++ b/help/index @@ -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 - -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 |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 - -Will test the given user@host mask, reporting how many local and -global clients match the given mask. -- cgit