cinch-identify 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/plugins/identify.rb +1 -1
- metadata +6 -6
@@ -23,7 +23,7 @@ module Cinch
|
|
23
23
|
end
|
24
24
|
end
|
25
25
|
|
26
|
-
match(/^CHALLENGE (.+?) (.+)$/, use_prefix: false, use_suffix: false,
|
26
|
+
match(/^CHALLENGE (.+?) (.+)$/, use_prefix: false, use_suffix: false, react_on: :notice)
|
27
27
|
def challengeauth(m)
|
28
28
|
return unless m.user && m.user.nick == "Q"
|
29
29
|
if match = m.message.match(/^CHALLENGE (.+?) (.+)$/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cinch-identify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,19 +9,19 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cinch
|
16
|
-
requirement: &
|
16
|
+
requirement: &11927220 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.0.0.pre.
|
21
|
+
version: 2.0.0.pre.2
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *11927220
|
25
25
|
description: A plugin allowing Cinch bots to automatically identify with services.
|
26
26
|
Supported are NickServ, QuakeNet and KreyNet.
|
27
27
|
email:
|