From 7f134adccb20abe773234acecf526c9951b418e8 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 20 Apr 2014 04:23:20 -0700 Subject: Improved namespace and directory structure. --- module.rb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 module.rb (limited to 'module.rb') diff --git a/module.rb b/module.rb deleted file mode 100644 index 082fc83..0000000 --- a/module.rb +++ /dev/null @@ -1,23 +0,0 @@ -module Dinobot - class Module - attr_accessor :commands - - def initialize(bot) - @bot = bot - - @commands = [:commands] - end - - def call(user, channel, message) - command, argument = message.split(' ', 3)[1..2] - - if @commands.map { |x| x.to_s }.include?(command) - send(command, user, channel, argument) - end - end - - def commands(user, channel, argument) - [[:say, channel, "Commands: #{@commands.sort.join(' ')}"]] - end - end -end -- cgit v1.2.3-70-g09d2