Skip to content

Commit

Permalink
Release 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jan 17, 2016
1 parent 6b0a2e5 commit 96a2888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sopel/__init__.py
Expand Up @@ -14,7 +14,7 @@
import traceback
import signal

__version__ = '6.2.0'
__version__ = '6.2.1'


def _version_info(version=__version__):
Expand Down
2 changes: 1 addition & 1 deletion sopel/bot.py
Expand Up @@ -160,7 +160,7 @@ def write(self, args, text=None): # Shim this in here for autodocs
sending. Additionally, if the message (after joining) is longer than
than 510 characters, any remaining characters will not be sent.
"""
super(Sopel, self).write(args, text=None)
irc.Bot.write(self, args, text=text)

def setup(self):
stderr("\nWelcome to Sopel. Loading modules...\n\n")
Expand Down

0 comments on commit 96a2888

Please sign in to comment.