Changeset 37374
- Timestamp:
- 05/05/10 18:38:56 (3 years ago)
- Files:
-
- 1 modified
-
websites/twicli/plugins/regexp.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/plugins/regexp.js
r37185 r37374 5 5 // 発言(JSON)が指定条件にマッチするか判定 6 6 function execRegexp(tw, exp) { 7 var source = "\nfrom " + tw.source.replace(/<.*?>/g,''); 7 8 return (!exp.id || tw.user.screen_name.match(exp.id )) && 8 9 (!exp.id_n ||!tw.user.screen_name.match(exp.id_n)) && 9 (!exp.text || tw.text.match(exp.text )) &&10 (!exp.text_n ||! tw.text.match(exp.text_n))10 (!exp.text || (tw.text+source).match(exp.text )) && 11 (!exp.text_n ||!(tw.text+source).match(exp.text_n)) 11 12 } 12 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)