Changeset 250 for trunk/modules/events.tcl
- Timestamp:
- 09/10/03 06:48:32 (9 years ago)
- File:
-
- 1 edited
-
trunk/modules/events.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/events.tcl
r249 r250 213 213 if {[llength $response] > 0} { 214 214 #set nick [bMotionGetRealName $nick $host] 215 bMotion_putloglev 1 * "going to run plugins: $response" 215 216 foreach callback $response { 216 217 bMotion_flood_add $nick $callback $text 217 218 if [bMotion_flood_check $nick] { return 0 } 218 219 219 bMotion_putloglev 1 * "bMotion: matched complex plugin,running callback $callback"220 bMotion_putloglev 1 * "bMotion: `- running callback $callback" 220 221 set result [$callback $nick $host $handle $channel $text] 221 222 set bMotionCache(lastPlugin) $callback 222 223 if {$result == 1} { 223 bMotion_putloglev 2 * "bMotion: $callback returned 1, breaking out..."224 bMotion_putloglev 2 * "bMotion: `-$callback returned 1, breaking out..." 224 225 break 225 226 }
Note: See TracChangeset
for help on using the changeset viewer.
