Skip to content

Commit

Permalink
fixed VERSION, part of issue #49
Browse files Browse the repository at this point in the history
  • Loading branch information
myano committed Jun 19, 2012
1 parent f056191 commit 45455e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/version.py
Expand Up @@ -39,7 +39,7 @@ def ctcp_version(jenni, input):
date = date.replace(" ", "")

jenni.write(('NOTICE', input.nick),
'\x01{0} : {1}\x01'.format(commit, date))
'\x01VERSION {0} : {1}\x01'.format(commit, date))
ctcp_version.rule = '\x01VERSION\x01'
ctcp_version.rate = 20

Expand Down

0 comments on commit 45455e3

Please sign in to comment.