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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a3677df33daca42ae0e5c34426ae277ee0a7f658d4b6a469d25612d4fc90085
4
- data.tar.gz: c5f175c337954ce41a237f91bb64d080a14dc54475248f5c7b61f812b2fea1b0
3
+ metadata.gz: 38c654c16d7a8d3542335eb6261d63555d19c6d4091f5e852e5717ffedb75aa9
4
+ data.tar.gz: 1c82e54c88d50934921aa6f4b0f10df03bbf50098f816911c51825d04276abee
5
5
  SHA512:
6
- metadata.gz: 13c9ef8763ad50875b1820fad190205f6f8ffb038ce7429aba01705bee1c58631be41d5479a90de6ca34d40e55e855f3da246a8ff54c23df25eba2b70ded49b5
7
- data.tar.gz: 2009b61229ef2fbb5aa7130ee9e178ad9a994c6deffe4e71e89bb06653df5fc2e00ac2dea24907a1cf0dbe028b05259fd0926c5e07c6a04b177883682573d688
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
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'
@@ -11,6 +11,8 @@ module Openra
11
11
  You ever daydream about kissing young boys?...
12
12
  Nah, me neither, they're too young and not sexy and
13
13
  have unattractive genetalia.
14
+
15
+ https://www.twitch.tv/fiveacescheckmate/clip/DrabHelpfulNarwhalHassanChop
14
16
  NONCE
15
17
  end
16
18
  end
@@ -0,0 +1,15 @@
1
+ module Openra
2
+ class IRCBot < Cinch::Bot
3
+ module Plugins
4
+ class JizzKcs
5
+ include Cinch::Plugin
6
+
7
+ match 'jizzkcs'
8
+
9
+ def execute(m)
10
+ m.reply 'Orange man bad'
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
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.1
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-02-27 00:00:00.000000000 Z
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