Changeset 292
- Timestamp:
- 09/22/03 09:45:45 (8 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_sucks.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_sucks.tcl
r239 r292 32 32 proc bMotion_plugin_complex_sucks { nick host handle channel text } { 33 33 34 if [regexp -nocase {([^ ]+) ((is|si) (teh|the)? )?sucks?} $text matches item] { 34 if [regexp -nocase {([^ ]+) ((is|si|==) (teh|the)? )?sucks?} $text matches item] { 35 if {$item == "=="} { 36 return 0 37 } 35 38 bMotionDoAction $channel $item "%VAR{sucks}" 36 39 }
Note: See TracChangeset
for help on using the changeset viewer.
