Skip to content

sniemela/spammeli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spammeli

Spammeli will be an irc bot.

Install

Before you install Spammeli make sure you have a bundler gem installed on your system. http://github.com/carlhuda/bundler.

When you are ready then hit:

sudo bundle install

Command structure

If you are developing your own custom command to Spammeli then you must have an invoke method in the class. Here is an example:

class MyCustomCommand < Spammeli::Command
  def configure
    # Configure your command before it is invoked
  end

  def invoke
    # Implement or invoke your command in here
  end
end

About

Spammeli will be an irc bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages