Changeset 1013
- Timestamp:
- 06/26/09 07:38:00 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
modules/abstracts/en/abstracts.tcl (modified) (1 diff)
-
plugins/en/complex_general.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r1010 r1013 3826 3826 "%VAR{sounds} %VAR{sounds}%|/giggles" 3827 3827 "%VAR{sounds} %VAR{sounds}" 3828 } 3829 3830 bMotion_abstract_register "sound_short" { 3831 "%VAR{sounds} %VAR{sounds} %VAR{sounds} %VAR{sound2}" 3828 3832 } 3829 3833 -
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.
