Ticket #174 (closed defect: fixed)
Missing bracket in plugins/en/complex_bitlbee.tcl
| Reported by: | bmotion | Owned by: | james |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.1.0 |
| Component: | extra modules | Version: | 0.1.0 |
| Keywords: | Cc: |
Description
Missing closing bracket on line 46:
if [bMotion_setting_get "bitlbee" {
should be:
if [bMotion_setting_get "bitlbee"] {
- sminky
Change History
Note: See
TracTickets for help on using
tickets.

Fixed as of r1211.