Changeset 1111
- Timestamp:
- 05/31/11 07:44:42 (12 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
modules/interbot.tcl (modified) (1 diff)
-
modules/plugins_settings.tcl (modified) (1 diff)
-
modules/system.tcl (modified) (2 diffs)
-
plugins/en/action_complex_hands.tcl (modified) (1 diff)
-
plugins/en/complex_bitlbee.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/interbot.tcl
r1082 r1111 154 154 bMotion_putloglev 2 * "interbot: My score is $myScore" 155 155 156 if {(![info exists $bMotion_interbot_nextbot_score($channel)]) || ($myScore > $bMotion_interbot_nextbot_score($channel))} {156 if {(![info exists bMotion_interbot_nextbot_score($channel)]) || ($myScore > $bMotion_interbot_nextbot_score($channel))} { 157 157 bMotion_putloglev 2 * "interbot: Actually, I have highest score on $channel, sending out reply" 158 158 set bMotion_interbot_nextbot_score($channel) $myScore -
trunk/modules/plugins_settings.tcl
r937 r1111 21 21 ############################################################################### 22 22 23 if {![info exists bMotion_pl guins_settings]} {23 if {![info exists bMotion_plugins_settings]} { 24 24 set bMotion_plugins_settings(dummy,setting,channel,nick) "dummy" 25 25 } -
trunk/modules/system.tcl
r1109 r1111 201 201 if {($timeNow - $mostRecent) < $gapTime} { 202 202 set chance [rand 100] 203 if ($chance > [bMotion_setting_get "awaychance"]){203 if {$chance > [bMotion_setting_get "awaychance"]} { 204 204 bMotion_putloglev 1 * "most recent is busy enough, not going away" 205 205 return 0 … … 1085 1085 # realise we overslept 1086 1086 proc bMotion_overslept { { onlychan "" } } { 1087 global bMotionSettings BMOTION_SLEEP 1087 global bMotionSettings BMOTION_SLEEP bMotionChannels 1088 1088 if {[bMotion_setting_get "asleep"] != $BMOTION_SLEEP(OVERSLEEPING)} { 1089 1089 bMotion_putloglev d * "overslept timer fired but I wasn't oversleeping" -
trunk/plugins/en/action_complex_hands.tcl
r966 r1111 143 143 bMotion_plugins_settings_set "complexaction:hands" "coffee_nick" "" "" $nick 144 144 bMotion_plugins_settings_set "complexaction:hands" "coffee_channel" "" "" $channel 145 utimer 45 { bMotion_plugin_complex_action_hands_finishcoffee }145 utimer 45 bMotion_plugin_complex_action_hands_finishcoffee 146 146 return 1 147 147 } -
trunk/plugins/en/complex_bitlbee.tcl
r936 r1111 42 42 proc bMotion_plugin_complex_bitlbee3 { nick host handle channel text } { 43 43 #we disconnected 44 if [bMotion_setting_get "bitlbee" {44 if [bMotion_setting_get "bitlbee"] { 45 45 #reconnect 46 46 putserv "PRIVMSG $channel :account on 0"
Note: See TracChangeset
for help on using the changeset viewer.
