Skip to content

Commit dc9be85

Browse files
Merge pull request pyhoneybot#39 from iamnishant14/feature/dictionary_plugin
Updated Dictionary plugin
2 parents f654645 + 05dba60 commit dc9be85

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

honeybot/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11

22
# -*- coding: utf-8 -*-
33

4-
import socket
5-
import os
6-
import importlib
74
import configparser
5+
import importlib
6+
import socket
87

98
config = configparser.ConfigParser()
109
config.read('CONNECT.conf')

honeybot/plugins/dictionary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
[joke.py]
3+
[dictionary.py]
44
Dictionary Plugin
55
66
[Author]
@@ -11,7 +11,7 @@
1111
1212
[Commands]
1313
>>> .dictionary <<word>>
14-
returns a random joke
14+
returns meaning of the word specified
1515
"""
1616

1717
from PyDictionary import PyDictionary

0 commit comments

Comments
 (0)