openra-irc_bot 0.6.0 → 0.7.0
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 +8 -0
- data/VERSION +1 -1
- data/lib/openra/irc_bot/plugins.rb +1 -0
- data/lib/openra/irc_bot/plugins/gaynonce.rb +19 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdeba71555f7d3d6092bc6af5c1ba80df9dd7b0530073398a97f544dcd9b18ce
|
4
|
+
data.tar.gz: c497bf39f3c500ed60e0b77a7311fc8110dd9f15df2b2373aa6723a11e2ce065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a60feb7b0f6434b2cb1a095b7f2071bccae33458bd83d615154f20bb319666b358271d1c282810ec854d717ca3048f044f962e9a81bbb4ecaee0f8f5a59349e
|
7
|
+
data.tar.gz: db66d8999e009015ab731a031c52b0150d1316c80a5a0cfe6d30575ee80146aa82f10ab714e880d12acf2b69cf76f52eeb926425bab7af479bf38ac38565898e
|
data/README.md
CHANGED
@@ -21,6 +21,13 @@ FiveAces out...
|
|
21
21
|
```
|
22
22
|
Yeh nah gg
|
23
23
|
```
|
24
|
+
```
|
25
|
+
|
26
|
+
#### `!gaynonce` - `Openra::IRCBot::Plugins::Gaynonce`
|
27
|
+
```
|
28
|
+
You ever daydream about kissing young boys?...
|
29
|
+
Nah, me neither, they're too young and not sexy and have unattractive genetalia.
|
30
|
+
```
|
24
31
|
|
25
32
|
#### `!happy` - `Openra::IRCBot::Plugins::Happy`
|
26
33
|
```
|
@@ -87,6 +94,7 @@ bot = Openra::IRCBot.new do
|
|
87
94
|
Openra::IRCBot::Plugins::FiveAces,
|
88
95
|
Openra::IRCBot::Plugins::FiveAcesOut,
|
89
96
|
Openra::IRCBot::Plugins::Gatekeeper,
|
97
|
+
Openra::IRCBot::Plugins::Gaynonce,
|
90
98
|
Openra::IRCBot::Plugins::Happy,
|
91
99
|
Openra::IRCBot::Plugins::Na,
|
92
100
|
Openra::IRCBot::Plugins::Orb,
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.7.0
|
@@ -2,6 +2,7 @@ require 'openra/irc_bot/plugins/eskimo'
|
|
2
2
|
require 'openra/irc_bot/plugins/five_aces'
|
3
3
|
require 'openra/irc_bot/plugins/five_aces_out'
|
4
4
|
require 'openra/irc_bot/plugins/gatekeeper'
|
5
|
+
require 'openra/irc_bot/plugins/gaynonce'
|
5
6
|
require 'openra/irc_bot/plugins/happy'
|
6
7
|
require 'openra/irc_bot/plugins/na'
|
7
8
|
require 'openra/irc_bot/plugins/orb'
|
@@ -0,0 +1,19 @@
|
|
1
|
+
module Openra
|
2
|
+
class IRCBot < Cinch::Bot
|
3
|
+
module Plugins
|
4
|
+
class Gatekeeper
|
5
|
+
include Cinch::Plugin
|
6
|
+
|
7
|
+
match 'gaynonce'
|
8
|
+
|
9
|
+
def execute(m)
|
10
|
+
m.reply <<-NONCE.strip.gsub(/\s+/, ' ')
|
11
|
+
You ever daydream about kissing young boys?...
|
12
|
+
Nah, me neither, they're too young and not sexy and
|
13
|
+
have unattractive genetalia.
|
14
|
+
NONCE
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
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.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenRA Community
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -103,6 +103,7 @@ files:
|
|
103
103
|
- lib/openra/irc_bot/plugins/five_aces.rb
|
104
104
|
- lib/openra/irc_bot/plugins/five_aces_out.rb
|
105
105
|
- lib/openra/irc_bot/plugins/gatekeeper.rb
|
106
|
+
- lib/openra/irc_bot/plugins/gaynonce.rb
|
106
107
|
- lib/openra/irc_bot/plugins/happy.rb
|
107
108
|
- lib/openra/irc_bot/plugins/na.rb
|
108
109
|
- lib/openra/irc_bot/plugins/orb.rb
|
@@ -132,8 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
133
|
- !ruby/object:Gem::Version
|
133
134
|
version: '0'
|
134
135
|
requirements: []
|
135
|
-
|
136
|
-
rubygems_version: 2.7.3
|
136
|
+
rubygems_version: 3.0.2
|
137
137
|
signing_key:
|
138
138
|
specification_version: 4
|
139
139
|
summary: Openra IRC Bot
|