cinch-identify 1.5.1 → 1.6.0
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/lib/cinch/plugins/identify.rb +2 -0
- metadata +10 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
1
2
|
require "openssl"
|
|
2
3
|
|
|
3
4
|
module Cinch
|
|
@@ -34,6 +35,7 @@ module Cinch
|
|
|
34
35
|
match(/^You are successfully identified as/, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
35
36
|
match(/^You are now identified for/, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
36
37
|
match(/^Password accepted - you are now recognized\./, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
38
|
+
match(/^Hasło przyjęte - jesteś zidentyfikowany/, use_prefix: false, use_suffix: false, react_on: :private, method: :identified_nickserv)
|
|
37
39
|
def identified_nickserv(m)
|
|
38
40
|
if m.user == User("nickserv") && config[:type] == :nickserv
|
|
39
41
|
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
|
+
version: 1.6.0
|
|
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:
|
|
12
|
+
date: 2014-05-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cinch
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,12 @@ dependencies:
|
|
|
21
21
|
version: '2.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ~>
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '2.0'
|
|
25
30
|
description: A plugin allowing Cinch bots to automatically identify with services.
|
|
26
31
|
Supported are NickServ, QuakeNet and KreyNet.
|
|
27
32
|
email:
|
|
@@ -54,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
59
|
version: '0'
|
|
55
60
|
requirements: []
|
|
56
61
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 1.8.
|
|
62
|
+
rubygems_version: 1.8.23
|
|
58
63
|
signing_key:
|
|
59
64
|
specification_version: 3
|
|
60
65
|
summary: A plugin allowing Cinch bots to automatically identify with services.
|