From 376b34ee7249525b0adb49e8c8043ab2fa0d8347 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 14 Apr 2014 05:12:50 -0700 Subject: Rename Echo to Test and add error testing. --- echo.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 echo.rb (limited to 'echo.rb') diff --git a/echo.rb b/echo.rb deleted file mode 100644 index 34b9770..0000000 --- a/echo.rb +++ /dev/null @@ -1,15 +0,0 @@ -require_relative 'module' - -module Dinobot - class Echo < Module - def initialize - super - - @commands << :echo - end - - def echo(user, channel, argument) - [[:say, channel, argument]] - end - end -end -- cgit v1.2.3-70-g09d2