Skip to content

Commit

Permalink
Removing broken plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed May 19, 2017
1 parent 32f5ffa commit a9206d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
3 changes: 1 addition & 2 deletions ameliabot/ameliarc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ sys.path.append(join(expanduser('~'), '.amelia'))
# from ameliabot.plugins import advisor

from ameliabot.plugins import logmsg
from ameliabot.plugins import quick_search
from ameliabot.plugins import tell
from ameliabot.plugins import troll
from ameliabot.plugins import calc
Expand Down Expand Up @@ -52,7 +51,6 @@ freenode = connect('irc.freenode.org', 6667,
# load(freenode, spam, db=['alpha', 'beta'])
# load(freenode, advisor, questions='questions', suggestions='suggestions')

load(freenode, quick_search)
load(freenode, tell)
load(freenode, troll, 'aeiuh', 8, 15)
load(freenode, calc, '4WERXG-VAGETKREGX')
Expand Down Expand Up @@ -105,3 +103,4 @@ cmd='kick {chan} {nick} :Amelia rocks!')




38 changes: 0 additions & 38 deletions ameliabot/plugins/quick_search.py

This file was deleted.

0 comments on commit a9206d6

Please sign in to comment.