Skip to content

Commit

Permalink
Merge pull request #102 from Inspyre-Technologies/dev-6
Browse files Browse the repository at this point in the history
Version 6.6.6

Small bugfixes
Added bandname generator.
  • Loading branch information
tayjaybabee authored Dec 26, 2018
2 parents 69986ee + 4b13a83 commit d2f42db
Show file tree
Hide file tree
Showing 5 changed files with 5,013 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Eve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
c.channels = ["#Eve"]
c.nick = "Eve"
c.user = "Eve"
c.realname = "Eve 6.5.9.1"
c.realname = "Eve 6.6.6"

## Below is the plugin block for Eve-Bot. Please be sure that all the plugins
## that you want the bot to use are included in this block. If you want to
Expand Down Expand Up @@ -74,7 +74,8 @@
# Cinch::Plugins::WordGame,
Cinch::Plugins::Reddit,
Cinch::Plugins::Tag,
Cinch::Plugins::LastFm];
Cinch::Plugins::LastFm,
Cinch::Plugins::NameGenerator];

## Below this line MUST be configured for the bot to work. That means DO NOT
## skip over these options or the bot WILL NOT WORK. If you do not want the
Expand Down
1 change: 1 addition & 0 deletions bin/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
require_relative "../lib/plugins/tag"
require_relative "../lib/plugins/coin_query"
require_relative "../lib/plugins/last_fm"
require_relative "../lib/plugins/name_generator"

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

0 comments on commit d2f42db

Please sign in to comment.