Ignore:
Timestamp:
09/22/03 09:45:45 (9 years ago)
Author:
jamesoff
Message:

dirty hack to stop "== sucks"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_sucks.tcl

    r291 r292  
    3232proc bMotion_plugin_complex_sucks { nick host handle channel text } { 
    3333 
    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    } 
    3538    bMotionDoAction $channel $item "%VAR{sucks}" 
    3639  } 
Note: See TracChangeset for help on using the changeset viewer.