- Timestamp:
- 03/16/10 17:16:20 (6 months ago)
- Children:
- 904106997bab0ea9894516ae324af6f3538ccf24
- Parents:
- e1e90efaf2e9d9d09046e8877c276cb209c5e614
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1268748980 +0100
- Files:
-
- 1 modified
-
data/rbot/plugins/seen.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
data/rbot/plugins/seen.rb
rd7cdc2a r2f623ce 126 126 if before && [:PART, :QUIT].include?(saw.type.to_sym) && 127 127 [:PUBLIC, :ACTION].include?(before.type.to_sym) 128 # TODO see chan_privacy 129 prev_chan_privacy = false 130 prev_where = prev_chan_privacy ? _(CHANPRIV_CHAN) : before.where 128 131 did_before = case before.type.to_sym 129 132 when :PUBLIC … … 134 137 :nick => saw.nick, 135 138 :message => before.message, 136 :where => where139 :where => prev_where 137 140 } 138 141
