File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 c . channels = [ "#Eve" ]
2727 c . nick = "Eve"
2828 c . user = "Eve"
29- c . realname = "Eve 6.5.8 "
29+ c . realname = "Eve 6.5.9 "
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
3636 ## added, or transposed a colon or semicolon, or you didn't delete the options
3737 ## for the plugin, located below in the options block.
3838
39- c . plugins . plugins = [ Cinch ::Plugins ::PluginManagement ,
39+ c . plugins . plugins = [ Cinch ::Plugins ::BotInfo ,
40+ Cinch ::Plugins ::PluginManagement ,
4041 Cinch ::Plugins ::Urban ,
4142 Cinch ::Plugins ::Help ,
4243 Cinch ::Plugins ::Seen ,
5051 Cinch ::Plugins ::PrivateCP ,
5152 Cinch ::Plugins ::PrivChanCP ,
5253 Cinch ::Plugins ::FactCore ,
54+ Cinch ::Plugins ::Fun ,
5355 Cinch ::Plugins ::ActAI ,
5456 Cinch ::Plugins ::UrlScraper ,
5557# Cinch::Plugins::Twitter,
Original file line number Diff line number Diff line change 44## constant"
55
66require 'redis'
7+ require_relative "../lib/plugins/bot_info"
78require_relative "../lib/plugins/urban"
89require_relative "../lib/plugins/help"
910require_relative "../lib/plugins/seen"
1718require_relative "../lib/plugins/private_cp"
1819require_relative "../lib/plugins/priv_chan_cp"
1920require_relative "../lib/plugins/fact_core"
21+ require_relative "../lib/plugins/fun"
2022require_relative "../lib/plugins/act_ai"
2123require_relative "../lib/plugins/url_scraper"
2224require_relative "../lib/plugins/twitter"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module Cinch::Plugins
55 class FactCore
66 include Cinch ::Plugin
77
8- set :prefix , /^~/
98 set :plugin_name , 'factcore'
109 set :help , <<-USAGE . gsub ( /^ {6}/ , '' )
1110 Gives a funny, and sometimes true fact
You can’t perform that action at this time.
0 commit comments