Changeset 1013 for trunk/plugins/en/complex_general.tcl
- Timestamp:
- 06/26/09 07:38:00 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_general.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_general.tcl
r956 r1013 17 17 bMotion_plugin_add_complex "test2" "^%botnicks:? test2$" 100 "bMotion_plugin_complex_test2" "en" 18 18 bMotion_plugin_add_complex "opme" "^!?op ?me$" 100 "bMotion_plugin_complex_opme" "en" 19 bMotion_plugin_add_complex "sound" "^!sound" 100 bMotion_plugin_complex_sound "en" 19 20 20 21 … … 52 53 return 0 53 54 } 55 56 proc bMotion_plugin_complex_sound { nick host handle channel text} { 57 bMotionDoAction $channel $nick "%VAR{sound_short}" 58 return 1 59 }
Note: See TracChangeset
for help on using the changeset viewer.
