Skip to content

Commit

Permalink
Merge pull request #1 from iamnishant14/feature/dictionary_plugin
Browse files Browse the repository at this point in the history
Updated Dictionary plugin
  • Loading branch information
iamnishant14 authored Mar 10, 2019
2 parents f654645 + 05dba60 commit d3160cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions honeybot/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

# -*- coding: utf-8 -*-

import socket
import os
import importlib
import configparser
import importlib
import socket

config = configparser.ConfigParser()
config.read('CONNECT.conf')
Expand Down
4 changes: 2 additions & 2 deletions honeybot/plugins/dictionary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
[joke.py]
[dictionary.py]
Dictionary Plugin
[Author]
Expand All @@ -11,7 +11,7 @@
[Commands]
>>> .dictionary <<word>>
returns a random joke
returns meaning of the word specified
"""

from PyDictionary import PyDictionary
Expand Down

0 comments on commit d3160cb

Please sign in to comment.