From 5c34bc991cc0cbc4570717ddfd360a0449b646e3 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sun, 28 Mar 2010 04:41:39 -0400 Subject: [PATCH] Add helpfiles for all extensions that provide commands. Not being added to the index yet since i'm not sure of the best way to do that. --- help/Makefile.in | 3 ++- help/opers/adminwall | 6 ++++++ help/opers/cycle | 5 +++++ help/opers/findforwards | 6 ++++++ help/opers/forcejoin | 5 +++++ help/opers/forcepart | 5 +++++ help/opers/identify | 7 +++++++ help/opers/mkpasswd | 6 ++++++ help/opers/oaccept | 6 ++++++ help/opers/ojoin | 6 ++++++ help/opers/okick | 5 +++++ help/opers/olist | 6 ++++++ help/opers/omode | 6 ++++++ help/opers/opme | 9 +++++++++ help/opers/sendbans | 9 +++++++++ 15 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 help/opers/adminwall create mode 100644 help/opers/cycle create mode 100644 help/opers/findforwards create mode 100644 help/opers/forcejoin create mode 100644 help/opers/forcepart create mode 100644 help/opers/identify create mode 100644 help/opers/mkpasswd create mode 100644 help/opers/oaccept create mode 100644 help/opers/ojoin create mode 100644 help/opers/okick create mode 100644 help/opers/olist create mode 100644 help/opers/omode create mode 100644 help/opers/opme create mode 100644 help/opers/sendbans diff --git a/help/Makefile.in b/help/Makefile.in index 573dd64..0f633f6 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -16,7 +16,8 @@ SYMLINKS= topic accept admin names links away whowas \ version kick who invite quit join list nick oper part \ time credits motd userhost users whois ison lusers \ user help pass error challenge knock ping pong \ - cprivmsg cnotice map trace chantrace + cprivmsg cnotice map trace chantrace cycle findforwards \ + identify mkpasswd all: build: diff --git a/help/opers/adminwall b/help/opers/adminwall new file mode 100644 index 0000000..657fb30 --- /dev/null +++ b/help/opers/adminwall @@ -0,0 +1,6 @@ +ADMINWALL : + +Sends an ADMINWALL message of to all +admins currently online. + +- Requires Oper Priv: oper:admin diff --git a/help/opers/cycle b/help/opers/cycle new file mode 100644 index 0000000..c1d9461 --- /dev/null +++ b/help/opers/cycle @@ -0,0 +1,5 @@ +CYCLE <#channel> + +-- IRCd-side /hop +This command parts you and rejoins you to whatever +channel you specify. diff --git a/help/opers/findforwards b/help/opers/findforwards new file mode 100644 index 0000000..417ae49 --- /dev/null +++ b/help/opers/findforwards @@ -0,0 +1,6 @@ +FINDFORWARDS <#channel> + +--Find channels that forward to the specified channel. +If you are an op in the specified channel, this command +will tell you all channels that forward to the specified +one. diff --git a/help/opers/forcejoin b/help/opers/forcejoin new file mode 100644 index 0000000..db30cff --- /dev/null +++ b/help/opers/forcejoin @@ -0,0 +1,5 @@ +FORCEJOIN <#channel> + +--Forces a user to join the specified channel. + +Requires oper priv: oper:admin diff --git a/help/opers/forcepart b/help/opers/forcepart new file mode 100644 index 0000000..e9cdf7f --- /dev/null +++ b/help/opers/forcepart @@ -0,0 +1,5 @@ +FORCEPART <#channel> + +--Forces a user to part the specified channel. + +Requires oper priv: oper:admin diff --git a/help/opers/identify b/help/opers/identify new file mode 100644 index 0000000..01e687b --- /dev/null +++ b/help/opers/identify @@ -0,0 +1,7 @@ +IDENTIFY + +--Allows easy identification to NickServ +This command is basically the equivalent of: + /msg nickserv identify +but made simpler and with protections if +services goes down. diff --git a/help/opers/mkpasswd b/help/opers/mkpasswd new file mode 100644 index 0000000..ffb06a8 --- /dev/null +++ b/help/opers/mkpasswd @@ -0,0 +1,6 @@ +MKPASSWD [des|md5] + +-- This command allows you to hash a password for use in olines and other places. +This command will output a hash (DES by default, optionally MD5) +that can be used in the password field of authblocks or for oline +passwords. diff --git a/help/opers/oaccept b/help/opers/oaccept new file mode 100644 index 0000000..5a70312 --- /dev/null +++ b/help/opers/oaccept @@ -0,0 +1,6 @@ +OACCEPT + +-- Allows a oper to message a user through usermodes +gGR +This command allows opers to messages users who have usermodes ++g,+G or +R set on themselves. It adds a piece of metadata to +the user which is deleted when the user disconnects. diff --git a/help/opers/ojoin b/help/opers/ojoin new file mode 100644 index 0000000..e7ebbc7 --- /dev/null +++ b/help/opers/ojoin @@ -0,0 +1,6 @@ +OJOIN [@|+]<#channel> + +-- This commands allows opers to join a channel through bans and many cmodes. +This command bypasses bans and cmodes +i, +k, +r, +J, +S, +l to allow +opers to join any channel. If the channel name is prefixed with @ or +, +you will join that channel and have ops or voice, respectively. diff --git a/help/opers/okick b/help/opers/okick new file mode 100644 index 0000000..89e6d5e --- /dev/null +++ b/help/opers/okick @@ -0,0 +1,5 @@ +OKICK <#channel> [reason] + +-- Allows a oper to kick a user from a channel. +This command allows a oper to kick a user from a channel +where the oper doesn't have ops. diff --git a/help/opers/olist b/help/opers/olist new file mode 100644 index 0000000..fc541ea --- /dev/null +++ b/help/opers/olist @@ -0,0 +1,6 @@ +OLIST [#channel] + +-- Allows opers to view all channels on the network. +This command allows opers to view all channels in a list, including +secret channels. This command also shows channelmodes for each channel +unlike LIST. diff --git a/help/opers/omode b/help/opers/omode new file mode 100644 index 0000000..c2e0e2a --- /dev/null +++ b/help/opers/omode @@ -0,0 +1,6 @@ +OMODE <#channel> [parameters] + +-- Allows opers to arbitrarily set modes on channels. +This command allows opers to set/change modes on channels +that they do not have ops in. This command fails if a oper +uses it on a channel they do have ops in. diff --git a/help/opers/opme b/help/opers/opme new file mode 100644 index 0000000..4079740 --- /dev/null +++ b/help/opers/opme @@ -0,0 +1,9 @@ +OPME <#channel> + +-- Allows a oper to gain ops in a opless channel +This command simply allows a oper to gein ops in a opless channel. +This is especially useful if all users in a channel don't have ops, +the channel is unregistered and you don't want to clear the channel +to get a user to get ops back. + +Oper priv required: oper:admin diff --git a/help/opers/sendbans b/help/opers/sendbans new file mode 100644 index 0000000..27b8fff --- /dev/null +++ b/help/opers/sendbans @@ -0,0 +1,9 @@ +SENDBANS + +-- Sends permanent resv's and xline's to the specified server. +If you do not have propogated bans enabled, and you add a server +in the future or a server is down when a xline or resv is set, +this command will allow you to send those xlines or resv's to +the specified server. + +oper privs required: oper:xline, oper:resv, oper:remoteban