slack-smart-bot 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/slack-smart-bot.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35a8588dda49773f4c5506cc6ef7a61c6797c68eb45808b2976dbf5f4a1ae675
4
- data.tar.gz: 58ae831c55a57de1708f18deafd86bdcf2f8a33cc6b09b30d04e2df8f723ae28
3
+ metadata.gz: 07f5a92aaf8c69776a02ac3200ab9d05d9ad9b6331c981468e297c0f490ca922
4
+ data.tar.gz: a9df53002f42bb92bea6f9dbf3b2d369bf0166953d5894d1fcf0f8ceca473c8f
5
5
  SHA512:
6
- metadata.gz: e6336c406eb9414ea04d87a8023e6bb0baf806b851a28db1813f4b0c12391704dcc94788a4eea97a4eeffa08e770981d303e7501e2e6c8600bd886e5d1e258ec
7
- data.tar.gz: d374db88e9cf178b65d4c1c35cd53f0a67fd9740f68108079e3d3edc3d744cd0b8d8af31ea0e2f2307f39c059cecdba52e6057e4dd75c5a3934eb35ed9d8b601
6
+ metadata.gz: 3dd361332e4201b3357ac9fd7dee741902faa7d9c03d1ff1e944f60d0703fcc61724f76b19ba7ceaf5113ab0e1f2ccec864fd3cfd16d455db9463a0fea0be7ab
7
+ data.tar.gz: 59405226fd400432fadae88592eb6ea75990e42d6fa5dd9c4cbf943e119e8341473535b1adb598a1010984e032c78e4cc00dbdbd7be1159da96f6e4b0af93073
@@ -572,7 +572,7 @@ class SlackSmartBot
572
572
  elsif @bots_created.keys.include?(channel_id)
573
573
  respond "There is already a bot in this channel: #{channel}, kill it before", dest
574
574
  elsif config[:nick_id] != channel_found.creator and !channel_found.members.include?(config[:nick_id])
575
- respond "You need to add first to the channel the smart bot user: #{config[:nick]}, kill it before", dest
575
+ respond "You need to add first to the channel the smart bot user: #{config[:nick]}", dest
576
576
  else
577
577
  if channel_id != config[:channel]
578
578
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack-smart-bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Ruiz