Skip to content

Commit d2f42db

Browse files
authored
Merge pull request #102 from Inspyre-Technologies/dev-6
Version 6.6.6 Small bugfixes Added bandname generator.
2 parents 69986ee + 4b13a83 commit d2f42db

File tree

5 files changed

+5013
-2
lines changed

5 files changed

+5013
-2
lines changed

Eve.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
c.channels = ["#Eve"]
2727
c.nick = "Eve"
2828
c.user = "Eve"
29-
c.realname = "Eve 6.5.9.1"
29+
c.realname = "Eve 6.6.6"
3030

3131
## Below is the plugin block for Eve-Bot. Please be sure that all the plugins
3232
## that you want the bot to use are included in this block. If you want to
@@ -74,7 +74,8 @@
7474
# Cinch::Plugins::WordGame,
7575
Cinch::Plugins::Reddit,
7676
Cinch::Plugins::Tag,
77-
Cinch::Plugins::LastFm];
77+
Cinch::Plugins::LastFm,
78+
Cinch::Plugins::NameGenerator];
7879

7980
## Below this line MUST be configured for the bot to work. That means DO NOT
8081
## skip over these options or the bot WILL NOT WORK. If you do not want the

bin/plugins.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
require_relative "../lib/plugins/tag"
4444
require_relative "../lib/plugins/coin_query"
4545
require_relative "../lib/plugins/last_fm"
46+
require_relative "../lib/plugins/name_generator"
4647

4748
## Written by Richard Banks for Eve-Bot "The Project for a Top-Tier IRC bot.
4849
## E-mail: namaste@rawrnet.net

0 commit comments

Comments
 (0)