Changeset 64037 in spip-zone
- Timestamp:
- Jul 26, 2012, 4:05:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_acotes_/irc/phergie/Phergie/Plugin/Edgard.php
r63615 r64037 115 115 } 116 116 117 // @unzip toto 118 $pattern = '/' . preg_quote($prefix) . 119 '^@unzip ([^ ]+)/iAD'; 120 if (!$trouve AND preg_match($pattern, $text, $m)) { 121 $msg = "Un zip ? http://zone.spip.org/trac/spip-zone/changeset/latest/$m[1]?old_path=/&format=zip "; 122 $this->doPrivmsg($source, $msg); 123 $trouve = true; 124 } 125 117 126 // @function() 118 127 $pattern = '/' . preg_quote($prefix) .
Note: See TracChangeset
for help on using the changeset viewer.