Require urclib 3.2.2. Has a "fix" for the UnicodeDecodeError problem.
[irker.git] / irkerhook.xml
index 8e5101165bb9126ed0331464344d738a363ca6b9..60e0e1655042d34de23172bbcea84ef45cf62d3f 100644 (file)
@@ -128,8 +128,9 @@ Konversation.</para>
 <para>Note: if you turn this on and notifications stop appearing on
 your channel, you need to turn off IRC's color filter on that channel.
 To do this you will need op privileges; issue the command "/mode
-#irker -c".  You may need to first issue the command "/msg chanserv
-set #irker MLOCK +nt-slk".</para>
+&lt;channel&gt; -c" with &lt;channel&gt; replaced by your chnnel name.
+You may need to first issue the command "/msg chanserv set
+&lt;channel&gt; MLOCK +nt-slk".</para>
 </listitem>
 </varlistentry>
 <varlistentry>
@@ -146,6 +147,15 @@ to prevent shotgun spamming by malicious project owners.  Setting it to
 a value less than 2, however, would probably be unwise.</para>
 </listitem>
 </varlistentry>
+<varlistentry>
+<term>cialike</term>
+<listitem>
+<para>If not empty and not "None", this emulates the old CIA behavior
+of dropping long lists of files in favor of a summary of the form (N
+files in M directories). The value must be numeric giving a threshold
+value for the length of the file list in characters.</para>
+</listitem>
+</varlistentry>
 </variablelist>
 
 <refsect2 id="git"><title>git</title>
@@ -227,10 +237,12 @@ the commit).  The defaults are the current working directory and HEAD,
 respectively.</para>
 
 <para>Note, however, that you <emphasis>cannot</emphasis> default the
-repository argumment inside a Subversion post-commit hook.  Instead,
-the values must be the two arguments that Subversion passes to that
-hook as arguments. Thus, a typical invocation in the post-commit
-script will look like this:</para>
+repository argument inside a Subversion post-commit hook; this is
+because of a limitation of Subversion, which is that getting the
+current directory is not reliable inside these hooks.  Instead, the
+values must be the two arguments that Subversion passes to that hook
+as arguments. Thus, a typical invocation in the post-commit script
+will look like this:</para>
 
 <programlisting>
 REPO=$1
@@ -356,6 +368,12 @@ terminate.</para></listitem>
 
 </refsect1>
 
+<refsect1 id='see_also'><title>SEE ALSO</title>
+<para>
+<citerefentry><refentrytitle>irkerd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+</para>
+</refsect1>
+
 <refsect1 id='authors'><title>AUTHOR</title>
 <para>Eric S. Raymond <email>esr@snark.thyrsus.com</email>.  See the
 project page at <ulink