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.
- checksums.yaml +4 -4
- data/lib/slack-smart-bot.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07f5a92aaf8c69776a02ac3200ab9d05d9ad9b6331c981468e297c0f490ca922
|
4
|
+
data.tar.gz: a9df53002f42bb92bea6f9dbf3b2d369bf0166953d5894d1fcf0f8ceca473c8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dd361332e4201b3357ac9fd7dee741902faa7d9c03d1ff1e944f60d0703fcc61724f76b19ba7ceaf5113ab0e1f2ccec864fd3cfd16d455db9463a0fea0be7ab
|
7
|
+
data.tar.gz: 59405226fd400432fadae88592eb6ea75990e42d6fa5dd9c4cbf943e119e8341473535b1adb598a1010984e032c78e4cc00dbdbd7be1159da96f6e4b0af93073
|
data/lib/slack-smart-bot.rb
CHANGED
@@ -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]}
|
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
|