# HG changeset patch # User Ethan Blanton # Date 1082996656 0 # Node ID 552dd5d5641e8699e931699d2b04a0a56a5623fb # Parent 48c6552be3724885b6dc416281e750e4540937c5 [gaim-migrate @ 9580] The plugin registration here was bogus. Now if only I could find the rest of the HOWTO file... committer: Tailor Script diff -r 48c6552be372 -r 552dd5d5641e plugins/tcl/TCL-HOWTO --- a/plugins/tcl/TCL-HOWTO Mon Apr 26 16:19:12 2004 +0000 +++ b/plugins/tcl/TCL-HOWTO Mon Apr 26 16:24:16 2004 +0000 @@ -304,7 +304,7 @@ which notifies the user of an incoming IM containing the word 'shizzle' might look like this: -gaim::add_event_handler received-im-msg { +gaim::signal connect [gaim::conversation handle] received-im-msg { if {[ string match "*shizzle*" $event::buffer ]} { gaim::notify -info "tcl plugin" "Fo' shizzle" \ "$event::sender is down with the shizzle"