cinch 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cinch/channel.rb +1 -1
- data/lib/cinch/version.rb +1 -1
- metadata +4 -3
data/lib/cinch/channel.rb
CHANGED
@@ -59,7 +59,7 @@ module Cinch
|
|
59
59
|
|
60
60
|
@synced_attributes = Set.new
|
61
61
|
@when_requesting_synced_attribute = lambda {|attr|
|
62
|
-
if @in_channel && attr == :topic && !
|
62
|
+
if @in_channel && attr == :topic && !synced?(:topic)
|
63
63
|
# Even if we are in the channel, if there's no topic set,
|
64
64
|
# the attribute won't be synchronised yet. Explicitly
|
65
65
|
# request the topic.
|
data/lib/cinch/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cinch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-07-
|
12
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A simple, friendly DSL for creating IRC bots
|
15
15
|
email:
|
@@ -122,7 +122,8 @@ files:
|
|
122
122
|
- examples/basic/urban_dict.rb
|
123
123
|
- examples/basic/hello.rb
|
124
124
|
homepage: http://cinchrb.org
|
125
|
-
licenses:
|
125
|
+
licenses:
|
126
|
+
- MIT
|
126
127
|
post_install_message:
|
127
128
|
rdoc_options: []
|
128
129
|
require_paths:
|