Changeset 1083 for trunk/modules/queue.tcl
- Timestamp:
- 08/26/10 11:36:58 (21 months ago)
- File:
-
- 1 edited
-
trunk/modules/queue.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/queue.tcl
r954 r1083 84 84 bMotion_putloglev d * "bitlbee outgoing: $content" 85 85 } 86 puthelp "PRIVMSG $target :$content" 87 86 if {[bMotion_setting_get "outputpriority"] == 1} { 87 putserv "PRIVMSG $target :$content" 88 } else { 89 puthelp "PRIVMSG $target :$content" 90 } 91 set bMotionCache($target,last) 1 88 92 } 89 93 }
Note: See TracChangeset
for help on using the changeset viewer.
