cinch 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/cinch.rb +1 -1
  2. data/lib/cinch/bot.rb +1 -1
  3. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  require 'cinch/bot'
2
2
 
3
3
  module Cinch
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
 
6
6
  # @return [String]
7
7
  # @todo Handle mIRC color codes more gracefully.
@@ -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
- - 0
9
- version: 1.1.0
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-16 00:00:00 +01:00
18
+ date: 2011-01-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21