Skip to content

Commit

Permalink
now moving plugins to irc-bot-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
c650 committed May 30, 2017
1 parent 0904b38 commit 2e77525
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 1,822 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Anyone is free to customize it, add to it, or even contribute in making a better

The code in [src/IRCBot](/src/IRCBot) is what is needed to use this framework.

___Note:___ _Plugins are now located in [irc-bot-plugins](https://github.com/c650/irc-bot-plugins)._

To make a plugin/command/feature, you define a class that inherits from `CommandInterface`. This class has two important methods to be overridden:
1. `triggered` determines whether a certain packet's content should trigger the command.
2. `run` performs whatever action should happen when a packet triggers the command.
Expand Down
22 changes: 0 additions & 22 deletions compile-plugin.rb

This file was deleted.

50 changes: 0 additions & 50 deletions src/Plugins/1337.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions src/Plugins/babbler.cpp

This file was deleted.

35 changes: 0 additions & 35 deletions src/Plugins/bitcoin.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions src/Plugins/choose.cpp

This file was deleted.

75 changes: 0 additions & 75 deletions src/Plugins/currency.cpp

This file was deleted.

112 changes: 0 additions & 112 deletions src/Plugins/discourse-search.cpp

This file was deleted.

Loading

0 comments on commit 2e77525

Please sign in to comment.