openra-irc_bot 0.7.1 → 0.7.2
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/README.md +6 -0
- data/VERSION +1 -1
- data/lib/openra/irc_bot/plugins.rb +1 -0
- data/lib/openra/irc_bot/plugins/gaynonce.rb +2 -0
- data/lib/openra/irc_bot/plugins/jizz_kcs.rb +15 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38c654c16d7a8d3542335eb6261d63555d19c6d4091f5e852e5717ffedb75aa9
|
4
|
+
data.tar.gz: 1c82e54c88d50934921aa6f4b0f10df03bbf50098f816911c51825d04276abee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d5319738ab1b1414b71ba9a0007ddb85551ca9421db046ab605b8e4ad1262643de98251b6873227dabcecf66d9a8a3d73acf69ba27a49f33032cc758b59a932
|
7
|
+
data.tar.gz: cbb8dcb4cd5c22ac51c799f25dbc8f4a4a236d0b378fb0e3c86b5cd36c1e932e29ffa1d1523c2bca9b2aceb5c0822176e6793f17f1c4021753dd973cb187c7af
|
data/README.md
CHANGED
@@ -34,6 +34,11 @@ Nah, me neither, they're too young and not sexy and have unattractive genetalia.
|
|
34
34
|
I would like to delay my RAGL games infinitely
|
35
35
|
```
|
36
36
|
|
37
|
+
#### `!jizzkcs` - `Openra::IRCBot::Plugins::JizzKcs`
|
38
|
+
```
|
39
|
+
Orange man bad
|
40
|
+
```
|
41
|
+
|
37
42
|
#### `!n/a` - `Openra::IRCBot::Plugins::Na`
|
38
43
|
```
|
39
44
|
Thus, ergo, concordantly, I must declare that I have won this
|
@@ -96,6 +101,7 @@ bot = Openra::IRCBot.new do
|
|
96
101
|
Openra::IRCBot::Plugins::Gatekeeper,
|
97
102
|
Openra::IRCBot::Plugins::Gaynonce,
|
98
103
|
Openra::IRCBot::Plugins::Happy,
|
104
|
+
Openra::IRCBot::Plugins::JizzKcs,
|
99
105
|
Openra::IRCBot::Plugins::Na,
|
100
106
|
Openra::IRCBot::Plugins::Orb,
|
101
107
|
Openra::IRCBot::Plugins::Pinkman,
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.2
|
@@ -4,6 +4,7 @@ require 'openra/irc_bot/plugins/five_aces_out'
|
|
4
4
|
require 'openra/irc_bot/plugins/gatekeeper'
|
5
5
|
require 'openra/irc_bot/plugins/gaynonce'
|
6
6
|
require 'openra/irc_bot/plugins/happy'
|
7
|
+
require 'openra/irc_bot/plugins/jizz_kcs'
|
7
8
|
require 'openra/irc_bot/plugins/na'
|
8
9
|
require 'openra/irc_bot/plugins/orb'
|
9
10
|
require 'openra/irc_bot/plugins/pinkman'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openra-irc_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenRA Community
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- lib/openra/irc_bot/plugins/gatekeeper.rb
|
106
106
|
- lib/openra/irc_bot/plugins/gaynonce.rb
|
107
107
|
- lib/openra/irc_bot/plugins/happy.rb
|
108
|
+
- lib/openra/irc_bot/plugins/jizz_kcs.rb
|
108
109
|
- lib/openra/irc_bot/plugins/na.rb
|
109
110
|
- lib/openra/irc_bot/plugins/orb.rb
|
110
111
|
- lib/openra/irc_bot/plugins/pinkman.rb
|