hibot 0.0.2 → 0.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/hibot.gemspec +2 -2
  3. data/lib/hibot.rb +5 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20c6d76c9963fa2fac68bf484003d065d071fb78
4
- data.tar.gz: c5ad3bf5f78f41aaa8333833aec2b0f8841496a2
3
+ metadata.gz: c28b6f33567d8898a12de7f5fc0cdbd939fd6285
4
+ data.tar.gz: 9542f8a521369157b8b9624706747255aa26dcf8
5
5
  SHA512:
6
- metadata.gz: b1f9ea06d13f11ee04c7378910206fe42d2024ff0058d5c71b649757b599c6f77867a2063aae2704d4037ac6e68630ff2752f06a5ed06fa36205d03d037bbc43
7
- data.tar.gz: fbaf53d4166bffd1c900a811753d74bfc758cbc13d8bb6617a0851d0705614f5bffb1ea1215f4727178eed4e69cfee24de1332a90868f3e0cef218424e2685ad
6
+ metadata.gz: 98658cc01c1a702fddc59b4f36bf1808b070e057e20ef13ad87adf20692f80a48360579c9f138823b7546a51f5d1266393ca892e8266e4cf412d50624bae7cc8
7
+ data.tar.gz: ee0f37d2edf22ab365b6da9d4ba01ba8023517bb0c17d8e120804d2a3207edd295805ab5f738b57cf9f87c1dca656ca2f3ca85165f327e0db7743e5534df4fa0
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'hibot'
5
- s.version = '0.0.2'
6
- s.date = '2015-04-21'
5
+ s.version = '0.0.4'
6
+ s.date = '2015-07-28'
7
7
  s.summary = "IRC bot supporting multiple services."
8
8
  s.description = "IRC bot supporting multiple services like spotify, giphy and so on."
9
9
  s.authors = ["Nicolas Collard"]
@@ -29,6 +29,10 @@ module Hibot
29
29
  c.plugins.plugins << Object.const_get(plugin)
30
30
  end
31
31
  end
32
+
33
+ on :connect do |m|
34
+ User('nickserv').send("IDENTIFY #{config[:general][:nick]} #{config[:general][:pass]}")
35
+ end
32
36
  end
33
37
 
34
38
  # Loop to configure each activated plugins
@@ -40,4 +44,4 @@ module Hibot
40
44
 
41
45
  bot.start
42
46
  end
43
- end
47
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Collard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cinch