Explorar o código

Add correct ChartsRegexp to documentation

Christoph Berg %!s(int64=21) %!d(string=hai) anos
pai
achega
8971239418
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 0
      docs/Changelog
  2. 2 2
      docs/pisg-doc.xml

+ 1 - 0
docs/Changelog

@@ -3,6 +3,7 @@ pisg (0.66) - ??
    * Cache:
      + Complain if CacheDir does not exist.
      + Note that caching does not work for "one big logfile" setups.
+   * Add correct ChartsRegexp to documentation.
 
 pisg (0.65) - Fri Apr, 15th 2005
    Christoph:

+ 2 - 2
docs/pisg-doc.xml

@@ -2886,7 +2886,7 @@
         <channel="#channel">
          Logfile = "channel.log"
          Format = "mIRC"
-         ChartsRegexp = "(?:np:|np - |playing )\s*"
+         ChartsRegexp = "(?:np:|(?:now )?playing:? (?:MPEG stream from)?)\s*(.*)"
         </channel>
       ]]>
     </programlisting></refsynopsisdiv>
@@ -2901,7 +2901,7 @@
     </refsect1>
     <refsect1>
     <title>Default</title>
-    <para> "(?:np:|np - |playing )\s*" </para>
+    <para> "(?:np:|(?:now )?playing:? (?:MPEG stream from)?)\s*(.*)" </para>
     </refsect1>
     </refentry>