cinch 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cinch.rb +1 -1
- data/lib/cinch/bot.rb +1 -1
- metadata +3 -3
data/lib/cinch.rb
CHANGED
data/lib/cinch/bot.rb
CHANGED
@@ -318,7 +318,7 @@ module Cinch
|
|
318
318
|
Pattern.new(nil, regexp, nil)
|
319
319
|
else
|
320
320
|
if event == :ctcp
|
321
|
-
Pattern.new(/^/, /#{Regexp.escape(regexp.to_s)}(?:$| .+)
|
321
|
+
Pattern.new(/^/, /#{Regexp.escape(regexp.to_s)}(?:$| .+)/, nil)
|
322
322
|
else
|
323
323
|
Pattern.new(/^/, /#{Regexp.escape(regexp.to_s)}/, /$/)
|
324
324
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 1.1.
|
8
|
+
- 1
|
9
|
+
version: 1.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Lee Jarvis
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-18 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|