lita-discord_oauth 0.1.2.alpha.85 → 0.1.2.alpha.86

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aa433bef3aa23dc36ee90757fa8069a6e751824
4
- data.tar.gz: 43834f18dbd3e5e2962951bc62c39904b4467831
3
+ metadata.gz: 1d3a731b8c26aeb94ff805a3a210493038c0657c
4
+ data.tar.gz: 45df341546e8edcd8ac966f3450d27572cc6c0a7
5
5
  SHA512:
6
- metadata.gz: 4e98f39fa06d92f30b31f7ce56db5ebeb029cba494ef0fe94cb7326fe77b1565578d56d70a66d0b0e3a7a63e0978fbc737f8a618471246744be72e0f071ad303
7
- data.tar.gz: d190d890c5a45bfe9f2df5b1ed56d9db7b92b42cd9a3ff01af81812fbcec90e7ae5dd27ec5f76fbf9f91c8138c8af5aab31611f6f873701f1bf5b6a0f4935cc8
6
+ metadata.gz: c2eae1f5f73c35c84a65790f244d9200b6fabc1fb0d56c2cc97c48dd9eead31f463bf3d03d598431a08627c636769473962dfb3614034478fb27e085bfb8028a
7
+ data.tar.gz: 202a5b58ad6956ef6e077f86160113edf31327bf5c83935b6eb007fba49b5149daeba9e760d89611579b0e0f9d8f5afcbb20bec0c64c62028634f3d6b70d7c93
@@ -8,8 +8,8 @@ module Lita
8
8
  extend Lita::Handler::ChatRouter
9
9
 
10
10
  route(/^help\s*(.+)?/, :help, command: true, help: {
11
- "help" => t("help.help_value"),
12
- t("help.help_command_key") => t("help.help_command_value")
11
+ 'help' => t('help.help_value'),
12
+ t('help.help_command_key') => t('help.help_command_value')
13
13
  })
14
14
 
15
15
  # Outputs help information about Lita commands.
@@ -48,6 +48,8 @@ module Lita
48
48
  message_copy = message
49
49
 
50
50
  while message_copy.length > 0 do
51
+ Lita.logger.debug("Message copy: #{message_copy}")
52
+
51
53
  part = get_message_part(message_copy, max_length)
52
54
 
53
55
  Lita.logger.debug("Part: #{part}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-discord_oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.alpha.85
4
+ version: 0.1.2.alpha.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cas Eliëns