From e7118fef4306f20a225e15304ca93cc1330681ef Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 May 2013 18:29:08 +0000 Subject: - Move all helpfiles to help/ git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2032 82007160-df01-0410-b94d-b575c5fd34c7 --- help/accept | 9 +++++ help/admin | 11 ++++++ help/away | 4 +++ help/capab | 1 + help/challenge | 10 ++++++ help/close | 4 +++ help/cmode | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ help/connect | 16 +++++++++ help/die | 6 ++++ help/dline | 12 +++++++ help/eob | 1 + help/error | 8 +++++ help/etrace | 9 +++++ help/gline | 16 +++++++++ help/gungline | 16 +++++++++ help/hash | 3 ++ help/help | 6 ++++ help/index | 27 ++++++++++++++ help/info | 5 +++ help/invite | 4 +++ help/ison | 6 ++++ help/join | 10 ++++++ help/kick | 6 ++++ help/kill | 5 +++ help/kline | 22 ++++++++++++ help/knock | 7 ++++ help/links | 17 +++++++++ help/list | 24 +++++++++++++ help/locops | 4 +++ help/lusers | 7 ++++ help/map | 3 ++ help/module | 22 ++++++++++++ help/motd | 5 +++ help/names | 11 ++++++ help/nick | 7 ++++ help/notice | 36 +++++++++++++++++++ help/oper | 8 +++++ help/opers/accept | 9 ----- help/opers/admin | 11 ------ help/opers/away | 4 --- help/opers/capab | 1 - help/opers/challenge | 10 ------ help/opers/close | 4 --- help/opers/cmode | 99 ---------------------------------------------------- help/opers/connect | 16 --------- help/opers/die | 6 ---- help/opers/dline | 12 ------- help/opers/eob | 1 - help/opers/error | 8 ----- help/opers/etrace | 9 ----- help/opers/gline | 16 --------- help/opers/gungline | 16 --------- help/opers/hash | 3 -- help/opers/help | 6 ---- help/opers/index | 27 -------------- help/opers/info | 5 --- help/opers/invite | 4 --- help/opers/ison | 6 ---- help/opers/join | 10 ------ help/opers/kick | 6 ---- help/opers/kill | 5 --- help/opers/kline | 22 ------------ help/opers/knock | 7 ---- help/opers/links | 17 --------- help/opers/list | 24 ------------- help/opers/locops | 4 --- help/opers/lusers | 7 ---- help/opers/map | 3 -- help/opers/module | 22 ------------ help/opers/motd | 5 --- help/opers/names | 11 ------ help/opers/nick | 7 ---- help/opers/notice | 36 ------------------- help/opers/oper | 8 ----- help/opers/operwall | 4 --- help/opers/part | 9 ----- help/opers/pass | 6 ---- help/opers/ping | 6 ---- help/opers/pong | 6 ---- help/opers/post | 5 --- help/opers/privmsg | 36 ------------------- help/opers/quit | 5 --- help/opers/rehash | 11 ------ help/opers/restart | 5 --- help/opers/resv | 9 ----- help/opers/server | 1 - help/opers/set | 30 ---------------- help/opers/sjoin | 1 - help/opers/squit | 4 --- help/opers/stats | 41 ---------------------- help/opers/svinfo | 1 - help/opers/testgecos | 3 -- help/opers/testline | 5 --- help/opers/testmask | 4 --- help/opers/time | 6 ---- help/opers/topic | 10 ------ help/opers/trace | 11 ------ help/opers/uhelp | 5 --- help/opers/umode | 33 ------------------ help/opers/undline | 5 --- help/opers/unkline | 12 ------- help/opers/unresv | 12 ------- help/opers/unxline | 10 ------ help/opers/user | 7 ---- help/opers/userhost | 10 ------ help/opers/users | 6 ---- help/opers/version | 4 --- help/opers/wallops | 6 ---- help/opers/who | 36 ------------------- help/opers/whois | 8 ----- help/opers/whowas | 8 ----- help/opers/xline | 13 ------- help/operwall | 4 +++ help/part | 9 +++++ help/pass | 6 ++++ help/ping | 6 ++++ help/pong | 6 ++++ help/post | 5 +++ help/privmsg | 36 +++++++++++++++++++ help/quit | 5 +++ help/rehash | 11 ++++++ help/restart | 5 +++ help/resv | 9 +++++ help/server | 1 + help/set | 30 ++++++++++++++++ help/sjoin | 1 + help/squit | 4 +++ help/stats | 41 ++++++++++++++++++++++ help/svinfo | 1 + help/testgecos | 3 ++ help/testline | 5 +++ help/testmask | 4 +++ help/time | 6 ++++ help/topic | 10 ++++++ help/trace | 11 ++++++ help/uhelp | 5 +++ help/umode | 33 ++++++++++++++++++ help/undline | 5 +++ help/unkline | 12 +++++++ help/unresv | 12 +++++++ help/unxline | 10 ++++++ help/user | 7 ++++ help/userhost | 10 ++++++ help/users | 6 ++++ help/version | 4 +++ help/wallops | 6 ++++ help/who | 36 +++++++++++++++++++ help/whois | 8 +++++ help/whowas | 8 +++++ help/xline | 13 +++++++ 150 files changed, 861 insertions(+), 861 deletions(-) create mode 100644 help/accept create mode 100644 help/admin create mode 100644 help/away create mode 100644 help/capab create mode 100644 help/challenge create mode 100644 help/close create mode 100644 help/cmode create mode 100644 help/connect create mode 100644 help/die create mode 100644 help/dline create mode 100644 help/eob create mode 100644 help/error create mode 100644 help/etrace create mode 100644 help/gline create mode 100644 help/gungline create mode 100644 help/hash create mode 100644 help/help create mode 100644 help/index create mode 100644 help/info create mode 100644 help/invite create mode 100644 help/ison create mode 100644 help/join create mode 100644 help/kick create mode 100644 help/kill create mode 100644 help/kline create mode 100644 help/knock create mode 100644 help/links create mode 100644 help/list create mode 100644 help/locops create mode 100644 help/lusers create mode 100644 help/map create mode 100644 help/module create mode 100644 help/motd create mode 100644 help/names create mode 100644 help/nick create mode 100644 help/notice create mode 100644 help/oper delete mode 100644 help/opers/accept delete mode 100644 help/opers/admin delete mode 100644 help/opers/away delete mode 100644 help/opers/capab delete mode 100644 help/opers/challenge delete mode 100644 help/opers/close delete mode 100644 help/opers/cmode delete mode 100644 help/opers/connect delete mode 100644 help/opers/die delete mode 100644 help/opers/dline delete mode 100644 help/opers/eob delete mode 100644 help/opers/error delete mode 100644 help/opers/etrace delete mode 100644 help/opers/gline delete mode 100644 help/opers/gungline delete mode 100644 help/opers/hash delete mode 100644 help/opers/help delete mode 100644 help/opers/index delete mode 100644 help/opers/info delete mode 100644 help/opers/invite delete mode 100644 help/opers/ison delete mode 100644 help/opers/join delete mode 100644 help/opers/kick delete mode 100644 help/opers/kill delete mode 100644 help/opers/kline delete mode 100644 help/opers/knock delete mode 100644 help/opers/links delete mode 100644 help/opers/list delete mode 100644 help/opers/locops delete mode 100644 help/opers/lusers delete mode 100644 help/opers/map delete mode 100644 help/opers/module delete mode 100644 help/opers/motd delete mode 100644 help/opers/names delete mode 100644 help/opers/nick delete mode 100644 help/opers/notice delete mode 100644 help/opers/oper delete mode 100644 help/opers/operwall delete mode 100644 help/opers/part delete mode 100644 help/opers/pass delete mode 100644 help/opers/ping delete mode 100644 help/opers/pong delete mode 100644 help/opers/post delete mode 100644 help/opers/privmsg delete mode 100644 help/opers/quit delete mode 100644 help/opers/rehash delete mode 100644 help/opers/restart delete mode 100644 help/opers/resv delete mode 100644 help/opers/server delete mode 100644 help/opers/set delete mode 100644 help/opers/sjoin delete mode 100644 help/opers/squit delete mode 100644 help/opers/stats delete mode 100644 help/opers/svinfo delete mode 100644 help/opers/testgecos delete mode 100644 help/opers/testline delete mode 100644 help/opers/testmask delete mode 100644 help/opers/time delete mode 100644 help/opers/topic delete mode 100644 help/opers/trace delete mode 100644 help/opers/uhelp delete mode 100644 help/opers/umode delete mode 100644 help/opers/undline delete mode 100644 help/opers/unkline delete mode 100644 help/opers/unresv delete mode 100644 help/opers/unxline delete mode 100644 help/opers/user delete mode 100644 help/opers/userhost delete mode 100644 help/opers/users delete mode 100644 help/opers/version delete mode 100644 help/opers/wallops delete mode 100644 help/opers/who delete mode 100644 help/opers/whois delete mode 100644 help/opers/whowas delete mode 100644 help/opers/xline create mode 100644 help/operwall create mode 100644 help/part create mode 100644 help/pass create mode 100644 help/ping create mode 100644 help/pong create mode 100644 help/post create mode 100644 help/privmsg create mode 100644 help/quit create mode 100644 help/rehash create mode 100644 help/restart create mode 100644 help/resv create mode 100644 help/server create mode 100644 help/set create mode 100644 help/sjoin create mode 100644 help/squit create mode 100644 help/stats create mode 100644 help/svinfo create mode 100644 help/testgecos create mode 100644 help/testline create mode 100644 help/testmask create mode 100644 help/time create mode 100644 help/topic create mode 100644 help/trace create mode 100644 help/uhelp create mode 100644 help/umode create mode 100644 help/undline create mode 100644 help/unkline create mode 100644 help/unresv create mode 100644 help/unxline create mode 100644 help/user create mode 100644 help/userhost create mode 100644 help/users create mode 100644 help/version create mode 100644 help/wallops create mode 100644 help/who create mode 100644 help/whois create mode 100644 help/whowas create mode 100644 help/xline diff --git a/help/accept b/help/accept new file mode 100644 index 0000000..50ac159 --- /dev/null +++ b/help/accept @@ -0,0 +1,9 @@ +ACCEPT [parameter] + +ACCEPT allows you to control who can send you a NOTICE or PRIVMSG +while you have user mode +g enabled. + +For +g: /QUOTE ACCEPT -- Add a permitted mask + /QUOTE ACCEPT - -- Remove a permitted mask + /QUOTE ACCEPT * -- List the present permitted masks + /QUOTE ACCEPT -- List the present permitted masks diff --git a/help/admin b/help/admin new file mode 100644 index 0000000..7b1b8a0 --- /dev/null +++ b/help/admin @@ -0,0 +1,11 @@ +ADMIN [server] + +With no arguments, ADMIN shows the information that was set by the +administrator of the server. This information can take any form that +will fit in three lines of text but is usually a list of contacts +for the persons that run the server. + +With a second argument, the administrative information for the +specified server is displayed. + +See also: stats diff --git a/help/away b/help/away new file mode 100644 index 0000000..9f04479 --- /dev/null +++ b/help/away @@ -0,0 +1,4 @@ +AWAY :[MSG] + +Without an argument, it will set you back. With an argument, +it will set you as AWAY with the specified message. diff --git a/help/capab b/help/capab new file mode 100644 index 0000000..36abc97 --- /dev/null +++ b/help/capab @@ -0,0 +1 @@ +CAPAB - Server to Server Protocol Command. diff --git a/help/challenge b/help/challenge new file mode 100644 index 0000000..9e8d432 --- /dev/null +++ b/help/challenge @@ -0,0 +1,10 @@ +CHALLENGE + +CHALLENGE is used in the RSA controlled +oper {} system. CHALLENGE requires you to +issue the command using the nickname in the +operator block, while matching the username +and hostname specified. The server will +send you an RSA challenge. You must send +a valid RSA response back to the server, +proceeded with a '+' symbol. diff --git a/help/close b/help/close new file mode 100644 index 0000000..82fae6b --- /dev/null +++ b/help/close @@ -0,0 +1,4 @@ +CLOSE + +Close any connections from clients or servers who have +not fully registered yet. diff --git a/help/cmode b/help/cmode new file mode 100644 index 0000000..4c43fbf --- /dev/null +++ b/help/cmode @@ -0,0 +1,99 @@ +MODE <+|-> [parameters] + +=-=-=-=-=-=-=-=-=-=-= + CHANNELMODES +=-=-=-=-=-=-=-=-=-=-= + + MODE - DESCRIPTION +------------------------------------------------------------------------ + +NO PARAMETERS: +-------------- + + +c - 'No control codes'. Prevent users from sending messages containing + control codes to the channel + + +n - 'No external messages'. This will prevent any user who + isn't in the channel from sending messages to the channel. + + +t - 'Ops Topic'. This will prevent any user who isn't opped, + or half-opped (+o/+h) from setting a channel topic. + + +s - 'Secret'. This will prevent the channel from being shown + in a /whois, and in the channel list. + + +p - 'Paranoia'. Controls whether halfops may invite users + into a channel or whether they may kick other members of a + channel. + + +m - 'Moderated'. This will prevent any user who isn't opped, + half-opped or voiced (+o/+h/+v) from talking in the channel. + + +i - 'Invite only'. This will prevent anyone from joining your + channel who hasn't received an /invite or whose host isn't in + the +I list. + + +r - 'Registered'. Channel has been registered with ChanServ. + This mode can be set by servers only. + + +M - 'Modreg". Unregistered/unidentified clients cannot send text to + the channel + + +O - 'IRCOps only'. This will prevent anyone who hasn't obtained + IRCOp status from joining your channel. Can be set by an IRCOp + only. + + +R - 'Registered only'.- Only registered clients may join a channel + with that mode set + + +S - 'SSL only'. This will prevent anyone who isn't securely connected + via SSL/TLS from joining your channel. + + +WITH PARAMETERS: +---------------- + + +k - 'Key'. This will require users joining to know the key, + they must then use /join #channel KEY + + PARAMS: /mode #channel +k key + + +l - 'Limit'. This will prevent more than LIMIT number of people + in the channel at any time. + + PARAMS: /mode #channel +l limit + + +v - 'Voice'. This will allow a user to talk in a moderated (+m) + channel. Shown by the +nick flag. + + PARAMS: /mode #channel +vvvv nick1 nick2 nick3 nick4 + + +h - 'Half-op'. This will allow a user to set all of the above + modes, (and some more below..), whilst stopping the user + from doing harm to the channel. Users who are +h CANNOT + kick opped (+o) users, or set modes +h/-h/+o/-o. + + They can perform all other modes, and can kick regular users. + + PARAMS: /mode #channel +hhhh nick1 nick2 nick3 nick4 + + +o - 'Op'. This gives the user full control over the channel. + An opped user may op other users, set any mode, and + remove ops from whoever they want. + + PARAMS: /mode #channel +oooo nick1 nick2 nick3 nick4 + + +b - 'Ban'. This will prevent a user from entering the channel, + based on a nick!ident@host match. + + PARAMS: /mode #channel +bbbb n!u@h1b n!u@h2b n!u@h3b n!u@h4 + + +e - 'Exempt'. This will allow a user to join a channel even if + they are banned (+b), based on a nick!ident@host match. + + PARAMS: /mode #channel +eeee n!u@h1b n!u@h2b n!u@h3b n!u@h4 + + +I - 'Invite Exempt'. This will allow a user to join an + invite-only (+i) channel, based on a nick!user@host match. + + PARAMS: /mode #channel +IIII n!u@h1b n!u@h2b n!u@h3b n!u@h4 diff --git a/help/connect b/help/connect new file mode 100644 index 0000000..929bfb8 --- /dev/null +++ b/help/connect @@ -0,0 +1,16 @@ +CONNECT [port] [server_B] + +When [server_B] is used, CONNECT asks [server_B] to +connect to . Requires Oper Priv: R + +The [port] must be specified with [server_B], this is +usually 6667. To use the default port in the connect +block, you can use 0 as the port. + +When [server_B] is not used, CONNECT tries to connect +your server to . + +When [port] is used, the connection will be attempted +to [port]. +When [port] is not used, 6667 is used as a default, +unless the port is specified in the conf file. diff --git a/help/die b/help/die new file mode 100644 index 0000000..876bc51 --- /dev/null +++ b/help/die @@ -0,0 +1,6 @@ +DIE server.name :[reason] + +Terminates the IRC server with optional reason +[reason] + +- Requires Oper Priv: D diff --git a/help/dline b/help/dline new file mode 100644 index 0000000..fb52b9e --- /dev/null +++ b/help/dline @@ -0,0 +1,12 @@ +DLINE