Changeset 956
- Timestamp:
- 30/08/2008 13:27:11 (3 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/complex_general.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_general.tcl
r936 r956 14 14 15 15 # name regexp chance callback 16 bMotion_plugin_add_complex "test" "^%botnicks: test$" 100 "bMotion_plugin_complex_test" "en"17 bMotion_plugin_add_complex "test2" "^%botnicks: test2$" 100 "bMotion_plugin_complex_test2" "en"16 bMotion_plugin_add_complex "test" "^%botnicks:? test$" 100 "bMotion_plugin_complex_test" "en" 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 19
