Skip to content

Commit

Permalink
[version] Fix error in CTCP reply
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jan 11, 2013
1 parent bfda9ea commit 85940e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def version(willie, trigger):


def ctcp_version(willie, trigger):
date = date.replace(" ", "")

willie.write(('NOTICE', trigger.nick),
'\x01VERSION Willie IRC Bot version %s\x01' % __version__)
ctcp_version.rule = '\x01VERSION\x01'
Expand Down

0 comments on commit 85940e5

Please sign in to comment.