Skip to content

Commit

Permalink
Fixing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
iogf committed Mar 22, 2020
1 parent 32e598b commit d3223e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="vyirc",
version="1.1.0",
version="1.1.1",
description="An irc plugin for vy.",
py_modules=["vyirc"],
author="Iury O. G. Figueiredo",
Expand Down
1 change: 1 addition & 0 deletions vyirc.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def c_nick(self, wid):
index = size - len(data)
wid.delete(index, size)
wid.insert(index, ind)
break
pass

class IrcMode:
Expand Down

0 comments on commit d3223e3

Please sign in to comment.