]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add helpfiles for all extensions that provide commands.
authorJD Horelick <redacted>
Sun, 28 Mar 2010 08:41:39 +0000 (04:41 -0400)
committerJD Horelick <redacted>
Sun, 28 Mar 2010 08:41:39 +0000 (04:41 -0400)
Not being added to the index yet since i'm not sure of the best
way to do that.

15 files changed:
help/Makefile.in
help/opers/adminwall [new file with mode: 0644]
help/opers/cycle [new file with mode: 0644]
help/opers/findforwards [new file with mode: 0644]
help/opers/forcejoin [new file with mode: 0644]
help/opers/forcepart [new file with mode: 0644]
help/opers/identify [new file with mode: 0644]
help/opers/mkpasswd [new file with mode: 0644]
help/opers/oaccept [new file with mode: 0644]
help/opers/ojoin [new file with mode: 0644]
help/opers/okick [new file with mode: 0644]
help/opers/olist [new file with mode: 0644]
help/opers/omode [new file with mode: 0644]
help/opers/opme [new file with mode: 0644]
help/opers/sendbans [new file with mode: 0644]

index 573dd64efb0e4af84ebeb9817d2a7a937d8cad9b..0f633f69b74a59053720797ed9580e97ff021ba3 100644 (file)
@@ -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 (file)
index 0000000..657fb30
--- /dev/null
@@ -0,0 +1,6 @@
+ADMINWALL :<message>
+
+Sends an ADMINWALL message of <message> to all
+admins currently online.
+
+- Requires Oper Priv: oper:admin
diff --git a/help/opers/cycle b/help/opers/cycle
new file mode 100644 (file)
index 0000000..c1d9461
--- /dev/null
@@ -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 (file)
index 0000000..417ae49
--- /dev/null
@@ -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 (file)
index 0000000..db30cff
--- /dev/null
@@ -0,0 +1,5 @@
+FORCEJOIN <nick> <#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 (file)
index 0000000..e9cdf7f
--- /dev/null
@@ -0,0 +1,5 @@
+FORCEPART <nick> <#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 (file)
index 0000000..01e687b
--- /dev/null
@@ -0,0 +1,7 @@
+IDENTIFY <password>
+
+--Allows easy identification to NickServ
+This command is basically the equivalent of:
+  /msg nickserv identify <password>
+but made simpler and with protections if
+services goes down.
diff --git a/help/opers/mkpasswd b/help/opers/mkpasswd
new file mode 100644 (file)
index 0000000..ffb06a8
--- /dev/null
@@ -0,0 +1,6 @@
+MKPASSWD <password> [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 (file)
index 0000000..5a70312
--- /dev/null
@@ -0,0 +1,6 @@
+OACCEPT <nick>
+
+-- 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 (file)
index 0000000..e7ebbc7
--- /dev/null
@@ -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 (file)
index 0000000..89e6d5e
--- /dev/null
@@ -0,0 +1,5 @@
+OKICK <#channel> <nick> [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 (file)
index 0000000..fc541ea
--- /dev/null
@@ -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 (file)
index 0000000..c2e0e2a
--- /dev/null
@@ -0,0 +1,6 @@
+OMODE <#channel> <mode(s)> [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 (file)
index 0000000..4079740
--- /dev/null
@@ -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 (file)
index 0000000..27b8fff
--- /dev/null
@@ -0,0 +1,9 @@
+SENDBANS <server>
+
+-- 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