protonbot-chanop 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/lib/protonbot/chanop.rb +1 -1
- data/lib/protonbot/chanop/commands.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecce269d9b0d3a125be157f8d27fc92d354be2e8
|
4
|
+
data.tar.gz: 7d673734c529068a929cabe92cfe8b81db889ffe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15ff1ed602fb0b35960675a87cdaa79b5c0da8f1ae62bc100ffb3cc415df251d920d3b7d713b39368fdc4bb171571cb931bda5eee22a87ed88270f0165551c6c
|
7
|
+
data.tar.gz: 9edd99dda9c4791d69b6bcb2aa5750e5fb3a3beb49c7c7b159a97d8aa378ed7ec946710034fe292e199aec811b4b8d4b951b7ac985b62c57b26a2ea09779575c
|
data/lib/protonbot/chanop.rb
CHANGED
@@ -145,7 +145,8 @@ cmd(cmd: 'kick') do |dat|
|
|
145
145
|
end
|
146
146
|
end.perm!('kick')
|
147
147
|
|
148
|
-
core.help_add('chanop', 'remove', 'remove [chan] <target> [reason]'
|
148
|
+
core.help_add('chanop', 'remove', 'remove [chan] <target> [reason]',
|
149
|
+
'Removes target from this/given channel')
|
149
150
|
cmd(cmd: 'remove') do |dat|
|
150
151
|
case dat[:split].length
|
151
152
|
when 0
|