help file updates
This commit is contained in:
parent
4b3dba2da5
commit
487ca1fce0
28 changed files with 151 additions and 26 deletions
25
.gitattributes
vendored
25
.gitattributes
vendored
|
@ -111,7 +111,9 @@ help/opers/away -text
|
|||
help/opers/capab -text
|
||||
help/opers/cburst -text
|
||||
help/opers/challenge -text
|
||||
help/opers/chanserv -text
|
||||
help/opers/cjoin -text
|
||||
help/opers/clearchan -text
|
||||
help/opers/client -text
|
||||
help/opers/close -text
|
||||
help/opers/cmode -text
|
||||
|
@ -126,6 +128,7 @@ help/opers/eob -text
|
|||
help/opers/error -text
|
||||
help/opers/gline -text
|
||||
help/opers/help -text
|
||||
help/opers/identify -text
|
||||
help/opers/index -text
|
||||
help/opers/info -text
|
||||
help/opers/invite -text
|
||||
|
@ -142,6 +145,7 @@ help/opers/lljoin -text
|
|||
help/opers/llnick -text
|
||||
help/opers/locops -text
|
||||
help/opers/lusers -text
|
||||
help/opers/map -text
|
||||
help/opers/modlist -text
|
||||
help/opers/modload -text
|
||||
help/opers/modrestart -text
|
||||
|
@ -150,9 +154,13 @@ help/opers/motd -text
|
|||
help/opers/names -text
|
||||
help/opers/nburst -text
|
||||
help/opers/nick -text
|
||||
help/opers/nickserv -text
|
||||
help/opers/notice -text
|
||||
help/opers/ojoin -text
|
||||
help/opers/oper -text
|
||||
help/opers/operserv -text
|
||||
help/opers/operwall -text
|
||||
help/opers/opme -text
|
||||
help/opers/part -text
|
||||
help/opers/pass -text
|
||||
help/opers/ping -text
|
||||
|
@ -165,10 +173,21 @@ help/opers/restart -text
|
|||
help/opers/resv -text
|
||||
help/opers/server -text
|
||||
help/opers/set -text
|
||||
help/opers/sethost -text
|
||||
help/opers/sjoin -text
|
||||
help/opers/smo -text
|
||||
help/opers/squit -text
|
||||
help/opers/stats -text
|
||||
help/opers/statserv -text
|
||||
help/opers/svinfo -text
|
||||
help/opers/svshost -text
|
||||
help/opers/svsid -text
|
||||
help/opers/svsjoin -text
|
||||
help/opers/svsmode -text
|
||||
help/opers/svsnick -text
|
||||
help/opers/svspart -text
|
||||
help/opers/swhois -text
|
||||
help/opers/tburst -text
|
||||
help/opers/testline -text
|
||||
help/opers/time -text
|
||||
help/opers/topic -text
|
||||
|
@ -183,16 +202,22 @@ help/opers/user -text
|
|||
help/opers/userhost -text
|
||||
help/opers/users -text
|
||||
help/opers/version -text
|
||||
help/opers/vhost -text
|
||||
help/opers/wallops -text
|
||||
help/opers/who -text
|
||||
help/opers/whois -text
|
||||
help/opers/whowas -text
|
||||
help/users/chanserv -text
|
||||
help/users/identify -text
|
||||
help/users/index -text
|
||||
help/users/info -text
|
||||
help/users/nickserv -text
|
||||
help/users/notice -text
|
||||
help/users/privmsg -text
|
||||
help/users/stats -text
|
||||
help/users/statserv -text
|
||||
help/users/umode -text
|
||||
help/users/vhost -text
|
||||
iauth/.cvsignore -text
|
||||
iauth/Makefile.in -text
|
||||
iauth/include/auth.h -text
|
||||
|
|
4
help/opers/chanserv
Normal file
4
help/opers/chanserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
CHANSERV :<message>
|
||||
|
||||
This command sends a secured message to Channel Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
5
help/opers/clearchan
Normal file
5
help/opers/clearchan
Normal file
|
@ -0,0 +1,5 @@
|
|||
CLEARCHAN <#channel>
|
||||
|
||||
Clearchan will remove all users and modes on a channel and join the
|
||||
operator with Channel Admin flags. Can be used to help close
|
||||
down abusive channels on a network. Admin privledges are required
|
8
help/opers/identify
Normal file
8
help/opers/identify
Normal file
|
@ -0,0 +1,8 @@
|
|||
IDENTIFY :<#channel password> / <nickserv password>
|
||||
|
||||
This command sends the password for a channel to Chanserv, or the password
|
||||
for a nickname to NickServ. Examples are:
|
||||
IDENTIFY :#neostats mypass
|
||||
would be the equivilent of sending /msg chanserv identify #neostats mypass
|
||||
IDENTIFY :mypass
|
||||
would be the equivilent of sending /msg nickserv identify mypass
|
|
@ -1,24 +1,28 @@
|
|||
Help topics available to opers:
|
||||
|
||||
accept admin away capab cburst
|
||||
challenge chanserv cjoin clearchan client
|
||||
close cmode connect credits cryptlink
|
||||
die dline dmem drop eob
|
||||
error gline help identify index
|
||||
info invite ison join kick
|
||||
kill kline knock knockll links
|
||||
list lljoin llnick locops lusers
|
||||
map modlist modload modrestart modunload
|
||||
motd names nburst nick nickserv
|
||||
notice ojoin oper operserv operwall
|
||||
opme part pass ping pong
|
||||
post privmsg quit rehash restart
|
||||
resv server set sethost sjoin
|
||||
smo squit stats statserv svinfo
|
||||
svshost svsid svsjoin svsmode svsnick
|
||||
svspart swhois tburst testline time
|
||||
topic trace uhelp umode undline
|
||||
ungline unkline unresv user userhost
|
||||
users version vhost wallops who
|
||||
whois whowas
|
||||
|
||||
ACCEPT ADMIN AWAY CAPAB
|
||||
CBURST CHALLENGE CHANSERV CJOIN
|
||||
CLEARCHAN CLIENT CLOSE CMODE
|
||||
CONNECT CREDITS CRYPTLINK DIE
|
||||
DLINE DMEM DROP EOB
|
||||
ERROR GLINE HELP IDENTIFY
|
||||
INDEX INFO INVITE ISON
|
||||
JOIN KICK KILL KLINE
|
||||
KNOCK KNOCKLL LINKS LIST
|
||||
LLJOIN LLNICK LOCOPS LUSERS
|
||||
MAP MODLIST MODLOAD MODRESTART
|
||||
MODUNLOAD MOTD NAMES NBURST
|
||||
NICK NICKSERV NOTICE OJOIN
|
||||
OPER OPERSERV OPERWALL OPME
|
||||
PART PASS PING PONG
|
||||
POST PRIVMSG QUIT REHASH
|
||||
RESTART RESV SERVER SET
|
||||
SETHOST SJOIN SMO SQUIT
|
||||
STATS STATSERV SVINFO SVSHOST
|
||||
SVSID SVSJOIN SVSMODE SVSNICK
|
||||
SVSPART SWHOIS TBURST TESTLINE
|
||||
TIME TOPIC TRACE UHELP
|
||||
UMODE UNDLINE UNGLINE UNKLINE
|
||||
UNRESV USER USERHOST USERS
|
||||
VERSION VHOST WALLOPS WHO
|
||||
WHOIS WHOWAS
|
||||
|
|
5
help/opers/map
Normal file
5
help/opers/map
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAP
|
||||
|
||||
Provides a graphical representation of the network structure, and user
|
||||
load on each server. Disabled to normal users if the user is on a server
|
||||
that is hidden, or if flatten links is enabled
|
4
help/opers/nickserv
Normal file
4
help/opers/nickserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
NICKSERV :<message>
|
||||
|
||||
This command sends a secured message to NickName Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
11
help/opers/ojoin
Normal file
11
help/opers/ojoin
Normal file
|
@ -0,0 +1,11 @@
|
|||
OJOIN <FLAG><channel>
|
||||
|
||||
The OJOIN command will join you to a channel and give you the optional
|
||||
flag on the channel regardless of channel modes. You can use the OJOIN
|
||||
command to bypass Bans or Invite only channels.
|
||||
|
||||
Valid Flags are:
|
||||
! - Channel Admin
|
||||
@ - Channel Operator
|
||||
% - Channel Halfops
|
||||
+ - Channel Voice
|
4
help/opers/operserv
Normal file
4
help/opers/operserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
OPERSERV :<message>
|
||||
|
||||
This command sends a secured message to Operator Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
4
help/opers/opme
Normal file
4
help/opers/opme
Normal file
|
@ -0,0 +1,4 @@
|
|||
OPME <#channel>
|
||||
|
||||
If a channel is opless, this command can be used to give
|
||||
yourself channel ops on the channel.
|
1
help/opers/sethost
Normal file
1
help/opers/sethost
Normal file
|
@ -0,0 +1 @@
|
|||
SETHOST - Server to Server Protocol Command.
|
1
help/opers/smo
Normal file
1
help/opers/smo
Normal file
|
@ -0,0 +1 @@
|
|||
SMO - Server to Server Protocol Command.
|
4
help/opers/statserv
Normal file
4
help/opers/statserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
STATSERV :<message>
|
||||
|
||||
This command sends a secured message to Statistics Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
1
help/opers/svshost
Normal file
1
help/opers/svshost
Normal file
|
@ -0,0 +1 @@
|
|||
SVSHOST - Server to Server Protocol Command.
|
1
help/opers/svsid
Normal file
1
help/opers/svsid
Normal file
|
@ -0,0 +1 @@
|
|||
SVSID - Server to Server Protocol Command.
|
1
help/opers/svsjoin
Normal file
1
help/opers/svsjoin
Normal file
|
@ -0,0 +1 @@
|
|||
SVSJOIN - Server to Server Protocol Command.
|
1
help/opers/svsmode
Normal file
1
help/opers/svsmode
Normal file
|
@ -0,0 +1 @@
|
|||
SVSMODE - Server to Server Protocol Command.
|
1
help/opers/svsnick
Normal file
1
help/opers/svsnick
Normal file
|
@ -0,0 +1 @@
|
|||
SVSNICK - Server to Server Protocol Command.
|
1
help/opers/svspart
Normal file
1
help/opers/svspart
Normal file
|
@ -0,0 +1 @@
|
|||
SVSPART - Server to Server Protocol Command.
|
5
help/opers/swhois
Normal file
5
help/opers/swhois
Normal file
|
@ -0,0 +1,5 @@
|
|||
SWHOIS <nick> :<string>
|
||||
|
||||
swhois adds a optional string to a users whois. It can be used
|
||||
to add additional information to a users information, such as SWHOIS
|
||||
fish :Is a Network Coder
|
1
help/opers/tburst
Normal file
1
help/opers/tburst
Normal file
|
@ -0,0 +1 @@
|
|||
TBURST - Server to Server Protocol Command.
|
6
help/opers/vhost
Normal file
6
help/opers/vhost
Normal file
|
@ -0,0 +1,6 @@
|
|||
VHOST <NICK> <PASSWORD>
|
||||
|
||||
VHOST is a alias for HostServ (part of the
|
||||
NeoStats Software. http://www.neostats.net/) that allows
|
||||
normal users get a fake hostname assigned on hostserv. This allows network
|
||||
wide vhost support.
|
4
help/users/chanserv
Normal file
4
help/users/chanserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
CHANSERV :<message>
|
||||
|
||||
This command sends a secured message to Channel Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
8
help/users/identify
Normal file
8
help/users/identify
Normal file
|
@ -0,0 +1,8 @@
|
|||
IDENTIFY :<#channel password> / <nickserv password>
|
||||
|
||||
This command sends the password for a channel to Chanserv, or the password
|
||||
for a nickname to NickServ. Examples are:
|
||||
IDENTIFY :#neostats mypass
|
||||
would be the equivilent of sending /msg chanserv identify #neostats mypass
|
||||
IDENTIFY :mypass
|
||||
would be the equivilent of sending /msg nickserv identify mypass
|
|
@ -7,7 +7,8 @@ KICK KNOCK LINKS LIST
|
|||
LUSERS MOTD NAMES NICK
|
||||
OPER PART PASS PING
|
||||
PONG QUIT TIME TOPIC
|
||||
USER USERHOST USERS INDEX
|
||||
INFO NOTICE PRIVMSG STATS
|
||||
UMODE VERSION WHO WHOIS
|
||||
WHOWAS
|
||||
USER USERHOST USERS CHANSERV
|
||||
IDENTIFY INDEX INFO NICKSERV
|
||||
NOTICE PRIVMSG STATS STATSERV
|
||||
UMODE VHOST VERSION WHO
|
||||
WHOIS WHOWAS
|
||||
|
|
4
help/users/nickserv
Normal file
4
help/users/nickserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
NICKSERV :<message>
|
||||
|
||||
This command sends a secured message to NickName Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
4
help/users/statserv
Normal file
4
help/users/statserv
Normal file
|
@ -0,0 +1,4 @@
|
|||
STATSERV :<message>
|
||||
|
||||
This command sends a secured message to Statistics Services, if they are
|
||||
online or sends a error message to the client if services are not online.
|
6
help/users/vhost
Normal file
6
help/users/vhost
Normal file
|
@ -0,0 +1,6 @@
|
|||
VHOST <NICK> <PASSWORD>
|
||||
|
||||
VHOST is a alias for HostServ (part of the
|
||||
NeoStats Software. http://www.neostats.net/) that allows
|
||||
normal users get a fake hostname assigned on hostserv. This allows network
|
||||
wide vhost support.
|
Reference in a new issue