Skip to content

Releases: Inspyre-Technologies/EveIRC

Eve Bot 6.5

16 Aug 23:48
Compare
Choose a tag to compare

  • f5beccc - (Namasteh) Fixing merge
  • 599b6f0 - (Namasteh) Changed CHANGELOG
  • 184ca8f - (Namasteh) Changed README, moved plugin docs to wiki
  • 580a0d5 - (Namasteh) Updated CHANGELOG.md
  • c322aba - (Namasteh) Fixed typo in reply line
  • 6cd88bd - (b0nk) fixed youtube views
  • 7b26284 - (Namasteh) GitHub messed up the last commit. Fixing
  • c514bbb - (Namasteh) Finalized Last.FM plugin. Compares users and fetches "Now Playing" information from the web
  • 177865d - (Namasteh) Finalized Last.FM plugin. Compares users and fetches "Now Playing" information from the web
  • 5207857 - (b0nk) when track has no tags get the artist tags
  • bc72c45 - (b0nk) added track tags
  • 64a1cab - (Namasteh) Added play count
  • 6998a7b - (b0nk) check if user loved the track
  • 90b8f43 - (Namasteh) Added LastFM to plugins.rb so that it will load in bot
  • d3f1d06 - (Namasteh) Added LastFM to Eve.rb, including config fields
  • f4dc575 - (Namasteh) Added LastFM plugin.
  • 15d8f56 - (Namasteh) Updated CHANGELOG after version release
  • a936bed - (Richard Banks) Merge pull request #37 from Namasteh/devel

Eve Bot 6.4

15 Aug 20:12
Compare
Choose a tag to compare

6.4 Version update

  • bc55e35 - (Namasteh) Added new CHANGELOG
  • 28b0ac0 - (Namasteh) Added rose functionality to fun.rb
  • 02db048 - (Namasteh) Added Owner field in config for later use
  • b8feb59 - (Namasteh) Call me a bad programmer but I have no idea what changed
  • 03793ab - (Namasteh) Removed geolocalisation redundancy. Now stores lat, long, and fomatted address
  • fda3514 - (b0nk) added irc colored site logos (YT, imdb, twitter)
  • f50f5bf - (b0nk) updated 4chan API location
  • 13d4c97 - (b0nk) removed duplicate code
  • aba6c70 - (Namasteh) Updated CHANGELOG
  • 5708044 - (Namasteh) Fixed Eve.rb to support new plugins
  • bbd5709 - (Namasteh) Cleaned up some code, and added case-insensitive commands
  • e99167c - (Namasteh) Added BotInfo plugin
  • 640dba1 - (Namasteh) Made Help plugin dynamic and cleaned up some code
  • a7c21cd - (Namasteh) Update
  • bae705c - (Namasteh) Removed useless code, added ignore check
  • 7e341bc - (Namasteh) Removed useless code, and stripped custom prefix
  • 7b7ddcf - (Namasteh) Changed help to dynamic help, also added version return
  • 5fa4ecb - (Namasteh) Removed useless coin array
  • 0b1f545 - (Richard Banks) Merge pull request #31 from Namasteh/devel

Eve Bot 6.3.1

01 Aug 07:30
Compare
Choose a tag to compare
  • Version update to 6.3.1
  • Cleaned up code, all indentations fixed.
  • Changed faulty prefix usage instructions
  • Added case insensitivity on all plugins

Eve Bot 6.3

29 Jul 05:37
Compare
Choose a tag to compare
  • 05abd2e - (Namasteh) Added bin directory for storage of require block, it just looks better
  • f76ee36 - (Namasteh) Updated Eve.rb to reflect addition of Reddit, WordGame, and Tag, as well as the deletion of BitCoin. Removed long require block and moved to bin/plugins.rb
  • fb34cc1 - (Namasteh) Updated README to reflect addition of Reddit, WordGame, and Tag
  • a48989c - (Namasteh) Updated help to reflect removal of Bitcoin, and addition of Reddit, WordGame, and Tag
  • 0166e89 - (Namasteh) Added Reddit plugin.
  • c50810c - (Namasteh) Added WordGame plugin
  • 0f25140 - (Namasteh) Added Tag game plugin
  • dd93022 - (Namasteh) Added CoinQuery to replace BitCoin as it queries and returns results for most cryptocoins
  • 322af95 - (Namasteh) Removed BitCoin plugin as it is yanked from project
  • c5904a4 - (Namasteh) Added Changelog to project

Eve Bot 6.2

19 Jul 09:47
Compare
Choose a tag to compare
  • Added Wolfram|Alpha plugin
  • Version changed to 6.2
  • General code clean-up

New README content for plugin:

Wolfram|Alpha

_Configuration:_

For this plugin to operate it requires a dependancy to be installed.

gem install wolfram-alpha

After installing that dependency you are fully able to use the plugin, the following is required to insert into Eve.rb for operation.

At the beginning of Eve.rb in the required scripts section put this:

require_relative "lib/eve/plugins/wolfram"

In the c.plugins section of Eve.rb put this:

[Cinch::Plugins::Wolfram]

Finally in the configuration section of Eve.rb put this:

c.plugins.options[Cinch::Plugins::Wolfram] = { key: 'foo' }

The only thing that must be edited out of these lines is c.plugins.options and you must change the 'foo' to your Wolfram|Alpha API key, which you can get from this website. You can not use the plugin if this option is not configured properly!

_Usage:_

The bot comes with a comprehensive help system and the Wolfram|Alpha plugin was integrated into this system by default. To receive help in a personal message withe the bot (or even in a channel, though not advised) you can use the following command which will output information on how to use the plugin:

!help wolfram

To use the functions of the plugin you simply have to use the trigger !wa followed by the query you wish to send to Wolfram|Alpha for calculation and the bot will return with the results (if available).

[04:44:23] @namaste !wa how old is boxxy?
[04:44:25] @eve age | of Boxxy | today = 22 years 2 months 21 days

Eve-Bot v6.1.1

06 Jul 05:31
Compare
Choose a tag to compare
  • Added negatives to AI

More to come

Eve Bot 6.1

19 Apr 03:45
Compare
Choose a tag to compare

Added ignore function, implemented it throughout entire bot

4chan is changing their API tomorrow, applied update to new API on four_chan.rb

Merged all relationships into a single helper, cuts down on code and space

Added more information to Ruby

STABILIZED

Eve Bot 6.0

17 Apr 16:09
Compare
Choose a tag to compare
Update fact_core.rb

Applied typo fix from KernelPone to current factcore plugin

Eve Bot 6.0 (Beta 1.2)

17 Apr 07:38
Compare
Choose a tag to compare
Pre-release

Changelog:

Updated Eve.rb to reflect change in AI plugin

Updated Bitcoin plugin to cover all currencies and provide exchange rate for specific amount

Updated Help plugin to reflect changes in plugins

Eve Bot 6.0 (Beta 1.0.1)

17 Apr 06:47
Compare
Choose a tag to compare
Pre-release

Changed version in Eve,rb