Ignore:
Timestamp:
08/26/10 11:36:58 (21 months ago)
Author:
james
Message:

add option for queue output to be higher priority (for eggdrop)
add yes, you did plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/queue.tcl

    r954 r1083  
    8484                                                bMotion_putloglev d * "bitlbee outgoing: $content" 
    8585                                        } 
    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 
    8892                                } 
    8993                        } 
Note: See TracChangeset for help on using the changeset viewer.