cinch-identify 1.3.0 → 1.3.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 +4 -4
@@ -50,7 +50,7 @@ module Cinch
|
|
50
50
|
end
|
51
51
|
|
52
52
|
match(/^You are now logged in as/, use_prefix: false, use_suffix: false, react_on: :notice, method: :identified_quakenet)
|
53
|
-
def identified_quakenet
|
53
|
+
def identified_quakenet(m)
|
54
54
|
if m.user == User("q") && [:quakenet, :secure_quakenet, :challengeauth].include?(config[:type])
|
55
55
|
debug "Identified with Q"
|
56
56
|
@bot.handlers.dispatch(:identified, m)
|
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.3.
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06
|
12
|
+
date: 2012-11-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cinch
|
16
|
-
requirement: &
|
16
|
+
requirement: &20695720 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '2.0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *20695720
|
25
25
|
description: A plugin allowing Cinch bots to automatically identify with services.
|
26
26
|
Supported are NickServ, QuakeNet and KreyNet.
|
27
27
|
email:
|