Changeset 42
- Timestamp:
- 02/14/09 18:53:10 (3 years ago)
- File:
-
- 1 edited
-
QuoteEngine/QuoteEngine.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
QuoteEngine/QuoteEngine.tcl
r41 r42 534 534 535 535 proc quote_auto { nick host handle channel text } { 536 global quote_automatic 536 global quote_automatic quote_shrinkspaces 537 537 if {$quote_automatic == 0} { 538 538 return … … 603 603 set quote [lindex $row 3] 604 604 605 catch { 606 if {$quote_shrinkspaces == 1} { 607 regsub -all " +" $quote " " quote 608 } 609 set quote [stripcodes bcruag $quote] 610 } 611 605 612 putlog "RANDOM QUOTE: $quote ($id)" 606 613 puthelp "PRIVMSG $channel :\[\002$id\002\] $quote"
Note: See TracChangeset
for help on using the changeset viewer.
