Преглед изворни кода

Add correct ChartsRegexp to documentation

Christoph Berg пре 21 година
родитељ
комит
8971239418
2 измењених фајлова са 3 додато и 2 уклоњено
  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>