Changeset 1106 for trunk


Ignore:
Timestamp:
01/14/11 13:04:07 (16 months ago)
Author:
james
Message:

don't trigger so easily around people with the nick rmrf

File:
1 edited

Legend:

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

    r936 r1106  
    1212 
    1313# "specific" typos 
    14 bMotion_plugin_add_complex "wrong console(tm)" "^rm|^cp|^su( -)?$|^make$|^ls" 20 "bMotion_plugin_complex_wrong_console" "en" 
     14bMotion_plugin_add_complex "wrong console(tm)" "^(rm|cp|su|ls)\\\M" 20 "bMotion_plugin_complex_wrong_console" "en" 
    1515 
    1616# bMotion_plugin_complex_wrong_console 
    1717proc bMotion_plugin_complex_wrong_console { nick host handle channel text } { 
    18         global randomWrongConsoleReply botnick 
    1918        if {![bMotion_interbot_me_next $channel]} {  
    2019                return 0 
Note: See TracChangeset for help on using the changeset viewer.