cinch-identify 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -2
- data/lib/cinch/plugins/identify.rb +2 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -57,5 +57,5 @@ to `"UserServ"`.
|
|
|
57
57
|
Check the install instructions for an example configuration.
|
|
58
58
|
|
|
59
59
|
## Warning
|
|
60
|
-
Be warned that, when using the `:nickserv`, `:
|
|
61
|
-
types, the password will show up in the logs.
|
|
60
|
+
Be warned that, when using the `:nickserv`, `:userserv`, `:quakenet`
|
|
61
|
+
or `:kreynet` types, the password will show up in the logs.
|
|
@@ -28,7 +28,8 @@ module Cinch
|
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
match(/^You are now identified for/,
|
|
31
|
+
match(/^You are now identified for/, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
32
|
+
match(/^Password accepted - you are now recognized\./, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
32
33
|
def identified_nickserv(m)
|
|
33
34
|
if m.user == User("nickserv") && config[:type] == :nickserv
|
|
34
35
|
debug "Identified with NickServ"
|
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.4.
|
|
4
|
+
version: 1.4.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-12-
|
|
12
|
+
date: 2012-12-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cinch
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &25393280 !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: *25393280
|
|
25
25
|
description: A plugin allowing Cinch bots to automatically identify with services.
|
|
26
26
|
Supported are NickServ, QuakeNet and KreyNet.
|
|
27
27
|
email:
|